dwinterfeldt    02/02/25 21:40:56

  Modified:    .        build.properties.sample
  Log:
  Reference to commons-services.jar and commons-validator.jar.
  
  Revision  Changes    Path
  1.8       +9 -1      jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample   16 Jan 2002 03:05:22 -0000      1.7
  +++ build.properties.sample   26 Feb 2002 05:40:56 -0000      1.8
  @@ -6,7 +6,7 @@
   # to "build.properties" in the same directory that contains the Struts
   # "build.xml" file.
   #
  -# $Id: build.properties.sample,v 1.7 2002/01/16 03:05:22 craigmcc Exp $
  +# $Id: build.properties.sample,v 1.8 2002/02/26 05:40:56 dwinterfeldt Exp $
   # -----------------------------------------------------------------------------
   
   # WARNING:  The relative paths below assume that the build.xml file is in the
  @@ -43,6 +43,14 @@
   # The JAR file containing version 1.0 (or later) of the POOL package
   # from the Jakarta Commons project.
   commons-pool.jar=/usr/local/commons-pool-1.0/commons-pool.jar
  +
  +# The JAR file containing a recent version of the SERVICES package
  +# from the Jakarta Commons project.
  +commons-services.jar=/usr/local/commons-services/commons-services.jar
  +
  +# The JAR file containing a recent version of the VALIDATOR package
  +# from the Jakarta Commons project.
  +commons-validator.jar=/usr/local/commons-validator/commons-validator.jar
   
   # The JAR file containing the JDBC 2.0 Optional Package extensions API
   # (javax.sql).  This file will automatically be added to your class path
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to