1
0
Fork 0
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:
Martin Oberhuber 2006-08-11 11:41:15 +00:00
parent d718f56ee2
commit 1b0c5497b0
2 changed files with 1 additions and 1 deletions

View file

@ -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"/>