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:
parent
9973cd7f03
commit
ff44c526aa
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue