1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fix error in copy args

This commit is contained in:
Doug Schaefer 2010-01-19 04:15:58 +00:00
parent 9973cd7f03
commit ff44c526aa

View file

@ -134,7 +134,7 @@
<target name="unzip" depends="init" unless="dontUnzip">
<untar src="${eclipseDist}" dest="${buildDirectory}" compression="gzip"/>
<unzip src="${rseDist}" dest="${buildDirectory}"/>
<copy file="${pdeSvnJar}" dest="${buildDirectory}/plugins"/>
<copy file="${pdeSvnJar}" todir="${buildDirectory}/plugins"/>
</target>
<target name="zips" depends="init,unzip">