1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

update build scripts for new bulid.eclipse.org machine

This commit is contained in:
Vivian Kong 2010-09-24 17:50:07 +00:00
parent 0a8dc6f21e
commit de6322ba9c
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
export DISPLAY=:1
# set up to use the Java 5 JRE
export PATH=/opt/public/common/ibm-java-ppc-605/bin:/usr/local/bin:$PATH
export PATH=/opt/public/common/jdk-1.5.0_16/bin:/usr/local/bin:$PATH
#export PATH=/opt/public/common/ibm-java2-ppc-50/bin/java:/usr/local/bin:$PATH
# make sure we're in the releng project dir
@ -32,5 +32,5 @@ cd ..
# Let's go!
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
-Djvm1.5=/opt/public/common/ibm-java2-ppc-50/bin/java \
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*
-Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \
-ws gtk -arch x86_64 -os linux -application org.eclipse.ant.core.antRunner $*

View file

@ -303,7 +303,7 @@
</target>
<target name="update.index.html" depends="init" unless="hasErrors">
<property name="copyToDir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
<property name="copyToDir" value="/home/data/httpd/download.eclipse.org/tools/cdt/builds/${branchVersion}"/>
<replace file="${copyToDir}/index.html">
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
<replacevalue><![CDATA[ <!-- add here -->
@ -319,7 +319,7 @@
</target>
<target name="copy" depends="init" unless="hasErrors">
<property name="copyToDir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
<property name="copyToDir" value="/home/data/httpd/download.eclipse.org/tools/cdt/builds/${branchVersion}"/>
<mkdir dir="${copyToDir}/${buildType}.${buildId}"/>
<copy todir="${copyToDir}/${buildType}.${buildId}">
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>