Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-05-06 14:18:17 +0000
committerVivian Kong2009-05-06 14:18:17 +0000
commitfd490173d10eccafe355fd9a25b8c51d150d173b (patch)
treed444bcc64633a5b572d67c4e69ffa0636d70d490
parent197dcead43b54113a99ec8aacfc81ed6495681ed (diff)
downloadorg.eclipse.cdt-fd490173d10eccafe355fd9a25b8c51d150d173b.tar.gz
org.eclipse.cdt-fd490173d10eccafe355fd9a25b8c51d150d173b.tar.xz
org.eclipse.cdt-fd490173d10eccafe355fd9a25b8c51d150d173b.zip
attempt to fix build errors
-rwxr-xr-xcross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF b/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
index aae2e5e2ab0..fc7450decb9 100755
--- a/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
+++ b/cross/org.eclipse.cdt.build.crossgcc/META-INF/MANIFEST.MF
@@ -5,9 +5,9 @@ Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator
Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.cdt.core;bundle-version="5.1.0",
org.eclipse.cdt.managedbuilder.core;bundle-version="5.0.100",
org.eclipse.cdt.managedbuilder.gnu.ui;bundle-version="5.0.100",
- org.eclipse.cdt.core;bundle-version="5.1.0",
org.eclipse.core.resources;bundle-version="3.5.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top