mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +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}"/>
|
<property name="copyToDir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
|
||||||
<replace file="${copyToDir}/index.html">
|
<replace file="${copyToDir}/index.html">
|
||||||
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
|
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
|
||||||
<replacevalue><![CDATA[ <li><a href="@buildType@.@buildId@/index.html">@buildId@</a></li>
|
<replacevalue><![CDATA[ <!-- add here -->
|
||||||
<!-- add here -->]]></replacevalue>
|
<li><a href="@buildType@.@buildId@/index.html">@buildId@</a></li>]]>
|
||||||
|
</replacevalue>
|
||||||
</replace>
|
</replace>
|
||||||
<replace file="${copyToDir}/index.html">
|
<replace file="${copyToDir}/index.html">
|
||||||
<replacefilter token="@buildType@" value="${buildType}"/>
|
<replacefilter token="@buildType@" value="${buildType}"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue