1
0
Fork 0
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:
Doug Schaefer 2008-05-27 23:07:01 +00:00
parent 33c8c8f1ff
commit f4482800e9

View file

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