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:
parent
9b62baf4c8
commit
818d85f171
1 changed files with 3 additions and 2 deletions
|
@ -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}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue