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 2002/04/04 16:22:52 UTC

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

jefft       02/04/04 06:22:52

  Modified:    .        Tag: depchecking dependencies.txt
               command  Tag: depchecking build.xml default.properties
  Log:
  add dep on pool
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      jakarta-avalon-excalibur/Attic/dependencies.txt
  
  Index: dependencies.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/Attic/dependencies.txt,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- dependencies.txt	4 Apr 2002 13:08:11 -0000	1.1.2.1
  +++ dependencies.txt	4 Apr 2002 14:22:52 -0000	1.1.2.2
  @@ -23,7 +23,7 @@
   * baxter -> jmxri.jar
   * event -> collections, concurrent
   * all -> collections, concurrent, instrument, event, component, pool, logkit (recursive on fortress, commented out)
  -* command -> collections, concurrent, core, framework, event, util, thread
  +* command -> collections, concurrent, core, framework, event, util, thread, pool
   * component -> logkit, framework, collections, logger, pool
   ** fortress -> instrument, instrument-manager, framework, testcase, command, event (recursive on mpool in scratchpad), component (test class), logger, util
   instrument-client
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.6   +6 -0      jakarta-avalon-excalibur/command/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/command/build.xml,v
  retrieving revision 1.5.2.5
  retrieving revision 1.5.2.6
  diff -u -r1.5.2.5 -r1.5.2.6
  --- build.xml	4 Apr 2002 13:42:00 -0000	1.5.2.5
  +++ build.xml	4 Apr 2002 14:22:52 -0000	1.5.2.6
  @@ -21,6 +21,7 @@
           <pathelement location="${excalibur-thread.jar}"/>
           <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-concurrent.jar}"/>
  +        <pathelement location="${excalibur-pool.jar}"/>
           <pathelement location="${excalibur-core.jar}"/>
           <pathelement location="${excalibur-scratchpad.jar}"/>
           <pathelement location="${avalon-framework.jar}"/>
  @@ -68,6 +69,11 @@
               <property name="name" value="excalibur-concurrent.jar"/>
               <property name="path" value="${excalibur-concurrent.jar}"/>
               <property name="proj.home" value="${basedir}/../concurrent"/>
  +        </ant>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
  +            <property name="name" value="excalibur-pool.jar"/>
  +            <property name="path" value="${excalibur-pool.jar}"/>
  +            <property name="proj.home" value="${basedir}/../pool"/>
           </ant>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
               <property name="name" value="avalon-framework.jar"/>
  
  
  
  1.1.2.4   +5 -0      jakarta-avalon-excalibur/command/Attic/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/command/Attic/default.properties,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- default.properties	4 Apr 2002 13:42:00 -0000	1.1.2.3
  +++ default.properties	4 Apr 2002 14:22:52 -0000	1.1.2.4
  @@ -38,6 +38,11 @@
   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.home=${basedir}/../pool/dist
  +excalibur-pool.lib=${excalibur-pool.home}
  +excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
  +
   # ----- Excalibur Util, version 1.0 or later -----
   excalibur-util.home=${basedir}/../util/build/lib
   excalibur-util.lib=${excalibur-util.home}
  
  
  

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