You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2002/05/24 19:50:43 UTC

cvs commit: jakarta-avalon-excalibur/instrument-manager/example ant.properties.sample

crafterm    02/05/24 10:50:43

  Modified:    instrument-manager/example ant.properties.sample
  Log:
  Fixed location of altrmi jars
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-avalon-excalibur/instrument-manager/example/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/example/ant.properties.sample,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ant.properties.sample	24 Apr 2002 08:47:56 -0000	1.4
  +++ ant.properties.sample	24 May 2002 17:50:42 -0000	1.5
  @@ -9,7 +9,7 @@
   # The ant.properties values in this directory apply only to this component, and
   # override the defaults in ../ant.properties.
   #
  -# $Id: ant.properties.sample,v 1.4 2002/04/24 08:47:56 leif Exp $
  +# $Id: ant.properties.sample,v 1.5 2002/05/24 17:50:42 crafterm Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  @@ -74,7 +74,7 @@
   excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.1.jar
   
   # ----- Altrmi -----
  -excalibur-altrmi.home=../altrmi/build/lib
  +excalibur-altrmi.home=../../altrmi/build/lib
   excalibur-altrmi-common.jar=${excalibur-altrmi.home}/excalibur-altrmi-common.jar
   excalibur-altrmi-server-impl.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-impl.jar
   excalibur-altrmi-server-interfaces.jar=${excalibur-altrmi.home}/excalibur-altrmi-server-interfaces.jar
  
  
  

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