Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2010-08-31 19:41:05 +0000
committertle2010-08-31 19:41:05 +0000
commit66ec64b266847d206b75ed005f48f01353247193 (patch)
tree556bf9e65d0bf3c36c26584632ab571c9282dfe8 /jpa/plugins/org.eclipse.jpt.jaxb.ui/META-INF/MANIFEST.MF
parentabc743af889464f03f8dd8ff394316e9cc8c8238 (diff)
downloadwebtools.dali-66ec64b266847d206b75ed005f48f01353247193.tar.gz
webtools.dali-66ec64b266847d206b75ed005f48f01353247193.tar.xz
webtools.dali-66ec64b266847d206b75ed005f48f01353247193.zip
315813, 321636 - JAXB class generation support for external schema files and URL support
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.MF5
1 files changed, 4 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 4dfc3f7d40..75f587f1ff 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
@@ -20,7 +20,10 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.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.help;bundle-version="[3.5.0,4.0.0)"
+ org.eclipse.help;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.wst.xml.core;bundle-version="[1.1.500,2.0.0)",
+ org.eclipse.wst.common.ui;bundle-version="[1.1.500,2.0.0)",
+ org.eclipse.wst.common.uriresolver;bundle-version="[1.1.401,2.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