|
From: Markus B. <mba...@us...> - 2005-09-18 12:36:58
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27563/bootstrap Modified Files: run.sh Log Message: buildTarget: default should be main overwritable with RDT_BUILD_TARGET Index: run.sh =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/run.sh,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** run.sh 18 Sep 2005 10:21:29 -0000 1.9 --- run.sh 18 Sep 2005 12:36:49 -0000 1.10 *************** *** 25,29 **** # buildTarget can be one of the build targets defined in $buildfile: # main, preBuild, fetch, generate, process, assemble, package, postBuild, clean ! buildTarget=${RDT_BUILD_TARGET:+main} echo Starting eclipse in $eclipseDir, $vm --- 25,29 ---- # buildTarget can be one of the build targets defined in $buildfile: # main, preBuild, fetch, generate, process, assemble, package, postBuild, clean ! buildTarget=${RDT_BUILD_TARGET:-main} echo Starting eclipse in $eclipseDir, $vm |