You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/03/30 22:33:20 UTC

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

donaldp     02/03/30 13:33:20

  Modified:    event    ant.properties.sample build.xml
  Log:
  Package depends upon excalibur-collections so this should be documented and enabled in build file.
  
  Revision  Changes    Path
  1.2       +5 -1      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.properties.sample	28 Mar 2002 15:17:07 -0000	1.1
  +++ ant.properties.sample	30 Mar 2002 21:33:20 -0000	1.2
  @@ -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.1 2002/03/28 15:17:07 bloritsch Exp $
  +# $Id: ant.properties.sample,v 1.2 2002/03/30 21:33:20 donaldp Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  @@ -35,6 +35,10 @@
   junit.lib=${junit.home}
   junit.jar=${junit.lib}/junit.jar
   
  +# ----- Excalibur Collections, version 1.0 or later -----
  +excalibur-collections.home=${base.path}/excalibur-collections-1.0
  +excalibur-collections.lib=${excalibur-collections.home}
  +excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
   
   
   # --------------------------------------------------
  
  
  
  1.2       +1 -0      jakarta-avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	28 Mar 2002 15:17:07 -0000	1.1
  +++ build.xml	30 Mar 2002 21:33:20 -0000	1.2
  @@ -47,6 +47,7 @@
           <pathelement path="${java.class.path}"/>
           <pathelement location="${build.classes}"/>
           <pathelement location="${junit.jar}"/>
  +        <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
       </path>
   
  
  
  

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