You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/05/24 16:29:14 UTC

svn commit: r541307 - in /velocity/dvsl/trunk/src/site: resources/project.xml site.xml xdoc/ant_task_reference.xml xdoc/users-guide.xml

Author: cbrisson
Date: Thu May 24 07:29:13 2007
New Revision: 541307

URL: http://svn.apache.org/viewvc?view=rev&rev=541307
Log:
fixed grammatical bug...

Modified:
    velocity/dvsl/trunk/src/site/resources/project.xml
    velocity/dvsl/trunk/src/site/site.xml
    velocity/dvsl/trunk/src/site/xdoc/ant_task_reference.xml
    velocity/dvsl/trunk/src/site/xdoc/users-guide.xml

Modified: velocity/dvsl/trunk/src/site/resources/project.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/site/resources/project.xml?view=diff&rev=541307&r1=541306&r2=541307
==============================================================================
--- velocity/dvsl/trunk/src/site/resources/project.xml (original)
+++ velocity/dvsl/trunk/src/site/resources/project.xml Thu May 24 07:29:13 2007
@@ -17,7 +17,7 @@
     </menu>
 
     <menu name="Documentation">
-        <item name="Users Guide"            href="/users-guide.html"/>
+        <item name="User Guide"            href="/users-guide.html"/>
         <item name="Ant Task Reference"     href="/ant_task_reference.html"/>
         <item name="More Resources"         href="/more-resources.html"/>
     </menu>

Modified: velocity/dvsl/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/site/site.xml?view=diff&rev=541307&r1=541306&r2=541307
==============================================================================
--- velocity/dvsl/trunk/src/site/site.xml (original)
+++ velocity/dvsl/trunk/src/site/site.xml Thu May 24 07:29:13 2007
@@ -68,7 +68,7 @@
     </menu>
 
     <menu name="Documentation">
-        <item name="Users Guide"            href="users-guide.html"/>
+        <item name="User Guide"             href="users-guide.html"/>
         <item name="Ant Task Reference"     href="ant_task_reference.html"/>
         <item name="More Resources"         href="more-resources.html"/>
     </menu>

Modified: velocity/dvsl/trunk/src/site/xdoc/ant_task_reference.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/site/xdoc/ant_task_reference.xml?view=diff&rev=541307&r1=541306&r2=541307
==============================================================================
--- velocity/dvsl/trunk/src/site/xdoc/ant_task_reference.xml (original)
+++ velocity/dvsl/trunk/src/site/xdoc/ant_task_reference.xml Thu May 24 07:29:13 2007
@@ -289,7 +289,7 @@
 
   <p>
   DVSL as of v0.43, supports applications making application specific values
-  available via the $context API. (Please see DVSL Users Guide.)  When using
+  available via the $context API. (Please see DVSL User Guide.)  When using
   Ant and DVSL, the following values are accessable :
   </p>
 

Modified: velocity/dvsl/trunk/src/site/xdoc/users-guide.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/site/xdoc/users-guide.xml?view=diff&rev=541307&r1=541306&r2=541307
==============================================================================
--- velocity/dvsl/trunk/src/site/xdoc/users-guide.xml (original)
+++ velocity/dvsl/trunk/src/site/xdoc/users-guide.xml Thu May 24 07:29:13 2007
@@ -9,7 +9,7 @@
 
  <body>
 
- <section name="DVSL Users Guide">
+ <section name="DVSL User Guide">
 
     <p>
     DVSL (Declarative Velocity Style Language) is a tool modeled after