mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
attempt to fix MD5 errors
This commit is contained in:
parent
eb5858ca7a
commit
91249c5974
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
</target>
|
||||
|
||||
<target name="build" depends="zips,test"/>
|
||||
<target name="nightly" depends="tag,zips,sign,generate.p2.metadata,test,update_index_html,copy"/>
|
||||
<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="cdtbuild" depends="tag,zips,test,upload"/>
|
||||
|
@ -267,7 +267,7 @@
|
|||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="update_index_html" depends="init" unless="hasErrors">
|
||||
<target name="update.index.html" depends="init" unless="hasErrors">
|
||||
<property name="copyToDir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
|
||||
<replace file="${copyToDir}/index.html">
|
||||
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
|
||||
|
|
Loading…
Add table
Reference in a new issue