[Bprocessor-commit] build/bin bprocessor.bat,1.2,1.3
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2007-08-09 16:08:44
|
Update of /cvsroot/bprocessor/build/bin In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4756/bin Modified Files: bprocessor.bat Log Message: Made the error message reflect what is needed Index: bprocessor.bat =================================================================== RCS file: /cvsroot/bprocessor/build/bin/bprocessor.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bprocessor.bat 14 Jul 2005 09:55:03 -0000 1.2 --- bprocessor.bat 9 Aug 2007 16:08:45 -0000 1.3 *************** *** 8,12 **** :error echo "You'll need to set the JAVA_HOME variable to point to your Java installation" ! echo "F.ex: set JAVA_HOME=c:\j2sdk1.4.2_08" :end --- 8,12 ---- :error echo "You'll need to set the JAVA_HOME variable to point to your Java installation" ! echo "F.ex: set JAVA_HOME=c:\j2sdk1.5.0" :end |