mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed up build scripts to allow us to build from a tag while keeping the eclipse plugins used for test on HEAD.
This commit is contained in:
parent
532780d3a2
commit
7b2b55e8d6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
|
<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<target name="getMapFiles">
|
<target name="getMapFiles">
|
||||||
<copy file="${builder}/../maps/cdt.map" todir="${buildDirectory}/maps">
|
<copy file="${builder}/../maps/cdt.map" todir="${buildDirectory}/maps"/>
|
||||||
<replace file="${buildDirectory}/maps/cdt.map"/>
|
<replace file="${buildDirectory}/maps/cdt.map"/>
|
||||||
<replacefilter token="@cdtTag@" value="${cdtTag}"/>
|
<replacefilter token="@cdtTag@" value="${cdtTag}"/>
|
||||||
</replace>
|
</replace>
|
||||||
|
|
Loading…
Add table
Reference in a new issue