mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
Build: Move mapfile to maps/ directory in order to support releng.tools
This commit is contained in:
parent
d718f56ee2
commit
1b0c5497b0
2 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<target name="getMapFiles">
|
<target name="getMapFiles">
|
||||||
<copy todir="${buildDirectory}/maps">
|
<copy todir="${buildDirectory}/maps">
|
||||||
<fileset dir="${builder}" includes="*.map" />
|
<fileset dir="${builder}/maps" includes="*.map" />
|
||||||
</copy>
|
</copy>
|
||||||
<replace dir="${buildDirectory}/maps" token="@tag@" value="${mapVersionTag}">
|
<replace dir="${buildDirectory}/maps" token="@tag@" value="${mapVersionTag}">
|
||||||
<include name="*.map"/>
|
<include name="*.map"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue