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:
parent
c6e93821f2
commit
51e2c13f63
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue