mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
Add a timestamp to about.mappings for S-builds and R-builds
This commit is contained in:
parent
efcd73276e
commit
818801c4b1
1 changed files with 7 additions and 1 deletions
|
@ -270,7 +270,13 @@
|
|||
<!-- Steps to do before running the build.xmls for the elements being built. -->
|
||||
<!-- ===================================================================== -->
|
||||
<target name="preProcess">
|
||||
<replace dir="${buildDirectory}/plugins" value="${buildId}" token="@build@">
|
||||
<condition property="buildIdForMappings" value="${buildId} (${mydstamp}-${mytstamp})" else="${buildId}">
|
||||
<or>
|
||||
<equals arg1="${buildType}" arg2="S"/>
|
||||
<equals arg1="${buildType}" arg2="R"/>
|
||||
</or>
|
||||
</condition>
|
||||
<replace dir="${buildDirectory}/plugins" value="${buildIdForMappings}" token="@build@">
|
||||
<include name="**/about.mappings" />
|
||||
</replace>
|
||||
</target>
|
||||
|
|
Loading…
Add table
Reference in a new issue