You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by he...@apache.org on 2003/01/02 12:29:32 UTC

cvs commit: jakarta-turbine-torque default.properties

henning     2003/01/02 03:29:32

  Modified:    .        default.properties
  Log:
  Dion put Snapshots for dbcp and configuration on ibiblio. Tested legacy
  build with these.
  
  Changed deprecation to be like maven.
  
  Revision  Changes    Path
  1.51      +3 -3      jakarta-turbine-torque/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/default.properties,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- default.properties	15 Dec 2002 15:16:31 -0000	1.50
  +++ default.properties	2 Jan 2003 11:29:32 -0000	1.51
  @@ -41,7 +41,7 @@
   year = 1999-2002
   debug = on
   optimize = off
  -deprecation = on
  +deprecation = off
   
   # You must set values for the JAR file properties listed here, or in
   # your ${user.home}/build.properties or local build.properties file in
  @@ -53,8 +53,8 @@
   # also make sure to sync with the jars.list!!!!
   commons-beanutils.jar = ${lib.repo}/commons-beanutils/jars/commons-beanutils-1.5.jar
   commons-collections.jar = ${lib.repo}/commons-collections/jars/commons-collections-2.1.jar
  -commons-configuration.jar = ${lib.repo}/commons-configuration/jars/commons-configuration-1.0-dev.jar
  -commons-dbcp.jar = ${lib.repo}/commons-dbcp/jars/commons-dbcp-1.1-dev-20021215.jar
  +commons-configuration.jar = ${lib.repo}/commons-configuration/jars/commons-configuration-SNAPSHOT.jar
  +commons-dbcp.jar = ${lib.repo}/commons-dbcp/jars/commons-dbcp-SNAPSHOT.jar
   commons-lang.jar = ${lib.repo}/commons-lang/jars/commons-lang-1.0.1.jar
   commons-logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.2.jar
   commons-pool.jar = ${lib.repo}/commons-pool/jars/commons-pool-1.0.jar