1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Fixed up error in the assemble target names.

This commit is contained in:
Doug Schaefer 2007-04-28 00:52:10 +00:00
parent 3abcf010f8
commit 32fcdf2688
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
<!-- Add one target for each root element and each configuration --> <!-- Add one target for each root element and each configuration -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
<target name="assemble.org.eclipse.cdt.c99.feature"> <target name="assemble.org.eclipse.cdt.core.parser.c99.feature">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="cdt-c99-${branchVersion}-${buildId}.zip"/> <property name="archiveName" value="cdt-c99-${branchVersion}-${buildId}.zip"/>
</ant> </ant>

View file

@ -23,7 +23,7 @@
<!-- Add one target for each root element and each configuration --> <!-- Add one target for each root element and each configuration -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
<target name="assemble.org.eclipse.cdt.upc.feature"> <target name="assemble.org.eclipse.cdt.core.parser.upc.feature">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="cdt-upc-${branchVersion}-${buildId}.zip"/> <property name="archiveName" value="cdt-upc-${branchVersion}-${buildId}.zip"/>
</ant> </ant>