Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-09-06 20:35:49 +0000
committerJohn Arthorne2012-09-06 20:35:49 +0000
commit0f2668fcc5642879a71b89a71f5da88c764dde39 (patch)
treedc05c6145fd4be468253585a50d6e6f8d83a7152 /bundles/org.eclipse.equinox.p2.touchpoint.natives
parent3c8a3ced8e97c52fea5e0edb7641b9d94bd6b7bd (diff)
downloadrt.equinox.p2-0f2668fcc5642879a71b89a71f5da88c764dde39.tar.gz
rt.equinox.p2-0f2668fcc5642879a71b89a71f5da88c764dde39.tar.xz
rt.equinox.p2-0f2668fcc5642879a71b89a71f5da88c764dde39.zip
Bug 389000 - Native touchpoint bundle uses class libraries not in Foundation 1.1v20120906-203549
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.natives')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF6
1 files changed, 2 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
index c223e1edc..3aa1e0eec 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
@@ -2,16 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.natives;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.natives.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.equinox.internal.p2.touchpoint.natives;x-internal:=true,
org.eclipse.equinox.internal.p2.touchpoint.natives.actions;x-internal:=true
Require-Bundle: org.eclipse.equinox.common
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,
- J2SE-1.4,
- CDC-1.1/Foundation-1.1
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.equinox.internal.p2.core.helpers,
org.eclipse.equinox.internal.p2.engine,

Back to the top