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

Fix copy dest.

This commit is contained in:
Doug Schaefer 2010-01-19 04:22:22 +00:00
parent ff44c526aa
commit c37f901e3b

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}" todir="${buildDirectory}/plugins"/>
<copy file="${pdeSvnJar}" todir="${buildDirectory}/eclipse/plugins"/>
</target>
<target name="zips" depends="init,unzip">