leif        02/04/09 22:57:27

  Modified:    command  ant.properties.sample build.xml
  Log:
  Added the threadcontext jar to the classpath so that the project would BUILD!
  
  Revision  Changes    Path
  1.7       +6 -1      jakarta-avalon-excalibur/command/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/command/ant.properties.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ant.properties.sample     9 Apr 2002 12:46:51 -0000       1.6
  +++ ant.properties.sample     10 Apr 2002 05:57:27 -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/09 12:46:51 jefft Exp $
  +# $Id: ant.properties.sample,v 1.7 2002/04/10 05:57:27 leif Exp $
   # 
-----------------------------------------------------------------------------
   
   # ----- Compile Control Flags -----
  @@ -53,6 +53,11 @@
   excalibur-event.home=../event/build/lib
   excalibur-event.lib=${excalibur-event.home}
   excalibur-event.jar=${excalibur-event.lib}/excalibur-event-1.0a.jar
  +
  +# ----- Excalibur threadcontext -----
  +excalibur-threadcontext.home=../threadcontext/build/lib
  +excalibur-threadcontext.lib=${excalibur-threadcontext.home}
  
+excalibur-threadcontext.jar=${excalibur-threadcontext.lib}/excalibur-threadcontext-1.0.jar
   
   # ----- Excalibur thread -----
   excalibur-thread.home=../thread/build/lib
  
  
  
  1.12      +1 -0      jakarta-avalon-excalibur/command/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/command/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 8 Apr 2002 12:15:40 -0000       1.11
  +++ build.xml 10 Apr 2002 05:57:27 -0000      1.12
  @@ -15,6 +15,7 @@
           <pathelement location="${build.classes}"/>
           <pathelement location="${excalibur-event.jar}"/>
           <pathelement location="${excalibur-util.jar}"/>
  +        <pathelement location="${excalibur-threadcontext.jar}"/>
           <pathelement location="${excalibur-thread.jar}"/>
           <pathelement location="${excalibur-collections.jar}"/>
           <pathelement location="${excalibur-concurrent.jar}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to