morgand     01/08/21 09:08:59

  Modified:    latka    build.properties.sample build.xml
  Log:
  added sax2 dependency
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-commons/latka/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.properties.sample,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.properties.sample   2001/08/20 21:45:02     1.5
  +++ build.properties.sample   2001/08/21 16:08:59     1.6
  @@ -8,3 +8,4 @@
   regexp.jar=/java/lib/jakarta-regexp.jar
   httpclient.jar=/java/lib/commons-httpclient.jar
   log4j.jar=/java/lib/log4j.jar
  +sax2.jar=/java/lib/sax2.jar
  
  
  
  1.7       +2 -2      jakarta-commons/latka/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 2001/08/21 15:14:50     1.6
  +++ build.xml 2001/08/21 16:08:59     1.7
  @@ -1,4 +1,4 @@
  -<!-- $Id: build.xml,v 1.6 2001/08/21 15:14:50 morgand Exp $ -->
  +<!-- $Id: build.xml,v 1.7 2001/08/21 16:08:59 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}:${log4j.jar}:${httpclient.jar}"/>
  +      <property name="classpath" 
value="${cp}:${regexp.jar}:${junit.jar}:${jaxp.jar}:${jdom.jar}:${log4j.jar}:${httpclient.jar}:${sax2.jar}"/>
   
         <property name="name" value="commons-latka"/>
         <property name="Name" value="Commons-Latka"/>
  
  
  

Reply via email to