1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Updating build to use stock build.xml and genericTargets.xml from org.eclipse.pde.build.

This commit is contained in:
David Dykstal 2006-05-05 17:33:48 +00:00
parent 78f4081458
commit c4f9cd45b1

View file

@ -61,8 +61,8 @@
<copy todir="${buildDirectory}/maps">
<fileset dir="${builder}" includes="*.map" />
</copy>
<replace token="@tag@" value="$mapVersionTag">
<fileset dir="${buildDirectory}/maps" includes="*.map"/>
<replace dir="${buildDirectory}/maps" token="@tag@" value="${mapVersionTag}">
<include name="*.map"/>
</replace>
</target>