1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 08:35:26 +02:00
cdt/releng/org.eclipse.cdt.releng/build.sh
Doug Schaefer c5102cafc4 Updated the build scripts to clean things up a bit and
to get rid of the nightly build update site.
2004-07-16 18:12:17 +00:00

10 lines
367 B
Bash

# Treat this is an example build script
# Please adjust paths as necessary for your build machine
export JAVA_HOME=/opt/java/j2sdk1.4.2_03
export PATH=$JAVA_HOME/bin:$PATH
export ECLIPSE_HOME=~/eclipse/3.0/eclipse
cd `dirname $0`
java -cp $ECLIPSE_HOME/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner $* 2>&1 | tee build.log