mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Trying to get tests running.
This commit is contained in:
parent
33c8c8f1ff
commit
f4482800e9
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
<target name="unzip" depends="init" unless="dontUnzip">
|
<target name="unzip" depends="init" unless="dontUnzip">
|
||||||
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
|
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
|
||||||
<unzip src="${mylynDist}" dest="${buildDirectory}"/>
|
<unzip src="${mylynDist}" dest="${buildDirectory}/eclipse/dropins"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="zips" depends="init,unzip">
|
<target name="zips" depends="init,unzip">
|
||||||
|
|
Loading…
Add table
Reference in a new issue