You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/18 16:01:28 UTC

cvs commit: jakarta-watchdog-4.0 build.xml

rlubke      02/01/18 07:01:28

  Modified:    .        build.xml
  Log:
  PR: 5913
  Submitted by: Christopher St. John (cks@distributopia.com)
  
   - patch allows the confuration of the location of the servlet.jar
     via build.properties as described (somewhat inaccurately in BUILDING.txt).
     Thanks Christopher.
  
  Revision  Changes    Path
  1.12      +1 -2      jakarta-watchdog-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	20 Jul 2001 23:07:56 -0000	1.11
  +++ build.xml	18 Jan 2002 15:01:28 -0000	1.12
  @@ -11,8 +11,7 @@
     <property name="compile.debug"       value="true"/>
     <property name="compile.deprecation" value="false"/>
     <property name="compile.optimize"    value="true"/>
  -  <property name="servlet.jar"
  -                              value="../jakarta-servletapi-4/lib/servlet.jar"/>
  +  <property name="servlet.jar"         value="${servletapi.home}/lib/servlet.jar"/>
     <property name="watchdog.build"      value="build"/>
     <property name="watchdog.dist"       value="dist"/>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>