You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/01/24 12:46:33 UTC

cvs commit: jakarta-avalon-excalibur/pool default.properties ant.properties.sample

jefft       2003/01/24 03:46:32

  Modified:    pool     default.properties ant.properties.sample
  Log:
  Fix build by using ../event/lib/commons-collections-2.1.jar
  
  Revision  Changes    Path
  1.16      +2 -3      jakarta-avalon-excalibur/pool/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/default.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- default.properties	23 Jan 2003 22:57:11 -0000	1.15
  +++ default.properties	24 Jan 2003 11:46:32 -0000	1.16
  @@ -21,9 +21,8 @@
   avalon-framework.lib=${avalon-framework.home}/target/lib
   avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
   
  -commons-collections.home=../collections
  -commons-collections.lib=${commons-collections.home}/lib
  -commons-collections.jar=${commons-collections.lib}/commons-collections-2.0.jar
  +# ----- Commons collections, version 2.1 or later -----
  +commons-collections.jar=${basedir}/../event/lib/commons-collections-2.1.jar
   
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
  
  
  
  1.8       +8 -1      jakarta-avalon-excalibur/pool/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/ant.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ant.properties.sample	7 Aug 2002 16:31:38 -0000	1.7
  +++ ant.properties.sample	24 Jan 2003 11:46:32 -0000	1.8
  @@ -42,6 +42,13 @@
   excalibur-instrument.home=../instrument/build/lib
   excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
   
  +# ----- Commons Collections -----
  +commons-collections.home=${base.path}/commons-collections-2.1
  +commons-collections.lib=${commons-collections.home}/lib
  +commons-collections.jar=${commons-collections.lib}/commons-collections-2.1.jar
  +
  +
  +
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
   # --------------------------------------------------
  
  
  

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