mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Fixed some minor bugs in the build scripts.
This commit is contained in:
parent
5ab48f40ff
commit
3d8404184b
2 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@
|
|||
<property name="baseLocation" value="${buildDirectory}/eclipse"/>
|
||||
<property name="pde.build.scripts" value="${baseLocation}/plugins/org.eclipse.pde.build_3.0.0/scripts" />
|
||||
<property name="eclipseZip" value="eclipse-SDK.zip"/>
|
||||
<property name="testZip" value="../org.eclipse.test/org.eclipse.test_2.1.0.zip"/>
|
||||
<property name="buildType" value="I" />
|
||||
<property name="buildId" value="${buildType}${timestamp}"/>
|
||||
<property name="siteurl" value="http://update.eclipse.org/tools/cdt/updates/builds/2.0"/>
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<font size="1">
|
||||
<xsl:text>org.eclipse.cdt-I</xsl:text>
|
||||
<xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
|
||||
<xsl:text>-win32.win32.ppc.zip</xsl:text>
|
||||
<xsl:text>-win32.win32.x86.zip</xsl:text>
|
||||
</font>
|
||||
</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue