Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-02-22 16:30:48 +0000
committerDJ Houghton2008-02-22 16:30:48 +0000
commit7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6 (patch)
tree7b2bf628d6cf75d1a8dd020666ff210278db6c2a /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
parentf9aadf425e46a76530e056fef7411fcde36bec73 (diff)
downloadrt.equinox.p2-7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6.tar.gz
rt.equinox.p2-7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6.tar.xz
rt.equinox.p2-7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6.zip
Updated classpath to match EE in manifest.
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.MF4
1 files changed, 2 insertions, 2 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 714f8be6a..bb48079c1 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
@@ -31,7 +31,7 @@ Import-Package: javax.xml.parsers,
org.w3c.dom,
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
+Bundle-RequiredExecutionEnvironment: J2SE-1.4,
+ CDC-1.1/Foundation-1.1
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.eclipse.Activator

Back to the top