morgand     01/08/21 08:14:50

  Modified:    latka    build.xml
  Log:
  switching from logging component to log4j
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-commons/latka/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/20 17:08:35     1.5
  +++ build.xml 2001/08/21 15:14:50     1.6
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.5 2001/08/20 17:08:35 morgand Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2001/08/21 15:14:50 morgand Exp $ -->
   <project name="commons-latka" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -41,7 +41,7 @@
         <property name="cp" value=""/>
   
         <!-- now combine the classpaths -->
  -      <property name="classpath" 
value="${cp}:${regexp.jar}:${junit.jar}:${jaxp.jar}:${jdom.jar}:${logging.jar}:${httpclient.jar}"/>
  +      <property name="classpath" 
value="${cp}:${regexp.jar}:${junit.jar}:${jaxp.jar}:${jdom.jar}:${log4j.jar}:${httpclient.jar}"/>
   
         <property name="name" value="commons-latka"/>
         <property name="Name" value="Commons-Latka"/>
  
  
  

Reply via email to