You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by su...@apache.org on 2005/01/16 00:08:06 UTC

cvs commit: jakarta-commons/dbcp build.properties.sample

sullis      2005/01/15 15:08:06

  Modified:    dbcp     build.properties.sample
  Log:
  updated directory paths (Pool, Collections, JUnit)
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.9       +5 -5      jakarta-commons/dbcp/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/dbcp/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample	29 Dec 2003 20:50:15 -0000	1.8
  +++ build.properties.sample	15 Jan 2005 23:08:06 -0000	1.9
  @@ -1,10 +1,10 @@
   # commons-collections.jar - Commons-Collections Classpath
   base.path=/usr/local
  -commons-collections.home=${base.path}/commons-collections-2.0
  -commons-collections.jar=${commons-collections.home}/commons-collections.jar
  +commons-collections.home=${base.path}/commons-collections-3.1
  +commons-collections.jar=${commons-collections.home}/commons-collections-3.1.jar
   # commons-pool.jar - Commons-Pool Classpath
  -commons-pool.home=${base.path}/commons-pool-1.0
  -commons-pool.jar=${commons-pool.home}/commons-pool.jar
  +commons-pool.home=${base.path}/commons-pool-1.2
  +commons-pool.jar=${commons-pool.home}/commons-pool-1.2.jar
   
   # jdbc20ext.jar - JDBC Optional Package 2.0 (also included in j2ee.jar)
   jdbc20ext.home=${base.path}/jdbc2_0-stdext
  @@ -12,7 +12,7 @@
   jdbc20ext.jar=${jdbc20ext.lib}/jdbc2_0-stdext.jar
   
   # junit.jar - JUnit 3.2+ Classpath
  -junit.home=${base.path}/junit3.7
  +junit.home=${base.path}/junit3.8.1
   junit.lib=${junit.home}
   junit.jar=${junit.lib}/junit.jar
   
  
  
  

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