From 7fcae32f3f50ea7ac34849702408d19e104ecb06 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Mon, 1 Mar 2010 13:42:17 +0000 Subject: [PATCH] [terminal] Require cdt-core 5.2.0 from the CDT 7.0 release --- org.eclipse.tm.terminal.local-feature/feature.xml | 2 +- org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.tm.terminal.local-feature/feature.xml b/org.eclipse.tm.terminal.local-feature/feature.xml index fb5a6299ce0..70f8179b74b 100644 --- a/org.eclipse.tm.terminal.local-feature/feature.xml +++ b/org.eclipse.tm.terminal.local-feature/feature.xml @@ -41,7 +41,7 @@ - + diff --git a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF index a295a6e5ad6..6ad8969776f 100644 --- a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF +++ b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF @@ -7,7 +7,7 @@ Bundle-Activator: org.eclipse.tm.internal.terminal.local.LocalTerminalActivator Bundle-Localization: plugin Bundle-Vendor: %providerName Require-Bundle: org.eclipse.tm.terminal;bundle-version="2.0.0", - org.eclipse.cdt.core;bundle-version="5.0.0", + org.eclipse.cdt.core;bundle-version="5.2.0", org.eclipse.core.runtime, org.eclipse.debug.core, org.eclipse.debug.ui,