You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/06/30 19:53:20 UTC

svn commit: r672844 - /velocity/tools/trunk/README.txt

Author: nbubna
Date: Mon Jun 30 10:53:20 2008
New Revision: 672844

URL: http://svn.apache.org/viewvc?rev=672844&view=rev
Log:
no need to be so specific with version numbers

Modified:
    velocity/tools/trunk/README.txt

Modified: velocity/tools/trunk/README.txt
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/README.txt?rev=672844&r1=672843&r2=672844&view=diff
==============================================================================
--- velocity/tools/trunk/README.txt (original)
+++ velocity/tools/trunk/README.txt Mon Jun 30 10:53:20 2008
@@ -29,7 +29,7 @@
 Build Instructions
 ------------------
 
-Building the project requires JDK 1.5.1 or higher and ant 1.7.0 
+Building the project requires JDK 1.5 or higher and ant 1.7 
 or higher. There is an ant script included that builds the entire 
 project, including all three subprojects, documentation, application 
 examples, etc. To build the project, start ant in the root directory 
@@ -75,7 +75,7 @@
 - Due to new compile-time dependencies, VelocityTools can only be compiled on JDK 1.5 
   or higher
 
-The build process has been tested with JDK 1.5.0. The 
+The build process has been tested with JDK 1.5. The 
 included example applications have been tested with Tomcat,
 but should work with any web container.