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:
parent
3abcf010f8
commit
32fcdf2688
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue