From 5019404acafc4cf9a1e04f27e13962fc0372e2e4 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Mon, 3 Jul 2006 13:08:47 +0000 Subject: [PATCH] Fix definition of execution environment (to 1.4) --- core/org.eclipse.cdt.ui/.classpath | 2 +- core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/.classpath b/core/org.eclipse.cdt.ui/.classpath index 7251ee2bf4c..fcd0420f98a 100644 --- a/core/org.eclipse.cdt.ui/.classpath +++ b/core/org.eclipse.cdt.ui/.classpath @@ -3,7 +3,7 @@ - + diff --git a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF index 4cc7601442b..45a5da048c6 100644 --- a/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF @@ -71,4 +71,4 @@ Require-Bundle: org.eclipse.ui.ide, org.eclipse.core.expressions, org.eclipse.ui.navigator.resources Eclipse-LazyStart: true -Bundle-RequiredExecutionEnvironment: J2SE-1.3 +Bundle-RequiredExecutionEnvironment: J2SE-1.4