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 mw...@apache.org on 2002/12/13 08:52:28 UTC

cvs commit: jakarta-log4j build.xml

mwomack     2002/12/12 23:52:28

  Modified:    .        build.xml
  Log:
  Updated to omit the o.a.l.selectors package from the log4j distribition jar.
  
  Revision  Changes    Path
  1.42      +2 -1      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml	22 Nov 2002 18:39:29 -0000	1.41
  +++ build.xml	13 Dec 2002 07:52:28 -0000	1.42
  @@ -332,7 +332,8 @@
   		${stem}/or/sax/*.class,
                   ${stem}/or/jms/*.class,
   		${stem}/config/*.class"
  -      excludes="**/UnitTest**">
  +      excludes="**/UnitTest**,
  +                **/selectors/*.class">
   
         <manifest>
   	<attribute name="Manifest-version" value="1.0"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>