Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2008-11-18 21:56:44 +0000
committerSimon Kaegi2008-11-18 21:56:44 +0000
commitd06495a063a86205939e86d5c11e6a1ec1e080c1 (patch)
tree5a288c282265d0b2d51669a41707e9be5826c9a7 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
parent656395484235f1fccd68253524ec790b6434c9cc (diff)
downloadrt.equinox.p2-d06495a063a86205939e86d5c11e6a1ec1e080c1.tar.gz
rt.equinox.p2-d06495a063a86205939e86d5c11e6a1ec1e080c1.tar.xz
rt.equinox.p2-d06495a063a86205939e86d5c11e6a1ec1e080c1.zip
reverting a change to re-tag for the i buildv20081118
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 32474d9d2..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
@@ -6,6 +6,7 @@ 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,
@@ -39,4 +40,3 @@ 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