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:
parent
ff44c526aa
commit
c37f901e3b
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}" todir="${buildDirectory}/plugins"/>
|
||||
<copy file="${pdeSvnJar}" todir="${buildDirectory}/eclipse/plugins"/>
|
||||
</target>
|
||||
|
||||
<target name="zips" depends="init,unzip">
|
||||
|
|
Loading…
Add table
Reference in a new issue