You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2006/11/28 03:10:01 UTC

svn commit: r479848 - /jakarta/velocity/tools/trunk/README.txt

Author: nbubna
Date: Mon Nov 27 18:10:00 2006
New Revision: 479848

URL: http://svn.apache.org/viewvc?view=rev&rev=479848
Log:
update according to recent build file changes

Modified:
    jakarta/velocity/tools/trunk/README.txt

Modified: jakarta/velocity/tools/trunk/README.txt
URL: http://svn.apache.org/viewvc/jakarta/velocity/tools/trunk/README.txt?view=diff&rev=479848&r1=479847&r2=479848
==============================================================================
--- jakarta/velocity/tools/trunk/README.txt (original)
+++ jakarta/velocity/tools/trunk/README.txt Mon Nov 27 18:10:00 2006
@@ -18,7 +18,6 @@
     JspServlet. It includes toolbox support. (Also contains a
     VelocityLayoutServlet to support more advanced template rendering
     as an alternative to Tiles.)
-    
 
 Generic tools
 
@@ -58,17 +57,17 @@
 
 > ant jar.generic
 
-To build the simple example for VelocityView, execute:
+To build only the simple example for VelocityView, execute:
 
-> ant example.simple
+> ant simple
 
-To build the VelocityStruts example, execute:
+To build only the VelocityStruts example, execute:
 
-> ant example.struts
+> ant struts
 
-To build the VelocityLayoutServlet example, execute:
+To build only the VelocityLayoutServlet example, execute:
 
-> ant example.layout
+> ant layout
 
 
 Please note:



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org