1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Set up nightly builds on the cdt machine.

This commit is contained in:
Doug Schaefer 2006-01-03 21:12:26 +00:00
parent 388b5b8e18
commit aacdf8575d

View file

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