Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Harley2007-02-09 23:22:28 +0000
committerWalter Harley2007-02-09 23:22:28 +0000
commit29a8044fc706583901ff89364d428dff04f6a567 (patch)
tree5a57b68c498f0534b2bccda1fe3f3bb24e643dfe /org.eclipse.jdt.compiler.apt/META-INF
parent98f970f58fc61208a8cdd52e3b9981ef32c5937b (diff)
downloadeclipse.jdt.core-29a8044fc706583901ff89364d428dff04f6a567.tar.gz
eclipse.jdt.core-29a8044fc706583901ff89364d428dff04f6a567.tar.xz
eclipse.jdt.core-29a8044fc706583901ff89364d428dff04f6a567.zip
Type generation during IDE builds. Partial implementation - just a checkpoint.
Diffstat (limited to 'org.eclipse.jdt.compiler.apt/META-INF')
-rw-r--r--org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF16
1 files changed, 13 insertions, 3 deletions
diff --git a/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF
index edec7a4a9c..fe55f9a21c 100644
--- a/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF
@@ -1,10 +1,20 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.jdt.compiler.apt
+Bundle-SymbolicName: org.eclipse.jdt.compiler.apt;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.jdt.compiler.tool,
+Require-Bundle: org.eclipse.jdt.apt.core,
+ org.eclipse.jdt.compiler.tool,
org.eclipse.jdt.core,
- org.eclipse.core.runtime
+ org.eclipse.core.runtime,
+ org.eclipse.core.resources
+Eclipse-LazyStart: true
+Bundle-Activator: org.eclipse.jdt.internal.compiler.apt.ide.Apt6Plugin
+Export-Package: org.eclipse.jdt.internal.compiler.apt.dispatch;x-internal:=true,
+ org.eclipse.jdt.internal.compiler.apt.ide;x-internal:=true,
+ org.eclipse.jdt.internal.compiler.apt.ide.dispatch;x-internal:=true,
+ org.eclipse.jdt.internal.compiler.apt.ide.filer,
+ org.eclipse.jdt.internal.compiler.apt.model;x-internal:=true,
+ org.eclipse.jdt.internal.compiler.apt.util;x-internal:=true

Back to the top