From 622d3b5a9d07990762e58029bd8dffbd2e7df773 Mon Sep 17 00:00:00 2001 From: Stefan Xenos Date: Wed, 16 Mar 2016 17:10:53 -0700 Subject: Bug 489805 - Move the projects in the team git repository to Java 1.8 Change-Id: Id5519b91445802de6c62d310b30a0cf486152f64 Signed-off-by: Stefan Xenos --- tests/org.eclipse.team.tests.cvs.core/.classpath | 2 +- tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF | 4 ++-- tests/org.eclipse.team.tests.cvs.core/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/org.eclipse.team.tests.cvs.core') diff --git a/tests/org.eclipse.team.tests.cvs.core/.classpath b/tests/org.eclipse.team.tests.cvs.core/.classpath index 2fbb7a23e..1fa3e6803 100644 --- a/tests/org.eclipse.team.tests.cvs.core/.classpath +++ b/tests/org.eclipse.team.tests.cvs.core/.classpath @@ -1,6 +1,6 @@ - + diff --git a/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF b/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF index 1cf843cb2..8ccf4e441 100644 --- a/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF +++ b/tests/org.eclipse.team.tests.cvs.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.team.tests.cvs.core; singleton:=true -Bundle-Version: 3.3.700.qualifier +Bundle-Version: 3.4.0.qualifier Bundle-Activator: org.eclipse.team.tests.ccvs.core.TeamCVSTestPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin @@ -41,5 +41,5 @@ Require-Bundle: org.eclipse.ui.ide;resolution:=optional, Bundle-ActivationPolicy: lazy Eclipse-AutoStart: true Plugin-Class: org.eclipse.team.tests.ccvs.core.TeamCVSTestPlugin -Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Eclipse-BundleShape: dir diff --git a/tests/org.eclipse.team.tests.cvs.core/pom.xml b/tests/org.eclipse.team.tests.cvs.core/pom.xml index f879ef04d..cf304359c 100644 --- a/tests/org.eclipse.team.tests.cvs.core/pom.xml +++ b/tests/org.eclipse.team.tests.cvs.core/pom.xml @@ -18,6 +18,6 @@ org.eclipse.team org.eclipse.team.tests.cvs.core - 3.3.700-SNAPSHOT + 3.4.0-SNAPSHOT eclipse-plugin -- cgit v1.2.1