mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Setting up builds to run from build.eclipse.org.
This commit is contained in:
parent
e468cd1b32
commit
4e95e551ce
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="unzip" depends="init" unless="dontUnzip">
|
<target name="unzip" depends="init" unless="dontUnzip">
|
||||||
<untar src="${eclipseDist}" dest="${dest}" compression="gzip"/>
|
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="zips" depends="init,unzip">
|
<target name="zips" depends="init,unzip">
|
||||||
|
|
Loading…
Add table
Reference in a new issue