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 2010/04/12 18:27:47 UTC

svn commit: r933304 - /velocity/tools/trunk/xdocs/creatingtools.xml

Author: nbubna
Date: Mon Apr 12 16:27:47 2010
New Revision: 933304

URL: http://svn.apache.org/viewvc?rev=933304&view=rev
Log:
add the basics, just to be sure people know

Modified:
    velocity/tools/trunk/xdocs/creatingtools.xml

Modified: velocity/tools/trunk/xdocs/creatingtools.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/creatingtools.xml?rev=933304&r1=933303&r2=933304&view=diff
==============================================================================
--- velocity/tools/trunk/xdocs/creatingtools.xml (original)
+++ velocity/tools/trunk/xdocs/creatingtools.xml Mon Apr 12 16:27:47 2010
@@ -40,6 +40,9 @@
         </p>
         <ol>
         <li>
+            <a href="#Basics">Basics</a>
+        </li>
+        <li>
           <a href="#Conventions">Conventions</a>
           <ol>
             <li><a href="#Tool_Keys/Names"></a>Tool Keys/Names</li>
@@ -72,6 +75,12 @@
         </li>
         </ol>
     </section>
+    <section name="Basics">
+        <p>
+        Any class you wish to use as a tool must be declared public
+        and have a public, no-argument constructor.
+        </p>
+    </section>
     <section name="Conventions">
         <subsection name="Tool Keys/Names">
             <p>