mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +02:00
fix for build failure for M7 build
This commit is contained in:
parent
7b18dd13af
commit
2f6f5bdcf8
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue