You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@apache.org on 2002/05/10 00:01:25 UTC

cvs commit: jakarta-commons/logging/src/conf MANIFEST.MF

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>