1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-05 23:35:48 +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 18:50:01 +00:00
parent 8aea36d90e
commit 33a689c273

View file

@ -35,7 +35,7 @@
<!-- ===================================================================== --> <!-- ===================================================================== -->
<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>
</target> </target>