cvs commit: jakarta-log4j build.xml

[email protected] 11 Jun 2002 07:05:41 -0000
Newsgroups gmane.comp.jakarta.log4j.cvs
Message-ID <[email protected]>
mwomack     2002/06/11 00:05:41

  Modified:    .        build.xml
  Log:
  Updated to include log4j.filters in jar file and javadocs.
  
  Revision  Changes    Path
  1.36      +2 -0      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.xml	25 May 2002 12:24:03 -0000	1.35
  +++ build.xml	11 Jun 2002 07:05:41 -0000	1.36
  @@ -302,6 +302,7 @@
       <jar jarfile="${jar.dest}/${jar.filename}" basedir="${javac.dest}"
         includes="${stem}/*.class, ${stem}/xml/log4j.dtd,
                   ${stem}/config/*.class,
  +	        ${stem}/filters/*.class,
   	        ${stem}/helpers/*.class,
   		${stem}/spi/*.class,
   		${stem}/net/*.class,
  @@ -332,6 +333,7 @@
         destdir="${javadoc.dest}"
   	   packagenames="org.apache.log4j,
   			 org.apache.log4j.config,
  +			 org.apache.log4j.filters,
                            org.apache.log4j.helpers,
   		         org.apache.log4j.jmx,
   		         org.apache.log4j.net,