mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
fixing feature IDs in custom targets
This commit is contained in:
parent
163dfed423
commit
8977603c2b
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
<target name="allElements">
|
<target name="allElements">
|
||||||
<ant antfile="${genericTargets}" target="${target}" >
|
<ant antfile="${genericTargets}" target="${target}" >
|
||||||
<property name="type" value="feature" />
|
<property name="type" value="feature" />
|
||||||
<property name="id" value="org.eclipse.cdt.c99.feature" />
|
<property name="id" value="org.eclipse.cdt.core.parser.c99.feature" />
|
||||||
</ant>
|
</ant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<target name="allElements">
|
<target name="allElements">
|
||||||
<ant antfile="${genericTargets}" target="${target}" >
|
<ant antfile="${genericTargets}" target="${target}" >
|
||||||
<property name="type" value="feature" />
|
<property name="type" value="feature" />
|
||||||
<property name="id" value="org.eclipse.cdt.upc.feature" />
|
<property name="id" value="org.eclipse.cdt.core.parser.upc.feature" />
|
||||||
</ant>
|
</ant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue