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 ps...@apache.org on 2003/05/02 06:21:21 UTC

cvs commit: jakarta-log4j-sandbox chainsaw-build.xml

psmith      2003/05/01 21:21:21

  Modified:    .        chainsaw-build.xml
  Log:
  fixed build issue where sub packages of chainsaw were not going into
  the build
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-log4j-sandbox/chainsaw-build.xml
  
  Index: chainsaw-build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/chainsaw-build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- chainsaw-build.xml	28 Apr 2003 07:38:51 -0000	1.1
  +++ chainsaw-build.xml	2 May 2003 04:21:21 -0000	1.2
  @@ -123,7 +123,7 @@
       </copy>
   
       <jar jarfile="${jar.dest}/${log4j-chainsaw.jar}" basedir="${javac.dest}"
  -         includes="**/chainsaw/*">
  +         includes="**/chainsaw/**">
       </jar>
     </target>
   
  
  
  

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