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

cvs commit: jakarta-avalon-excalibur/thread build.xml default.properties

mcconnell    2003/01/24 10:02:39

  Modified:    thread   build.xml default.properties
  Log:
  Tweaking the build based on gump failure reports.
  
  Revision  Changes    Path
  1.27      +1 -0      jakarta-avalon-excalibur/thread/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	10 Sep 2002 10:26:24 -0000	1.26
  +++ build.xml	24 Jan 2003 18:02:38 -0000	1.27
  @@ -17,6 +17,7 @@
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-threadcontext.jar}"/>
           <pathelement location="${excalibur-instrument.jar}"/>
  +        <pathelement location="${commons-collections.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
           <pathelement path="${java.class.path}"/>
  
  
  
  1.18      +4 -0      jakarta-avalon-excalibur/thread/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/default.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- default.properties	23 Jan 2003 22:57:12 -0000	1.17
  +++ default.properties	24 Jan 2003 18:02:39 -0000	1.18
  @@ -32,6 +32,10 @@
   excalibur-pool.lib=${excalibur-pool.home}
   excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.2.jar
   
  +# ----- Commons collections (from pool) -----
  +commons-collections.lib=${basedir}/../event/lib
  +commons-collections.jar=${commons-collections.lib}/commons-collections-2.1.jar
  +
   # ----- Excalibur instrument, version 0.1 or later -----
   excalibur-instrument.home=${basedir}/../instrument/build
   excalibur-instrument.lib=${excalibur-instrument.home}/lib
  
  
  

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