Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-01-20 15:06:08 +0000
committerVivian Kong2010-01-20 15:06:08 +0000
commite20753e94a3a46cd1abbea0169a0f7ab04024975 (patch)
tree319ced242aacc34c66286f9a2472496f04f1c485
parent9cdf044a1974e8becf6a0f36f2b81fdcf31d1c6c (diff)
downloadorg.eclipse.cdt-e20753e94a3a46cd1abbea0169a0f7ab04024975.tar.gz
org.eclipse.cdt-e20753e94a3a46cd1abbea0169a0f7ab04024975.tar.xz
org.eclipse.cdt-e20753e94a3a46cd1abbea0169a0f7ab04024975.zip
update build script
-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 73b2fb30ecd..dc072a35130 100644
--- a/releng/org.eclipse.cdt.releng/build.sh
+++ b/releng/org.eclipse.cdt.releng/build.sh
@@ -1,5 +1,5 @@
#*******************************************************************************
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2010 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -36,5 +36,5 @@ cd ..
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.2/latest
+# Copy the build.log to where the latest build is - done in cdtbuild script
+#cp /opt/public/download-staging.priv/tools/cdt/releng/build.log /home/www/tools/cdt/builds/6.0.2/latest

Back to the top