mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Moving build to build2 server which is an x86 machine.
This commit is contained in:
parent
29ddb6f895
commit
b12b8c1e66
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<target name="init">
|
||||
<touch file="${user.home}/.cvspass" />
|
||||
<tstamp/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-SDK-3.6M7-linux-gtk-ppc.tar.gz"/>
|
||||
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-SDK-3.6M7-linux-gtk-x86.tar.gz"/>
|
||||
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"/>
|
||||
<property name="branchVersion" value="7.0.0"/>
|
||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||
|
@ -43,7 +43,8 @@
|
|||
<property name="tagname" value="v${timestamp}"/>
|
||||
<property name="testReports" value="${zipsdir}/testReports"/>
|
||||
<property name="junit-report-output" value="${testReports}"/>
|
||||
<property name="jvm1.5" value="/opt/public/common/ibm-java2-ppc-50/bin/java"/>
|
||||
<!--property name="jvm1.5" value="/opt/public/common/ibm-java2-ppc-50/bin/java"/-->
|
||||
<property name="jvm1.5" value="java"/>
|
||||
<condition property="onWindows">
|
||||
<os family="windows"/>
|
||||
</condition>
|
||||
|
|
Loading…
Add table
Reference in a new issue