1
0
Fork 0
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:
Chris Recoskie 2007-04-27 21:11:28 +00:00
parent 163dfed423
commit 8977603c2b
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>