geirm       2003/10/09 11:48:53

  Modified:    .        README.txt
  Log:
  make more generic so this doesn't have to be done w/ each version
  
  Revision  Changes    Path
  1.12      +3 -3      jakarta-velocity/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/README.txt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- README.txt        17 Mar 2002 22:23:51 -0000      1.11
  +++ README.txt        9 Oct 2003 18:48:53 -0000       1.12
  @@ -40,7 +40,7 @@
   PLEASE NOTE : Starting with the 1.2 release, we include two jars 
    with the distribution.
   
  -1) velocity-1.3.jar : The Velocity jar that does not include
  +1) velocity-<version>.jar : The Velocity jar that does not include
   any external dependencies needed by Velocity, such as the 
   jakarta-commons-collection classes, Jakarta Avalon Logkit, or 
   Jakarta ORO. We do this to allow you to use whatever version of
  @@ -48,7 +48,7 @@
   These jars are included in the distribution, in
   the build/lib directory, or at the respective project sites.
   
  -2) velocity-dep-1.3.jar : This is a Velocity jar that includes
  +2) velocity-dep-<version>.jar : This is a Velocity jar that includes
   all dependencies that were included with previous distribution
   jars.  It is intended as a convenience to allow you to drop
   this 1.3 distribution in place of existing 1.1 or 1.2-dep
  @@ -86,7 +86,7 @@
   This will build a complete Velocity jar with dependencies included, and it can
   be found in the /bin directory as
   
  -velocity-dep-1.3.jar
  +velocity-dep-<version>.jar
   
   TRYING THE EXAMPLES
   -------------------
  
  
  

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

Reply via email to