yoavs 2004/05/26 13:15:17 Modified: catalina/src/bin launcher.properties Log: Modified classpath to include ant-launcher.jar if available (needed due to launcher separation in Ant 1.6). See Bugzilla 28989: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=28989. Revision Changes Path 1.2 +1 -1 jakarta-tomcat-catalina/catalina/src/bin/launcher.properties Index: launcher.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/launcher.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- launcher.properties 29 Jul 2002 18:47:26 -0000 1.1 +++ launcher.properties 26 May 2004 20:15:17 -0000 1.2 @@ -20,4 +20,4 @@ # LauncherBootstrap class can properly resolve the files without regard to # the current working directory. # -ant.class.path=../common/lib/ant.jar:../common/endorsed/xercesImpl.jar:../common/endorsed/xmlParserAPIs.jar +ant.class.path=../common/lib/ant.jar:../common/lib/ant-launcher.jar:../common/endorsed/xercesImpl.jar:../common/endorsed/xmlParserAPIs.jar
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]