You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ce...@apache.org on 2004/09/08 15:14:04 UTC

cvs commit: logging-log4j build.xml

ceki        2004/09/08 06:14:04

  Modified:    .        build.xml
  Log:
  The o.a.l.spi.location package must be included in log4j.jar.
  
  Revision  Changes    Path
  1.110     +1 -1      logging-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/build.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- build.xml	19 Aug 2004 11:36:43 -0000	1.109
  +++ build.xml	8 Sep 2004 13:14:04 -0000	1.110
  @@ -483,7 +483,7 @@
                   ${stem}/joran/**/*.class,
                   ${stem}/config/*.class,
                   ${stem}/helpers/*.class,
  -                ${stem}/spi/*.class,
  +                ${stem}/spi/**/*.class,
                   ${stem}/net/*.class,
                   ${stem}/jdbc/*.class,
   				${stem}/db/**/*.class,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org