Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2007-07-05 13:54:21 +0000
committerOlivier Thomann2007-07-05 13:54:21 +0000
commitccd12469d7fc21a8e1a0a597451a059df56002ad (patch)
tree523e581ca9d698174267a2280a1922d10a03788c /org.eclipse.jdt.compiler.apt/META-INF
parent4b460199498c48cda44ce10125aa5901a10bff62 (diff)
downloadeclipse.jdt.core-ccd12469d7fc21a8e1a0a597451a059df56002ad.tar.gz
eclipse.jdt.core-ccd12469d7fc21a8e1a0a597451a059df56002ad.tar.xz
eclipse.jdt.core-ccd12469d7fc21a8e1a0a597451a059df56002ad.zip
HEAD - Fixes for 192774, 189799 and 191082
Diffstat (limited to 'org.eclipse.jdt.compiler.apt/META-INF')
-rw-r--r--org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF
index 777b6d6983..2d0602ba67 100644
--- a/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.apt/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.jdt.compiler.apt
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: %providerName
-Fragment-Host: org.eclipse.jdt.core;bundle-version="3.3.0"
+Fragment-Host: org.eclipse.jdt.core;bundle-version="[3.3.0,4.0.0)"
Bundle-Localization: compiler_apt_fragment
Eclipse-LazyStart: true
Export-Package: org.eclipse.jdt.internal.compiler.apt.dispatch;x-friends:="org.eclipse.jdt.apt.pluggable.core",

Back to the top