|
From: Markus B. <mba...@us...> - 2005-07-13 22:05:37
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6577/bootstrap Modified Files: run.sh Log Message: update for building with 3.1 Index: run.sh =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/run.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** run.sh 27 Feb 2005 19:20:36 -0000 1.7 --- run.sh 13 Jul 2005 22:05:15 -0000 1.8 *************** *** 1,5 **** echo using RDT_BUILD_HOME: ${RDT_BUILD_HOME:?must be set} ! eclipseDir=${RDT_BUILD_HOME}/eclipse-3.0.1 ! pdeBuildPluginVersion=3.0.1 buildDirectory=${RDT_BUILD_TARGET_DIR:-${RDT_BUILD_HOME}/tmp/PlugInBuildDir} bootstrapDir=${buildDirectory}/org.rubypeople.rdt.build/bootstrap --- 1,5 ---- echo using RDT_BUILD_HOME: ${RDT_BUILD_HOME:?must be set} ! eclipseDir=${RDT_BUILD_HOME}/eclipse-3.1 ! pdeBuildPluginVersion=3.1.0 buildDirectory=${RDT_BUILD_TARGET_DIR:-${RDT_BUILD_HOME}/tmp/PlugInBuildDir} bootstrapDir=${buildDirectory}/org.rubypeople.rdt.build/bootstrap |