Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui/META-INF/MANIFEST.MF
index 5b566f510..7ba003183 100644
--- a/bundles/org.eclipse.equinox.p2.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ui/META-INF/MANIFEST.MF
@@ -28,7 +28,10 @@ Import-Package: com.ibm.icu.text,
org.eclipse.osgi.service.resolver;version="1.1.0",
org.eclipse.osgi.util;version="1.1.0",
org.osgi.framework;version="1.3.0",
- org.osgi.service.packageadmin;version="1.2.0"
+ org.osgi.service.packageadmin;version="1.2.0",
+ javax.xml.parsers,
+ org.w3c.dom,
+ org.xml.sax
Export-Package: org.eclipse.equinox.internal.p2.ui;x-internal:=true,
org.eclipse.equinox.internal.p2.ui.dialogs;x-internal:=true,
org.eclipse.equinox.internal.p2.ui.model;x-internal:=true,
@@ -76,7 +79,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.equinox.simpleconfigurator.manipulator,
org.eclipse.equinox.p2.exemplarysetup,
org.eclipse.equinox.security.ui;bundle-version="[1.0.0,2.0.0)"
-
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1

Back to the top