|
From: Markus B. <mba...@us...> - 2005-09-18 19:15:41
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15409/bootstrap Modified Files: run.bat Log Message: adapted for my local environment Index: run.bat =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/run.bat,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** run.bat 27 Mar 2005 11:35:59 -0000 1.4 --- run.bat 18 Sep 2005 19:15:32 -0000 1.5 *************** *** 8,12 **** REM This eclipse instance will be the build host REM the AntRunner application is started within this eclipse installation ! set eclipseDir=D:\eclipse\eclipse-3.0.1-noplugins REM vm specifies the java vm which starts up the build host --- 8,12 ---- REM This eclipse instance will be the build host REM the AntRunner application is started within this eclipse installation ! set eclipseDir=D:\eclipse\eclipse-3.1 REM vm specifies the java vm which starts up the build host *************** *** 15,19 **** REM The version of the PDE Build plug-in is needed to determine the script directory REM The version will probably be equal to the eclipse version ! set pdeBuildPluginVersion=3.0.1 REM The pluginAutomaticBuildDir contains the necessary files provided by the plug-in --- 15,19 ---- REM The version of the PDE Build plug-in is needed to determine the script directory REM The version will probably be equal to the eclipse version ! set pdeBuildPluginVersion=3.1.0 REM The pluginAutomaticBuildDir contains the necessary files provided by the plug-in *************** *** 21,25 **** REM It is not bound to reside in the workspace of the eclipse and can reside on any REM accessible location ! set pluginAutomaticBuildDir=D:\Temp\org.rubypeople.rdt.build\bootstrap REM Directory where the build takes place. The workspace will also be created in this directory --- 21,25 ---- REM It is not bound to reside in the workspace of the eclipse and can reside on any REM accessible location ! set pluginAutomaticBuildDir=D:\java\rdt\org.rubypeople.rdt.build\bootstrap REM Directory where the build takes place. The workspace will also be created in this directory *************** *** 29,33 **** REM comment out for using ext method REM set usePserver=-DusePserver=true ! set usePserver= REM Verbose is a switch for the AntRunner application --- 29,34 ---- REM comment out for using ext method REM set usePserver=-DusePserver=true ! REM set usePserver= ! set CVS_RSH=C:\bin\plinkToSourceForgeCvs.bat REM Verbose is a switch for the AntRunner application *************** *** 40,44 **** REM It must be a relative path to the following directory: REM ${buildDirectory}/plugins/org.rubypeople.rdt.doc.user ! set docbook.root=../../../docbook --- 41,45 ---- REM It must be a relative path to the following directory: REM ${buildDirectory}/plugins/org.rubypeople.rdt.doc.user ! set docbook.root=../../../Temp/docbook *************** *** 48,52 **** REM set to empty value if you want to run the tests after the build has finished ! set dontRunTests=-DdontRunTests=defined REM The directory to which the eclipse-Automated-Tests-xxx.zip has been unzipped. It contains files --- 49,53 ---- REM set to empty value if you want to run the tests after the build has finished ! set dontRunTests= REM The directory to which the eclipse-Automated-Tests-xxx.zip has been unzipped. It contains files *************** *** 55,62 **** REM This zip file contains the test host. During the test process this zip file will be extracted ! set eclipseAutomatedTestHome=D:\eclipse-testing REM The Ruby interpreter used from the Tests in org.rubypeople.rdt.debug.core.tests ! set rubyInterpreter=D:\Program Files\ruby-1.8.2\bin\ruby.exe REM default switch to determine if eclipse should be reinstalled between running of tests --- 56,63 ---- REM This zip file contains the test host. During the test process this zip file will be extracted ! set eclipseAutomatedTestHome=D:\Eclipse\eclipse-testing-3.1 REM The Ruby interpreter used from the Tests in org.rubypeople.rdt.debug.core.tests ! set rubyInterpreter=C:\Program Files\Ruby-1.8.2\bin\ruby.exe REM default switch to determine if eclipse should be reinstalled between running of tests |