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/22 15:41:13 UTC

cvs commit: jakarta-watchdog-4.0 build.properties.sample

rlubke      02/01/22 06:41:13

  Modified:    .        build.properties.sample
  Log:
   - Updated to include the location of the jakarta-servletapi
     distribution to build the compat tests.
  
  Revision  Changes    Path
  1.2       +5 -2      jakarta-watchdog-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	21 May 2001 22:05:24 -0000	1.1
  +++ build.properties.sample	22 Jan 2002 14:41:13 -0000	1.2
  @@ -6,11 +6,14 @@
   # to "build.properties" in the same directory that contains the top level
   # "build.xml" file.
   #
  -# $Id: build.properties.sample,v 1.1 2001/05/21 22:05:24 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.2 2002/01/22 14:41:13 rlubke Exp $
   # -----------------------------------------------------------------------------
   
   
   # The directory containing your binary distribution of the Servlet 2.3
   # and JSP 1.2 API classes
  -servletapi.home=/usr/local/jakarta-servletapi-4/dist
  +servlet23api.home=/usr/local/jakarta-servletapi-4
   
  +# The directory containing your binary distribution of the Servlet 2.2
  +# and JSP 1.1 API classes
  +servlet22api.home=/usr/local/jakarta-servletapi
  
  
  

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