morgand     01/09/07 10:27:04

  Modified:    latka-webapp build.properties build.xml
  Log:
  added log4j debugging
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-commons-sandbox/latka-webapp/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/latka-webapp/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties  2001/09/07 17:07:51     1.1
  +++ build.properties  2001/09/07 17:27:04     1.2
  @@ -4,4 +4,5 @@
   version=1.0
   
   servlet.jar=/cvs/bcom/stable/ext/lib/servlet.jar
  +log4j.jar=/cvs/bcom/stable/ext/lib/log4j.jar
   latka.jar=../../jakarta-commons/latka/dist/latka.jar
  
  
  
  1.2       +2 -2      jakarta-commons-sandbox/latka-webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/latka-webapp/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/09/07 17:07:51     1.1
  +++ build.xml 2001/09/07 17:27:04     1.2
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.1 2001/09/07 17:07:51 morgand Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2001/09/07 17:27:04 morgand Exp $ -->
   <project name="commons-latka" default="test" basedir=".">
   
      <!-- patternset describing files to be copied from the doc directory -->
  @@ -31,7 +31,7 @@
         <property name="cp" value=""/>
   
         <!-- now combine the classpaths -->
  -      <property name="classpath" value="${cp}:${servlet.jar}:${latka.jar}"/>
  +      <property name="classpath" 
value="${cp}:${servlet.jar}:${latka.jar}:${log4j.jar}"/>
   
         <property name="name" value="commons-latka-webapp"/>
         <property name="Name" value="Commons-Latka-Webapp"/>
  
  
  

Reply via email to