1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

- created "latest" symlink for the current latest build

This commit is contained in:
Alena Laskavaia 2008-04-29 18:37:05 +00:00
parent 6890b6b24e
commit 77ee511229

View file

@ -202,6 +202,9 @@
<copy todir="${copyToDir}/${buildType}.${buildId}">
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
</copy>
<!-- Create symlink to latest build -->
<symlink action="delete" link="${copyToDir}/latest"/>
<symlink link="${copyToDir}/latest" resource="${copyToDir}/${buildType}.${buildId}"/>
</target>
<target name="mail" depends="init">