curcuru 01/10/12 13:56:28 Modified: test build.bat Log: Move default ANT_HOME to . to use newer Ant in this bin directory Revision Changes Path 1.6 +1 -1 xml-xalan/test/build.bat Index: build.bat =================================================================== RCS file: /home/cvs/xml-xalan/test/build.bat,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.bat 2001/08/22 18:28:45 1.5 +++ build.bat 2001/10/12 20:56:28 1.6 @@ -62,7 +62,7 @@ rem and for NT handling to skip to. rem default ANT_HOME -if "%ANT_HOME%"=="" set _ANT_HOME=java +if "%ANT_HOME%"=="" set _ANT_HOME=. if not "%ANT_HOME%"=="" set _ANT_HOME=%ANT_HOME% goto checkJava
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
