Author: wglass Date: Tue Feb 20 22:21:18 2007 New Revision: 509913 URL: http://svn.apache.org/viewvc?view=rev&rev=509913 Log: fix typo, add note about 1.4
Modified: velocity/engine/branches/Velocity_1.5_BRANCH/README.txt Modified: velocity/engine/branches/Velocity_1.5_BRANCH/README.txt URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/README.txt?view=diff&rev=509913&r1=509912&r2=509913 ============================================================================== --- velocity/engine/branches/Velocity_1.5_BRANCH/README.txt (original) +++ velocity/engine/branches/Velocity_1.5_BRANCH/README.txt Tue Feb 20 22:21:18 2007 @@ -34,7 +34,8 @@ REQUIREMENTS ------------ -Apache Velocity will run with any version of Java greater than 1.3. +Apache Velocity will run with any version of Java greater than 1.3, +though some features require 1.4. Building from source requires Java version 1.4 (or greater) and ant 1.6 or greater. @@ -127,7 +128,7 @@ TRYING THE EXAMPLES ------------------- -After building Velocity, you can also buld the examples that are +After building Velocity, you can also build the examples that are included with the Velocity distribution. These examples show how to use Velocity in your Java applications. There also are examples of how to use Anakia, a XML transformation engine.