1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 22:35:43 +02:00

attempt to fix MD5 errors

This commit is contained in:
Vivian Kong 2009-02-20 17:31:46 +00:00
parent eb5858ca7a
commit 91249c5974

View file

@ -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>