Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2016-03-22 13:34:21 +0000
committerDani Megert2016-03-22 13:34:21 +0000
commitb8821710ffb03f8e7573be209e1ab14e27ba04b4 (patch)
tree6636ee84e8ad7b71190dfe4af058cca4a79b15bf /bundles/org.eclipse.core.net/META-INF
parent622d3b5a9d07990762e58029bd8dffbd2e7df773 (diff)
downloadeclipse.platform.team-b8821710ffb03f8e7573be209e1ab14e27ba04b4.tar.gz
eclipse.platform.team-b8821710ffb03f8e7573be209e1ab14e27ba04b4.tar.xz
eclipse.platform.team-b8821710ffb03f8e7573be209e1ab14e27ba04b4.zip
Revert "Bug 489805 - Move the projects in the team git repository to Java 1.8"
Diffstat (limited to 'bundles/org.eclipse.core.net/META-INF')
-rw-r--r--bundles/org.eclipse.core.net/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
index 9465ee039..f806e7cb2 100644
--- a/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.core.net/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.core.net;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.2.300.qualifier
Bundle-Activator: org.eclipse.core.internal.net.Activator
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
@@ -14,4 +14,5 @@ Require-Bundle: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)",
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.core.internal.net;x-friends:="org.eclipse.ui.net",
org.eclipse.core.net.proxy
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-RequiredExecutionEnvironment: J2SE-1.4,
+ CDC-1.1/Foundation-1.1

Back to the top