You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2003/10/01 06:25:36 UTC

cvs commit: jakarta-commons-sandbox/chain build.properties.sample

craigmcc    2003/09/30 21:25:36

  Modified:    chain    build.properties.sample
  Log:
  Update sample properties file for beanutils and collections libraries.
  
  Revision  Changes    Path
  1.4       +13 -3     jakarta-commons-sandbox/chain/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/build.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample	30 Sep 2003 01:44:44 -0000	1.3
  +++ build.properties.sample	1 Oct 2003 04:25:35 -0000	1.4
  @@ -18,15 +18,25 @@
   # To disable, set to a non-existant path (e.g. /absent.jar)
   servlet-api.jar = /usr/local/jwsdp-1.2/common/lib/servlet-api.jar
   
  -# (OPTIONAL) The pathname of the "commons-logging.jar" file
  -# required only if you are using or compiling the org.apache.commons.web.servlet package
  +# (OPTIONAL) The pathname of the "commons-beanutils.jar" file
  +# required only if you are using the org.apache.commons.chain.config package
   # To disable, set to a non-existant path (e.g. /absent.jar)
  -commons-logging.jar = ../../jakarta-commons/logging/dist/commons-logging.jar
  +commons-beanutils.jar = ../../jakarta-commons/beanutils/dist/commons-beanutils.jar
  +
  +# (OPTIONAL) The pathname of the "commons-collections.jar" file
  +# required only if you are using the org.apache.commons.chain.config package
  +# To disable, set to a non-existant path (e.g. /absent.jar)
  +commons-collections.jar = ../../jakarta-commons/collections/dist/commons-collections.jar
   
   # (OPTIONAL) The pathname of the "commons-digester.jar" file
   # required only if you are using the org.apache.commons.chain.config package
   # To disable, set to a non-existant path (e.g. /absent.jar)
   commons-digester.jar = ../../jakarta-commons/digester/dist/commons-digester.jar
  +
  +# (OPTIONAL) The pathname of the "commons-logging.jar" file
  +# required only if you are using or compiling the org.apache.commons.config package
  +# To disable, set to a non-existant path (e.g. /absent.jar)
  +commons-logging.jar = ../../jakarta-commons/logging/dist/commons-logging.jar
   
   # (OPTIONAL) The pathname of the shared JAR repository
   # required only if you are using the install-jar target
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org