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:
parent
0a8dc6f21e
commit
de6322ba9c
2 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
||||||
export DISPLAY=:1
|
export DISPLAY=:1
|
||||||
|
|
||||||
# set up to use the Java 5 JRE
|
# 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
|
#export PATH=/opt/public/common/ibm-java2-ppc-50/bin/java:/usr/local/bin:$PATH
|
||||||
|
|
||||||
# make sure we're in the releng project dir
|
# make sure we're in the releng project dir
|
||||||
|
@ -32,5 +32,5 @@ cd ..
|
||||||
|
|
||||||
# Let's go!
|
# Let's go!
|
||||||
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
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 \
|
-Djvm1.5=/opt/public/common/jdk-1.5.0_16/bin/java \
|
||||||
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*
|
-ws gtk -arch x86_64 -os linux -application org.eclipse.ant.core.antRunner $*
|
||||||
|
|
|
@ -303,7 +303,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="update.index.html" depends="init" unless="hasErrors">
|
<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">
|
<replace file="${copyToDir}/index.html">
|
||||||
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
|
<replacetoken><![CDATA[ <!-- add here -->]]></replacetoken>
|
||||||
<replacevalue><![CDATA[ <!-- add here -->
|
<replacevalue><![CDATA[ <!-- add here -->
|
||||||
|
@ -319,7 +319,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="copy" depends="init" unless="hasErrors">
|
<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}"/>
|
<mkdir dir="${copyToDir}/${buildType}.${buildId}"/>
|
||||||
<copy todir="${copyToDir}/${buildType}.${buildId}">
|
<copy todir="${copyToDir}/${buildType}.${buildId}">
|
||||||
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
<fileset dir="${buildDirectory}/${buildType}.${buildId}"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue