Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Stevenson2008-01-28 22:27:31 +0000
committerDave Stevenson2008-01-28 22:27:31 +0000
commitb525b7ac9f92b02e0c35c96ebb5dd7eed59e386f (patch)
tree951083294563d02262a552198384afba3a358803 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
parent6683b28c84a9914fec28bd1414d99adc3845c87c (diff)
downloadrt.equinox.p2-b525b7ac9f92b02e0c35c96ebb5dd7eed59e386f.tar.gz
rt.equinox.p2-b525b7ac9f92b02e0c35c96ebb5dd7eed59e386f.tar.xz
rt.equinox.p2-b525b7ac9f92b02e0c35c96ebb5dd7eed59e386f.zip
Removed dependency on update configurator for installing/uninstalling features. Moved the platform.xml parser/writer from the reconciler.dropins bundle to the touchpoint.eclipse bundle so they could be shared.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF13
1 files changed, 3 insertions, 10 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
index 2af9e8f6b..e6d1742a8 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
@@ -7,16 +7,11 @@ Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Import-Package: org.eclipse.core.runtime;common=split,
org.eclipse.equinox.frameworkadmin,
- org.eclipse.equinox.internal.frameworkadmin.utils,
- org.eclipse.equinox.internal.p2.artifact.repository,
- org.eclipse.equinox.internal.p2.artifact.repository.simple,
org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.p2.artifact.repository,
- org.eclipse.equinox.p2.artifact.repository.processing,
org.eclipse.equinox.p2.core,
org.eclipse.equinox.p2.core.location,
org.eclipse.equinox.p2.core.repository,
- org.eclipse.equinox.p2.download,
org.eclipse.equinox.p2.engine,
org.eclipse.equinox.p2.garbagecollector,
org.eclipse.equinox.p2.metadata,
@@ -24,17 +19,15 @@ Import-Package: org.eclipse.core.runtime;common=split,
org.eclipse.equinox.p2.metadata.query,
org.eclipse.equinox.p2.query,
org.eclipse.equinox.spi.p2.artifact.repository,
- org.eclipse.equinox.spi.p2.core.repository,
- org.eclipse.osgi.framework.util,
org.eclipse.osgi.service.datalocation;version="1.0.0",
org.eclipse.osgi.service.environment;version="1.0.0",
org.eclipse.osgi.service.resolver;version="1.2.0";resolution:=optional,
org.eclipse.osgi.util;version="1.1.0",
- org.eclipse.update.configurator;resolution:=optional,
org.osgi.framework;version="1.3.0",
- org.osgi.util.tracker;version="1.3.2"
+ org.osgi.util.tracker;version="1.3.2",
+ org.xml.sax
+Export-Package: org.eclipse.equinox.internal.p2.touchpoint.eclipse;x-internal:=true,org.eclipse.equinox.internal.p2.update;x-friends:="org.eclipse.equinox.p2.reconciler.dropins"
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.eclipse.Activator
-Export-Package: org.eclipse.equinox.internal.p2.touchpoint.eclipse;x-internal:=true

Back to the top