You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2001/09/02 23:51:16 UTC

cvs commit: jakarta-log4j/build build.xml

ceki        01/09/02 14:51:16

  Modified:    build    build.xml
  Log:
  Exclude LogManager in the build.
  
  Revision  Changes    Path
  1.40      +1 -0      jakarta-log4j/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build/build.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- build.xml	2001/08/02 19:56:11	1.39
  +++ build.xml	2001/09/02 21:51:16	1.40
  @@ -135,6 +135,7 @@
   	   includes="${stem}/**/*.java, ${stem}/xml/XMLLayout.java,"
   	   classpath="${classpath}"
   	   excludes="misc/*, **/UnitTest*.java,
  +                    **/LogManager.java,
   	            **/doc-files/*,
                       ${stem}/xml/**,
                       ${stem}/gui/**,
  
  
  

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