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/12 01:26:13 UTC

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

jefft       02/04/11 16:26:13

  Modified:    .        dependencies.txt
               pool     build.xml default.properties
  Log:
  pool doesn't depend on concurrent
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-avalon-excalibur/dependencies.txt
  
  Index: dependencies.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/dependencies.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- dependencies.txt	11 Apr 2002 17:36:22 -0000	1.7
  +++ dependencies.txt	11 Apr 2002 23:26:13 -0000	1.8
  @@ -28,5 +28,5 @@
   * instrument-manager -> logkit, logger, framework, core, collections, instrument, altrmi-common, altrmi-server-impl, altrmi-server-interfaces, component, pool
   * logger -> logkit, framework. [Unit tests: junit, testcase, component, collections, pool]
   * thread -> pool, threadcontext, logkit, framework
  -* pool -> framework, collections, concurrent, logkit, instrument [Unit tests: junit, testcase, junitperf]
  +* pool -> framework, collections, logkit, instrument [Unit tests: junit, testcase, junitperf]
   * testcase -> framework, component, logkit, logger
  
  
  
  1.10      +0 -2      jakarta-avalon-excalibur/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	10 Apr 2002 22:49:04 -0000	1.9
  +++ build.xml	11 Apr 2002 23:26:13 -0000	1.10
  @@ -16,7 +16,6 @@
           <pathelement location="${avalon-logkit.jar}"/>
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-collections.jar}"/>
  -        <pathelement location="${excalibur-concurrent.jar}"/>
           <pathelement location="${excalibur-instrument.jar}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
  @@ -38,7 +37,6 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogkit"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCollections"/>
  -        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkConcurrent"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
       </target>
   
  
  
  
  1.4       +0 -5      jakarta-avalon-excalibur/pool/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/default.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.properties	10 Apr 2002 06:13:15 -0000	1.3
  +++ default.properties	11 Apr 2002 23:26:13 -0000	1.4
  @@ -24,11 +24,6 @@
   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=../concurrent/dist
  -excalibur-concurrent.lib=${excalibur-concurrent.home}
  -excalibur-concurrent.jar=${excalibur-concurrent.lib}/excalibur-concurrent-1.0.jar
  -
   # ----- Excalibur instrument, version 1.0 or later -----
   excalibur-instrument.home=${basedir}/../instrument/dist
   excalibur-instrument.lib=${excalibur-instrument.home}
  
  
  

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