Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-05-13 22:02:18 +0000
committerTom Schindl2014-05-13 22:02:18 +0000
commit8dc411a6e526d334f32b61dcd10e6c2055822059 (patch)
treed3a14605b5b03680a9827d627517266dfe5989a1
parentd641c01d3c8657b62e8ecf84636251adb9e5ba9c (diff)
downloadorg.eclipse.efxclipse-8dc411a6e526d334f32b61dcd10e6c2055822059.tar.gz
org.eclipse.efxclipse-8dc411a6e526d334f32b61dcd10e6c2055822059.tar.xz
org.eclipse.efxclipse-8dc411a6e526d334f32b61dcd10e6c2055822059.zip
Bug 434803 - Upgrade to jdt.annotation 2.0
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.pde.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.pde.ui/META-INF/MANIFEST.MF b/bundles/tooling/org.eclipse.fx.ide.pde.ui/META-INF/MANIFEST.MF
index e6b61ef79..a89187190 100755
--- a/bundles/tooling/org.eclipse.fx.ide.pde.ui/META-INF/MANIFEST.MF
+++ b/bundles/tooling/org.eclipse.fx.ide.pde.ui/META-INF/MANIFEST.MF
@@ -24,7 +24,8 @@ Require-Bundle: org.eclipse.pde.ui;bundle-version="3.6.100",
org.eclipse.fx.ide.rrobot.model;bundle-version="0.9.0",
org.eclipse.jdt.ui;bundle-version="3.7.0",
org.eclipse.fx.ide.rrobot;bundle-version="0.9.0",
- org.eclipse.fx.ide.rrobot.dsl;bundle-version="0.9.0"
+ org.eclipse.fx.ide.rrobot.dsl;bundle-version="0.9.0",
+ org.eclipse.jdt.annotation;bundle-version="2.0.0";resolution:=optional
Bundle-Activator: org.eclipse.fx.ide.pde.ui.Activator
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %Bundle-Vendor

Back to the top