You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/04/04 10:25:09 UTC

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

hammant     02/04/04 00:25:09

  Modified:    event    ant.properties.sample
  Log:
  proper relative dependencies.
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-avalon-excalibur/event/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ant.properties.sample	30 Mar 2002 21:46:42 -0000	1.3
  +++ ant.properties.sample	4 Apr 2002 08:25:09 -0000	1.4
  @@ -9,7 +9,7 @@
   # The ant.properties values in this directory apply only to this component, and
   # override the defaults in ../ant.properties.
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/30 21:46:42 donaldp Exp $
  +# $Id: ant.properties.sample,v 1.4 2002/04/04 08:25:09 hammant Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  @@ -36,12 +36,12 @@
   junit.jar=${junit.lib}/junit.jar
   
   # ----- Excalibur Collections, version 1.0 or later -----
  -excalibur-collections.home=${base.path}/excalibur-collections-1.0
  +excalibur-collections.home=../collections/build/lib
   excalibur-collections.lib=${excalibur-collections.home}
   excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
   
   # ----- Excalibur Concurrent, version 1.0 or later -----
  -excalibur-concurrent.home=${base.path}/excalibur-concurrent-1.0
  +excalibur-concurrent.home=../concurrent/build/lib
   excalibur-concurrent.lib=${excalibur-concurrent.home}
   excalibur-concurrent.jar=${excalibur-concurrent.lib}/excalibur-concurrent-1.0.jar
   
  
  
  

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