From 4f6b3c9174e1248e36de0e9a814f3244bd93dc08 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Tue, 19 Aug 2014 19:58:44 -0700 Subject: [PATCH] Fixed an invalid version constraint. --- core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF index 3178b04001d..881e6c66355 100644 --- a/core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF @@ -10,6 +10,6 @@ Export-Package: org.eclipse.cdt.core;native=split;mandatory:=native, org.eclipse.cdt.utils;native=split;mandatory:=native, org.eclipse.cdt.utils.pty;version="5.7", org.eclipse.cdt.utils.spawner;version="5.7" -Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)" +Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)" Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5