|
From: Markus B. <mba...@us...> - 2005-03-27 11:36:10
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3194/bootstrap Modified Files: run.bat Log Message: updated docbook.root, path must be relative Index: run.bat =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/run.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** run.bat 27 Feb 2005 19:12:55 -0000 1.3 --- run.bat 27 Mar 2005 11:35:59 -0000 1.4 *************** *** 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 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.0.1-noplugins REM vm specifies the java vm which starts up the build host *************** *** 21,32 **** REM It is not bound to reside in the workspace of the eclipse and can reside on any REM accessible location ! set pluginAutomaticBuildDir=D:\build\org.rubypeople.rdt.build\bootstrap REM Directory where the build takes place. The workspace will also be created in this directory ! set buildDirectory=D:\build\rdt REM use pserver method to connect to the repository both for fetching the map files and the plug-ins REM comment out for using ext method ! set usePserver=-DusePserver=true REM Verbose is a switch for the AntRunner application --- 21,33 ---- 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 ! set buildDirectory=D:\Temp\rdtbuild.stable REM use pserver method to connect to the repository both for fetching the map files and the plug-ins REM comment out for using ext method ! REM set usePserver=-DusePserver=true ! set usePserver= REM Verbose is a switch for the AntRunner application *************** *** 37,42 **** REM (http://213.203.244.123/rdt/docbook.tar.gz). It contains to subfolders: REM docbook-xsl-1.64.1 and dtd ! REM It must be a URI, windows style path names are not allowed ! set docbook.root=D:/Temp/docbook --- 38,44 ---- REM (http://213.203.244.123/rdt/docbook.tar.gz). It contains to subfolders: REM docbook-xsl-1.64.1 and dtd ! REM It must be a relative path to the following directory: ! REM ${buildDirectory}/plugins/org.rubypeople.rdt.doc.user ! set docbook.root=../../../docbook |