1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00

Fix promotion.

This commit is contained in:
gw6 2019-05-25 09:44:34 -04:00
parent 27f72e8590
commit aead3ee388

View file

@ -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}" />