mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +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">
|
||||
<ant antfile="${genericTargets}" target="${target}" >
|
||||
<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>
|
||||
</target>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<target name="allElements">
|
||||
<ant antfile="${genericTargets}" target="${target}" >
|
||||
<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>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue