Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/perf
diff options
context:
space:
mode:
authorJeff Johnston2013-12-18 17:42:59 +0000
committerJeff Johnston2013-12-18 17:47:22 +0000
commit937ad91ea7607080b427cf401440cfb170b585ae (patch)
tree15c23386feb735f5ae6afa9ee9433969aa34b079 /perf
parent7db6e5b2daec12b5772551319d373637b77529d9 (diff)
downloadorg.eclipse.linuxtools-937ad91ea7607080b427cf401440cfb170b585ae.tar.gz
org.eclipse.linuxtools-937ad91ea7607080b427cf401440cfb170b585ae.tar.xz
org.eclipse.linuxtools-937ad91ea7607080b427cf401440cfb170b585ae.zip
Switch Linux Tools to use Luna staging for builds from now on.
- Change remote code to use new org.eclipse.remote.core APIs which have changed slightly from their PTP counterparts. - Ensure that perf uses Java 7 since it refers to new Java 7 nio classes Change-Id: Ibfadb217c6c01fb8be3fa6aca747f47b5bdbd3f8 Reviewed-on: https://git.eclipse.org/r/19998 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'perf')
-rw-r--r--perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
index c97c035d6f..596f751b2b 100644
--- a/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
+++ b/perf/org.eclipse.linuxtools.perf/META-INF/MANIFEST.MF
@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.linuxtools.profiling.ui;bundle-version="0.9.0",
org.eclipse.ui.ide,
org.eclipse.team.ui;bundle-version="3.7.1"
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.compare,
org.eclipse.compare.structuremergeviewer,

Back to the top