mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
update build script
This commit is contained in:
parent
f8a4c9c02c
commit
820ff1ccaa
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<target name="build" depends="zips,test"/>
|
||||
<target name="nightly" depends="tag,zips,sign,generate.p2.metadata,test,update.index.html,copy"/>
|
||||
<target name="testbuild" depends="zips,test,copy"/>
|
||||
<target name="buildcopy" depends="zips,copy"/>
|
||||
<target name="buildcopy" depends="zips,generate.p2.metadata,copy"/>
|
||||
<target name="cdtbuild" depends="tag,zips,test,upload"/>
|
||||
<target name="testmd5" depends="zips,sign,generate.p2.metadata,copy"/>
|
||||
|
||||
|
@ -172,7 +172,7 @@
|
|||
basedir="${buildDirectory}/site/eclipse"/>
|
||||
</target>
|
||||
|
||||
<target name="generate.p2.metadata" depends="sign">
|
||||
<target name="generate.p2.metadata">
|
||||
<!-- unzip the signed master site -->
|
||||
<unzip src="${zipsdir}/${masterFile}" dest="${zipsdir}/p2"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue