crafterm    02/05/24 11:21:17

  Modified:    instrument-manager/example/bin run.sh
  Log:
  Fixed location of jars when building classpath
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-avalon-excalibur/instrument-manager/example/bin/run.sh
  
  Index: run.sh
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/instrument-manager/example/bin/run.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- run.sh    24 Apr 2002 08:38:44 -0000      1.2
  +++ run.sh    24 May 2002 18:21:17 -0000      1.3
  @@ -28,7 +28,7 @@
   #
   # Build the runtime classpath
   #
  -for i in ${EXAMPLE_HOME}/commonlib/*.jar ; do
  +for i in ${EXAMPLE_HOME}/lib/*.jar ; do
       CP=${CP}:$i
   done
   
  
  
  

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

Reply via email to