dlr         01/05/07 18:24:11

  Modified:    convert  convert-wm.sh
  Log:
  Jon suggested that we be more specific about the names of the JARs we
  wish to add to the classpath (as in the BAT file).
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-velocity/convert/convert-wm.sh
  
  Index: convert-wm.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/convert/convert-wm.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- convert-wm.sh     2001/05/08 00:51:16     1.3
  +++ convert-wm.sh     2001/05/08 01:24:11     1.4
  @@ -7,7 +7,7 @@
   
   CLASSPATH=.
   
  -for jar in ../bin/*.jar ../build/lib/*.jar
  +for jar in ../bin/vel*.jar ../build/lib/ant*.jar
   do
       CLASSPATH=${CLASSPATH}:${jar}
   done
  
  
  

Reply via email to