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:
parent
1dfba88050
commit
188e0ecf5d
1 changed files with 19 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue