mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Revert change.
This commit is contained in:
parent
aead3ee388
commit
c728e4b09b
1 changed files with 1 additions and 1 deletions
|
@ -43,12 +43,12 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<mkdir dir="${remote-install-dir}" />
|
||||
<delete includeemptydirs="true">
|
||||
<fileset dir="${remote-install-dir}">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</delete>
|
||||
<mkdir dir="${remote-install-dir}" />
|
||||
<unzip
|
||||
src="${project.build.directory}/${project.build.finalName}.zip"
|
||||
dest="${remote-install-dir}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue