ceki        01/09/21 02:39:07

  Modified:    build    build.xml
  Log:
  Added org.apache.log4j.or.sax.* to jar target.
  
  Revision  Changes    Path
  1.47      +2 -0      jakarta-log4j/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml 2001/09/21 09:26:56     1.46
  +++ build.xml 2001/09/21 09:39:07     1.47
  @@ -213,6 +213,7 @@
                  ${stem}/nt/*.class,
                  ${stem}/xml/*.class, 
                  ${stem}/or/*.class,
  +               ${stem}/or/sax/*.class,
                  ${stem}/config/*.class,
                  ${stem}/gui/TextPaneAppender.class"
        excludes="**/StressCategory*, **/UnitTest**"
  @@ -260,6 +261,7 @@
                         org.apache.log4j.net,
                         org.apache.log4j.nt,
                         org.apache.log4j.or,
  +                      org.apache.log4j.or.sax,
                         org.apache.log4j.performance,
                         org.apache.log4j.spi,
                         org.apache.log4j.varia,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to