costin 02/05/09 15:01:25 Modified: logging/src/conf MANIFEST.MF Log: Added a class-path directive, that avoids the need to set CLASSPATH manually. ( we should probably add the other loggers - only what is found is used, it doesn't hurt anyone ). Even if most containers will automatically add whatever is in lib, if you use it in command line things are more difficult. Revision Changes Path 1.2 +1 -0 jakarta-commons/logging/src/conf/MANIFEST.MF Index: MANIFEST.MF =================================================================== RCS file: /home/cvs/jakarta-commons/logging/src/conf/MANIFEST.MF,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MANIFEST.MF 8 Jan 2002 22:55:39 -0000 1.1 +++ MANIFEST.MF 9 May 2002 22:01:25 -0000 1.2 @@ -3,3 +3,4 @@ Specification-Version: 1.0 Implementation-Vendor: Apache Software Foundation Implementation-Version: @version@ +Class-Path: log4j.jar log4j-core.jar
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
