Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-11-11 21:09:37 +0000
committerSimon Kaegi2008-11-11 21:09:37 +0000
commit4428bc168d3e6b1318c210e425a6cbdfc59b15d5 (patch)
tree696aed7392912df411edf12b8559400741755506 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF
parent4a89ed942e06b98dff8e1dd25cf28c0c05a5b647 (diff)
downloadrt.equinox.p2-4428bc168d3e6b1318c210e425a6cbdfc59b15d5.tar.gz
rt.equinox.p2-4428bc168d3e6b1318c210e425a6cbdfc59b15d5.tar.xz
rt.equinox.p2-4428bc168d3e6b1318c210e425a6cbdfc59b15d5.zip
Bug 254909 [touchpoints] too many dependencies in o.e.e.p2.touchpoint.eclipse
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 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 cfaf636c4..6261bb8ad 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
@@ -23,7 +23,7 @@ Import-Package: javax.xml.parsers,
org.eclipse.equinox.internal.provisional.p2.query,
org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository,
org.eclipse.equinox.internal.simpleconfigurator.manipulator,
- org.eclipse.equinox.p2.publisher,
+ org.eclipse.equinox.p2.publisher;resolution:=optional,
org.eclipse.equinox.p2.publisher.eclipse;resolution:=optional,
org.eclipse.osgi.service.datalocation;version="1.0.0",
org.eclipse.osgi.service.environment;version="1.0.0",

Back to the top