Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-11-18 15:29:34 +0000
committerJohn Arthorne2008-11-18 15:29:34 +0000
commita3325c1ef247c67456ae40a66a07d608940d8aeb (patch)
treeb3bf0eef77f77db906f1089af915f7c6869f7754 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
parent2b31ee66387fd90aa3535dd3d737a19334adca6b (diff)
downloadrt.equinox.p2-a3325c1ef247c67456ae40a66a07d608940d8aeb.tar.gz
rt.equinox.p2-a3325c1ef247c67456ae40a66a07d608940d8aeb.tar.xz
rt.equinox.p2-a3325c1ef247c67456ae40a66a07d608940d8aeb.zip
Bug 255660 Bump up dependency on equinox.common
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.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 6261bb8ad..32474d9d2 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
@@ -6,7 +6,6 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-Version: 1.0.100.qualifier
Import-Package: javax.xml.parsers,
- org.eclipse.core.runtime;common=split,
org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.p2.engine,
org.eclipse.equinox.internal.p2.garbagecollector,
@@ -40,3 +39,4 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.eclipse.Activator
+Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)"

Back to the top