1
0
Fork 0
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:
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"> <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"/>