diff options
author | Stefan Xenos | 2016-03-22 17:33:14 +0000 |
---|---|---|
committer | Stefan Xenos | 2016-03-22 21:52:18 +0000 |
commit | bd0ead98b29653875145033cf77d61e14c636b02 (patch) | |
tree | c5bf10618a50078c31229d396f53185268ca1ecf /bundles/org.eclipse.ui.net | |
parent | b8821710ffb03f8e7573be209e1ab14e27ba04b4 (diff) | |
download | eclipse.platform.team-bd0ead98b29653875145033cf77d61e14c636b02.tar.gz eclipse.platform.team-bd0ead98b29653875145033cf77d61e14c636b02.tar.xz eclipse.platform.team-bd0ead98b29653875145033cf77d61e14c636b02.zip |
Bug 489805 - Move the team git repository to Java 1.8
Fixes compiler warnings.
This reverts commit b8821710ffb03f8e7573be209e1ab14e27ba04b4.
Change-Id: I64b54428dc8500ab05427d505bb801e46511916b
Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.ui.net')
-rw-r--r-- | bundles/org.eclipse.ui.net/.classpath | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF | 4 | ||||
-rw-r--r-- | bundles/org.eclipse.ui.net/pom.xml | 16 |
3 files changed, 4 insertions, 18 deletions
diff --git a/bundles/org.eclipse.ui.net/.classpath b/bundles/org.eclipse.ui.net/.classpath index ce7393340..22f30643c 100644 --- a/bundles/org.eclipse.ui.net/.classpath +++ b/bundles/org.eclipse.ui.net/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF b/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF index 6c30dfa2d..f931bd419 100644 --- a/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.ui.net/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %PLUGIN_NAME Bundle-SymbolicName: org.eclipse.ui.net; singleton:=true -Bundle-Version: 1.2.200.qualifier +Bundle-Version: 1.3.0.qualifier Bundle-Activator: org.eclipse.ui.internal.net.Activator Bundle-Vendor: %PLUGIN_PROVIDER Bundle-Localization: plugin @@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.3.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)", org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)" Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: J2SE-1.4, +Bundle-RequiredExecutionEnvironment: JavaSE-1.8, CDC-1.1/Foundation-1.1 Export-Package: org.eclipse.ui.internal.net;x-internal:=true, org.eclipse.ui.internal.net.auth;x-internal:=true diff --git a/bundles/org.eclipse.ui.net/pom.xml b/bundles/org.eclipse.ui.net/pom.xml index d07c52943..7fc07f9b2 100644 --- a/bundles/org.eclipse.ui.net/pom.xml +++ b/bundles/org.eclipse.ui.net/pom.xml @@ -19,20 +19,6 @@ </parent> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.ui.net</artifactId> - <version>1.2.200-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> - <build> - <plugins> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>target-platform-configuration</artifactId> - <configuration> - <!-- - dependency on org.eclipse.equinox.security requires at least J2SE-1.4 - --> - <executionEnvironment>J2SE-1.4</executionEnvironment> - </configuration> - </plugin> - </plugins> - </build> </project> |