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

Set up nightly builds on the cdt machine.

This commit is contained in:
Doug Schaefer 2006-01-03 21:27:12 +00:00
parent aacdf8575d
commit a1728d6226

View file

@ -152,7 +152,8 @@
<replacefilter token="@buildType@" value="${buildType}"/>
<replacefilter token="@buildId@" value="${buildId}"/>
</replace>
<copy todir="${copyToDir}">
<mkdir dir="${copyToDir}/${buildType}.${buildId}"/>
<copy todir="${copyToDir}/${buildType}.${buildId}">
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
</copy>
</target>