1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 03:05:39 +02:00

update build script for CDT 6.1.0

This commit is contained in:
Vivian Kong 2009-07-21 14:24:50 +00:00
parent 9b62baf4c8
commit 818d85f171

View file

@ -300,8 +300,9 @@
<property name="copyToDir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
<replace file="${copyToDir}/index.html">
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
<replacevalue><![CDATA[ <li><a href="@buildType@.@buildId@/index.html">@buildId@</a></li>
<!-- add here -->]]></replacevalue>
<replacevalue><![CDATA[ <!-- add here -->
<li><a href="@buildType@.@buildId@/index.html">@buildId@</a></li>]]>
</replacevalue>
</replace>
<replace file="${copyToDir}/index.html">
<replacefilter token="@buildType@" value="${buildType}"/>