Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2007-02-21 18:16:29 +0000
committerOlivier Thomann2007-02-21 18:16:29 +0000
commitfa6890a86857b15557d9a3a779671e0cc8210b0e (patch)
tree9eaa10610ec4bee61a309dd57554268d7279cc32 /org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
parentbae68eab8d9783265835f0199563e8e119dce3af (diff)
downloadeclipse.jdt.core-fa6890a86857b15557d9a3a779671e0cc8210b0e.tar.gz
eclipse.jdt.core-fa6890a86857b15557d9a3a779671e0cc8210b0e.tar.xz
eclipse.jdt.core-fa6890a86857b15557d9a3a779671e0cc8210b0e.zip
HEAD - Convert compiler.apt to a fragment of JDT/Core
Diffstat (limited to 'org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
index 1e7ef90417..9831a99eb1 100644
--- a/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.apt.tests/META-INF/MANIFEST.MF
@@ -8,9 +8,10 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit,
org.eclipse.jdt.core;bundle-version="3.3.0",
- org.eclipse.jdt.compiler.tool,
+ org.eclipse.jdt.compiler.tool;bundle-version="1.0.0",
org.eclipse.jdt.apt.core;bundle-version="3.3.0",
- org.eclipse.jdt.compiler.apt
+ org.eclipse.core.resources,
+ org.eclipse.core.runtime
Bundle-ClassPath: compilerapttests.jar
Export-Package: org.eclipse.jdt.compiler.apt.tests,
org.eclipse.jdt.compiler.apt.tests.annotations,

Back to the top