1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +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:
Doug Schaefer 2005-06-13 14:50:57 +00:00
parent c6e93821f2
commit 51e2c13f63
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@
<!-- ===================================================================== -->
<target name="getMapFiles">
<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}"/>
</replace>
</target>

View file

@ -83,7 +83,7 @@
<!-- ===================================================================== -->
<target name="getMapFiles">
<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}"/>
</replace>
</target>

View file

@ -34,7 +34,7 @@
<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
<!-- ===================================================================== -->
<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"/>
<replacefilter token="@cdtTag@" value="${cdtTag}"/>
</replace>