1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00
cdt/releng/org.eclipse.cdt.releng/build.sh

10 lines
345 B
Bash
Raw Normal View History

2004-03-04 20:26:04 +00:00
# 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
cd `dirname $0`
java -cp ../org.eclipse.releng.basebuilder/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner $* 2>&1 | tee build.log