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:
parent
78f4081458
commit
c4f9cd45b1
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue