mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
Fix promotion.
This commit is contained in:
parent
27f72e8590
commit
aead3ee388
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