1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Genericized the base location zip.

This commit is contained in:
Doug Schaefer 2005-04-28 15:32:06 +00:00
parent 1a18c6566f
commit ec99d51b38

View file

@ -54,7 +54,7 @@
</target>
<target name="unzip" depends="init" unless="dontUnzip">
<antcall name="unpack">
<antcall target="unpack">
<param name="srcPrefix" value="${eclipseDist}"/>
<param name="dest" value="${buildDirectory}"/>
</antcall>