You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jc...@locus.apache.org on 2000/12/02 06:54:44 UTC

cvs commit: jakarta-velocity/examples test.sh

jcastura    00/12/01 21:54:44

  Modified:    examples test.sh
  Log:
  velocity jar now 0.7
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-velocity/examples/test.sh
  
  Index: test.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/test.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test.sh	2000/11/02 15:28:36	1.2
  +++ test.sh	2000/12/02 05:54:44	1.3
  @@ -1,5 +1,5 @@
   echo "Running Example with input file 'example.vm'"
   
  -java -cp .:../bin/velocity-0.4.jar Example example.vm  > output
  +java -cp .:../bin/velocity-0.7.jar Example example.vm  > output
   
   echo "Output of Example is in the file 'output'"