You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2002/08/07 18:34:55 UTC

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

proyal      2002/08/07 09:34:55

  Modified:    event    build.xml default.properties
  Log:
  * Bumped excalibur-pool to 1.1
  * Moved excalibur-instrument into project.class.path for jikes compile
  
  Revision  Changes    Path
  1.28      +1 -1      jakarta-avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	31 Jul 2002 06:52:35 -0000	1.27
  +++ build.xml	7 Aug 2002 16:34:55 -0000	1.28
  @@ -19,6 +19,7 @@
           <pathelement location="${excalibur-pool.jar}"/>
           <pathelement location="${excalibur-scratchpad.jar}"/>
           <pathelement location="${excalibur-core.jar}"/>
  +        <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-util.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
  @@ -33,7 +34,6 @@
       </path>
   
       <path id="test.class.path">
  -        <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${build.testclasses}"/>
           <pathelement location="${junit.jar}"/>
           <path refid="project.class.path"/>
  
  
  
  1.12      +2 -2      jakarta-avalon-excalibur/event/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/default.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- default.properties	4 Aug 2002 01:07:38 -0000	1.11
  +++ default.properties	7 Aug 2002 16:34:55 -0000	1.12
  @@ -40,10 +40,10 @@
   excalibur-concurrent.lib=${excalibur-concurrent.home}
   excalibur-concurrent.jar=${excalibur-concurrent.lib}/excalibur-concurrent-1.0.jar
   
  -# ----- Excalibur Pool, version 1.0 or later -----
  +# ----- Excalibur Pool, version 1.1 or later -----
   excalibur-pool.home=${basedir}/../pool/dist
   excalibur-pool.lib=${excalibur-pool.home}
  -excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.1.jar
   
   # ----- Excalibur Util, version 1.0 or later -----
   excalibur-util.home=${basedir}/../util/build/lib
  
  
  

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