Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2009-04-22 20:15:34 +0000
committerDoug Schaefer2009-04-22 20:15:34 +0000
commitda59c127d520288400d7fe931a74126a175eb666 (patch)
tree384c2f76a746090f3a4b801df5d8fda18adc15ca /releng/org.eclipse.cdt.releng/build.sh
parent542c0423172163596416aa8a6e7b0949a6eb71cc (diff)
downloadorg.eclipse.cdt-da59c127d520288400d7fe931a74126a175eb666.tar.gz
org.eclipse.cdt-da59c127d520288400d7fe931a74126a175eb666.tar.xz
org.eclipse.cdt-da59c127d520288400d7fe931a74126a175eb666.zip
Adding cdt remote launch feature to CDT build.
Diffstat (limited to 'releng/org.eclipse.cdt.releng/build.sh')
-rw-r--r--releng/org.eclipse.cdt.releng/build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.cdt.releng/build.sh b/releng/org.eclipse.cdt.releng/build.sh
index 01b42f48639..db7f429d4e1 100644
--- a/releng/org.eclipse.cdt.releng/build.sh
+++ b/releng/org.eclipse.cdt.releng/build.sh
@@ -21,7 +21,8 @@ export PATH=/opt/public/common/ibm-java2-ppc-50/bin:$PATH
# make sure we're in the releng project dir
cd `dirname $0`
-# (TODO why is this here?)
+# make sure the umask doesn't allow for group execute permissions\
+# TODO not sure we really need this any more
umask 0022
# Checkout basebuilder to run the build
@@ -32,9 +33,8 @@ cvs -d:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse \
cd ..
# Let's go!
-java -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 \
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*
# Copy the build.log to where the latest build is
cp /opt/public/download-staging.priv/tools/cdt/releng/build.log /home/www/tools/cdt/builds/6.0.0/latest
- \ No newline at end of file

Back to the top