1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 23:45:23 +02:00

fix for build failure for M7 build

This commit is contained in:
Vivian Kong 2009-05-01 14:27:52 +00:00
parent 7b18dd13af
commit 2f6f5bdcf8
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<feature <feature
id="org.eclipse.cdt.build.crossgcc" id="org.eclipse.cdt.build.crossgcc"
label="%featureName" label="%featureName"
version="1.0.0" version="1.0.0.qualifier"
provider-name="%providerName"> provider-name="%providerName">
<description> <description>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Good Bundle-Name: Good
Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true
Bundle-Version: 1.0.0 Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.managedbuilder.core;bundle-version="5.0.100", org.eclipse.cdt.managedbuilder.core;bundle-version="5.0.100",