mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +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
8aea36d90e
commit
33a689c273
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue