Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-01-07 14:09:11 +0000
committerPascal Rapicault2013-01-07 20:53:29 +0000
commit511e286063aa00907654561261bc637a83d235c6 (patch)
tree49db9f508bb10e0152f65d34b6956ee936b16175 /bundles/org.eclipse.equinox.p2.installer
parent8be54cd596dafa046cd2e55152272f2d1ff3d06a (diff)
downloadrt.equinox.p2-511e286063aa00907654561261bc637a83d235c6.tar.gz
rt.equinox.p2-511e286063aa00907654561261bc637a83d235c6.tar.xz
rt.equinox.p2-511e286063aa00907654561261bc637a83d235c6.zip
remove 1.4 dependency
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.installer')
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
index c83f1ca16..63531f794 100644
--- a/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.installer/META-INF/MANIFEST.MF
@@ -21,7 +21,6 @@ Require-Bundle: org.eclipse.osgi;bundle-version="[3.7.0,4.0.0)",
org.eclipse.equinox.p2.repository;bundle-version="2.1.0",
org.eclipse.equinox.p2.transport.ecf;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
- J2SE-1.4,
CDC-1.1/Foundation-1.1
Export-Package: org.eclipse.equinox.internal.p2.installer;x-internal:=true,
org.eclipse.equinox.internal.p2.installer.ui;x-internal:=true,

Back to the top