1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Setting up builds to run from build.eclipse.org.

This commit is contained in:
Doug Schaefer 2007-06-11 20:26:57 +00:00
parent e468cd1b32
commit 4e95e551ce

View file

@ -81,7 +81,7 @@
</target>
<target name="unzip" depends="init" unless="dontUnzip">
<untar src="${eclipseDist}" dest="${dest}" compression="gzip"/>
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
</target>
<target name="zips" depends="init,unzip">