proyal      2003/02/04 06:37:11

  Modified:    altrmi   build.xml default.properties
  Log:
  Add dependency on excalibur-thread
  
  Revision  Changes    Path
  1.69      +2 -0      jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml 2 Feb 2003 08:50:14 -0000       1.68
  +++ build.xml 4 Feb 2003 14:37:11 -0000       1.69
  @@ -29,6 +29,7 @@
           <pathelement location="${build.classes}"/>
           <pathelement location="${avalon-framework.jar}"/>
           <pathelement location="${excalibur-pool.jar}"/>
  +        <pathelement location="${excalibur-thread.jar}"/>
           <pathelement location="${checkstyle.jar}"/>
           <pathelement location="${jakarta-commons-attributes.jar}"/>
           <pathelement location="${jakarta-commons-httpclient.jar}"/>
  @@ -97,6 +98,7 @@
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/>
           <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkPool"/>
  +        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkThread"/>
       </target>
   
       <target name="dependencies-test" depends="dist-jar, dependencies"
  
  
  
  1.26      +5 -0      jakarta-avalon-excalibur/altrmi/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/default.properties,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- default.properties        28 Jan 2003 04:46:55 -0000      1.25
  +++ default.properties        4 Feb 2003 14:37:11 -0000       1.26
  @@ -47,6 +47,11 @@
   excalibur-pool.lib=${excalibur-pool.home}
   excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.2.jar
   
  +# ----- Excalibur thread, version 1.1 or later -----
  +excalibur-thread.home=${basedir}/../thread/dist
  +excalibur-thread.lib=${excalibur-thread.home}
  +excalibur-thread.jar=${excalibur-thread.lib}/excalibur-thread-1.1.jar
  +
   # --------------------------------------------------
   
   
  
  
  

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

Reply via email to