mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +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">
|
||||
<copy todir="${buildDirectory}/maps">
|
||||
<fileset dir="${builder}" includes="*.map" />
|
||||
<fileset dir="${builder}/maps" includes="*.map" />
|
||||
</copy>
|
||||
<replace dir="${buildDirectory}/maps" token="@tag@" value="${mapVersionTag}">
|
||||
<include name="*.map"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue