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 12:03:12 UTC

cvs commit: jakarta-avalon-excalibur dependencies.txt gump.xml

jefft       02/04/12 03:03:12

  Modified:    event    ant.properties.sample build.xml default.properties
               .        dependencies.txt gump.xml
  Log:
  Event depends indirectly on threadcontext. Thanks to Peter Royal
  
  Revision  Changes    Path
  1.7       +6 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ant.properties.sample	11 Apr 2002 17:36:22 -0000	1.6
  +++ ant.properties.sample	12 Apr 2002 10:03:12 -0000	1.7
  @@ -10,7 +10,7 @@
   # It is overridden by ../ant.properties and ~/build.properties
   # It overrides all default.properties files and ~/.ant.properties
   #
  -# $Id: ant.properties.sample,v 1.6 2002/04/11 17:36:22 bloritsch Exp $
  +# $Id: ant.properties.sample,v 1.7 2002/04/12 10:03:12 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # ----- Compile Control Flags -----
  @@ -34,6 +34,11 @@
   excalibur-thread.home=${basedir}/../thread/dist
   excalibur-thread.lib=${excalibur-thread.home}
   excalibur-thread.jar=${excalibur-thread.lib}/excalibur-thread-1.0.jar
  +
  +# ----- Excalibur threadcontext, version 1.0 or later -----
  +excalibur-threadcontext.home=${basedir}/../threadcontext/dist
  +excalibur-threadcontext.lib=${excalibur-threadcontext.home}
  +excalibur-threadcontext.jar=${excalibur-threadcontext.lib}/excalibur-threadcontext-1.0.jar
   
   # ----- Excalibur Collections, version 1.0 or later -----
   excalibur-collections.home=${basedir}/../collections/dist
  
  
  
  1.14      +8 -6      jakarta-avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	11 Apr 2002 17:36:22 -0000	1.13
  +++ build.xml	12 Apr 2002 10:03:12 -0000	1.14
  @@ -15,12 +15,13 @@
           <pathelement location="${build.classes}"/>
           <pathelement location="${junit.jar}"/>
           <pathelement location="${excalibur-collections.jar}"/>
  -	<pathelement location="${excalibur-concurrent.jar}"/>
  -	<pathelement location="${excalibur-thread.jar}"/>
  -	<pathelement location="${excalibur-pool.jar}"/>
  -	<pathelement location="${excalibur-scratchpad.jar}"/>
  -	<pathelement location="${excalibur-core.jar}"/>
  -	<pathelement location="${avalon-framework.jar}"/>
  +        <pathelement location="${excalibur-concurrent.jar}"/>
  +        <pathelement location="${excalibur-thread.jar}"/>
  +        <pathelement location="${excalibur-threadcontext.jar}"/>
  +        <pathelement location="${excalibur-pool.jar}"/>
  +        <pathelement location="${excalibur-scratchpad.jar}"/>
  +        <pathelement location="${excalibur-core.jar}"/>
  +        <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-util.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
       </path>
  @@ -42,6 +43,7 @@
   	<ant antfile="${depchecker.prefix}/depchecker.xml" target="checkConcurrent"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkUtil"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkThread"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkThreadcontext"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
       </target>
  
  
  
  1.5       +5 -0      jakarta-avalon-excalibur/event/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/default.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- default.properties	11 Apr 2002 17:36:23 -0000	1.4
  +++ default.properties	12 Apr 2002 10:03:12 -0000	1.5
  @@ -23,6 +23,11 @@
   excalibur-thread.lib=${excalibur-thread.home}
   excalibur-thread.jar=${excalibur-thread.lib}/excalibur-thread-1.0.jar
   
  +# ----- Excalibur threadcontext, version 1.0 or later -----
  +excalibur-threadcontext.home=${basedir}/../threadcontext/dist
  +excalibur-threadcontext.lib=${excalibur-threadcontext.home}
  +excalibur-threadcontext.jar=${excalibur-threadcontext.lib}/excalibur-threadcontext-1.0.jar
  +
   # ----- Excalibur Collections, version 1.0 or later -----
   excalibur-collections.home=${basedir}/../collections/dist
   excalibur-collections.lib=${excalibur-collections.home}
  
  
  
  1.9       +1 -1      jakarta-avalon-excalibur/dependencies.txt
  
  Index: dependencies.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/dependencies.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- dependencies.txt	11 Apr 2002 23:26:13 -0000	1.8
  +++ dependencies.txt	12 Apr 2002 10:03:12 -0000	1.9
  @@ -20,7 +20,7 @@
   * altrmi -> framework
   * util -> framework
   * baxter -> jmxri.jar
  -* event -> collections, concurrent, core, framework, event, util, thread, pool
  +* event -> collections, concurrent, core, framework, event, util, thread, threadcontext, pool
   * all -> collections, concurrent, instrument, event, component, pool, logkit, logger, (recursive on fortress, commented out)
   * component -> logkit, framework, collections, logger, pool [Unit tests: junit, util, testcase]
   ** fortress -> instrument, instrument-manager, framework, testcase, event (recursive on mpool in scratchpad), component (test class), logger, util
  
  
  
  1.38      +1 -0      jakarta-avalon-excalibur/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/gump.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- gump.xml	11 Apr 2002 23:37:25 -0000	1.37
  +++ gump.xml	12 Apr 2002 10:03:12 -0000	1.38
  @@ -273,6 +273,7 @@
           <depend project="checkstyle"/>
           <depend project="excalibur-collections"/>
           <depend project="excalibur-concurrent"/>
  +        <depend project="excalibur-threadcontext"/>
           <work nested="event/build/classes"/>
   
           <home nested="event"/>
  
  
  

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