You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2006/12/29 18:18:00 UTC

svn commit: r491054 - /velocity/site/site/src/site/apt/site-building.apt

Author: henning
Date: Fri Dec 29 09:17:59 2006
New Revision: 491054

URL: http://svn.apache.org/viewvc?view=rev&rev=491054
Log:
Typos.


Modified:
    velocity/site/site/src/site/apt/site-building.apt

Modified: velocity/site/site/src/site/apt/site-building.apt
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/apt/site-building.apt?view=diff&rev=491054&r1=491053&r2=491054
==============================================================================
--- velocity/site/site/src/site/apt/site-building.apt (original)
+++ velocity/site/site/src/site/apt/site-building.apt Fri Dec 29 09:17:59 2006
@@ -45,7 +45,7 @@
  the site source code onto your computer.
 
 
-* {install-helpers}Create the Apache Velocity Site Helper modules
+* {Create the Apache Velocity Site Helper modules}
 
  To build the site, you need the helper modules installed locally. 
 
@@ -80,7 +80,7 @@
 </servers>
 +--
 
-Then you can run <<<mvn site:deploy>>> to re-deploy the web site.
+ Then you can run <<<mvn site:deploy>>> to re-deploy the web site.
 
 
 * Troubleshooting
@@ -121,9 +121,10 @@
         2) org.apache.velocity:doxia-velocity-renderer:jar:0.0.1
 +--
 
- Both messages mean that you neglected to {{{#install-helpers}install the helper
- modules}}. Please go to the directory where you found this README file and
- run <<<mvn>>>. Afterwards the site should build fine.
+ Both messages mean that you neglected to {{{#Create the Apache
+ Velocity Site Helper modules}install the helper modules}}. Please go
+ to the directory where you found this README file and run
+ <<<mvn>>>. Afterwards the site should build fine.
 
 
 * Questions and contact