Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2010-06-08 04:50:14 +0000
committertle2010-06-08 04:50:14 +0000
commit66b58517a52476b020de92b433cd87e0fffb7ad7 (patch)
tree70f47cc653d70749ef13480b74f03eaed7b564f4 /jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
parentac823a278461dc74b33e95fdd14d6ec6193baee1 (diff)
downloadwebtools.dali-66b58517a52476b020de92b433cd87e0fffb7ad7.tar.gz
webtools.dali-66b58517a52476b020de92b433cd87e0fffb7ad7.tar.xz
webtools.dali-66b58517a52476b020de92b433cd87e0fffb7ad7.zip
315811 - JAXB Class Generation wizard: help icon doesn't work - Neil's patch
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF')
-rw-r--r--jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
index b64e592722..e57e30c4fd 100644
--- a/jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
@@ -19,7 +19,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)",
org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.jpt.core;bundle-version="[2.3.0,3.0.0)"
+ org.eclipse.jpt.core;bundle-version="[2.3.0,3.0.0)",
+ org.eclipse.help;bundle-version="[3.5.0,4.0.0)"
Export-Package: org.eclipse.jpt.jaxb.core.internal;x-internal:=true,
org.eclipse.jpt.jaxb.ui;x-internal:=true,
org.eclipse.jpt.jaxb.ui.internal;x-internal:=true,

Back to the top