mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +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>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<mkdir dir="${remote-install-dir}" />
|
|
||||||
<delete includeemptydirs="true">
|
<delete includeemptydirs="true">
|
||||||
<fileset dir="${remote-install-dir}">
|
<fileset dir="${remote-install-dir}">
|
||||||
<include name="**/*" />
|
<include name="**/*" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</delete>
|
</delete>
|
||||||
|
<mkdir dir="${remote-install-dir}" />
|
||||||
<unzip
|
<unzip
|
||||||
src="${project.build.directory}/${project.build.finalName}.zip"
|
src="${project.build.directory}/${project.build.finalName}.zip"
|
||||||
dest="${remote-install-dir}" />
|
dest="${remote-install-dir}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue