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

Releng: Populate the nightly P2 repository besides the ZIP artifact

This commit is contained in:
Uwe Stieber 2013-01-04 10:50:14 +01:00
parent 1dfba88050
commit 188e0ecf5d

View file

@ -155,6 +155,25 @@
</goals>
<configuration>
<target>
<delete includeemptydirs="false">
<fileset dir="${tm-install}">
<include name="**" />
</fileset>
</delete>
<copy includeemptydirs="false" todir="${tm-install}">
<fileset dir="target/repository">
<include name="**"/>
</fileset>
<fileset dir="target">
<include name="${tm-zipfile}"/>
</fileset>
</copy>
<chmod perm="g+w">
<fileset dir="${tm-install}">
<include name="**"/>
</fileset>
</chmod>
<copy file="target/${tm-zipfile}" todir="${tm-install}">
</copy>
<chmod perm="g+w">