Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-11-14 15:01:34 +0000
committerJohn Arthorne2012-11-14 15:01:34 +0000
commitc047b832c621a1a35781a1e2ffb9ec0abfce590c (patch)
treef1020f287305768e1e9b11846c024239087e60b9 /bundles/org.eclipse.equinox.p2.artifact.repository/META-INF
parent1971740ba62534120d9f33162963d4517c898424 (diff)
downloadrt.equinox.p2-c047b832c621a1a35781a1e2ffb9ec0abfce590c.tar.gz
rt.equinox.p2-c047b832c621a1a35781a1e2ffb9ec0abfce590c.tar.xz
rt.equinox.p2-c047b832c621a1a35781a1e2ffb9ec0abfce590c.zip
Updated manifest for bundles that use Java 5 class library methodsv20121114-150134
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
index 485fee5c6..899ff4823 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF
@@ -59,6 +59,4 @@ Import-Package: javax.xml.parsers,
org.xml.sax;resolution:=optional
Service-Component: OSGI-INF/repositoryManager.xml
Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5,
- J2SE-1.4,
- CDC-1.1/Foundation-1.1
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top