mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +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">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue