1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-07 00:55:24 +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"> <copy todir="${buildDirectory}/maps">
<fileset dir="${builder}" includes="*.map" /> <fileset dir="${builder}" includes="*.map" />
</copy> </copy>
<replace token="@tag@" value="$mapVersionTag"> <replace dir="${buildDirectory}/maps" token="@tag@" value="${mapVersionTag}">
<fileset dir="${buildDirectory}/maps" includes="*.map"/> <include name="*.map"/>
</replace> </replace>
</target> </target>