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 2007/01/30 22:57:26 UTC

svn commit: r501593 - in /velocity/engine/trunk/xdocs/docs: build.xml jar-dependencies.xml

Author: henning
Date: Tue Jan 30 13:57:26 2007
New Revision: 501593

URL: http://svn.apache.org/viewvc?view=rev&rev=501593
Log:
Sync the dependencies list in jar-dependencies and
build docs. Fixes VELOCITY-512.


Modified:
    velocity/engine/trunk/xdocs/docs/build.xml
    velocity/engine/trunk/xdocs/docs/jar-dependencies.xml

Modified: velocity/engine/trunk/xdocs/docs/build.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/build.xml?view=diff&rev=501593&r1=501592&r2=501593
==============================================================================
--- velocity/engine/trunk/xdocs/docs/build.xml (original)
+++ velocity/engine/trunk/xdocs/docs/build.xml Tue Jan 30 13:57:26 2007
@@ -165,6 +165,11 @@
   <td>For running database related unit tests</td>
   <td>No</td>
 </tr>
+<tr>
+  <td><code>ant.jar</code></td>
+  <td>Required for compilation. Provided by the ant build tool.</td>
+  <td>No</td>
+</tr>
 </table>
 
 

Modified: velocity/engine/trunk/xdocs/docs/jar-dependencies.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/xdocs/docs/jar-dependencies.xml?view=diff&rev=501593&r1=501592&r2=501593
==============================================================================
--- velocity/engine/trunk/xdocs/docs/jar-dependencies.xml (original)
+++ velocity/engine/trunk/xdocs/docs/jar-dependencies.xml Tue Jan 30 13:57:26 2007
@@ -81,8 +81,20 @@
           <td>Only required for the Anakia tool / ant task</td>
         </tr>
         <tr>
+          <td>antlr</td><td>No</td>
+          <td>Only required for the Anakia tool / ant task</td>
+        </tr>
+        <tr>
           <td>ant</td><td>No</td>
           <td>Only needed for compilation.</td>
+        </tr>
+        <tr>
+          <td>junit</td><td>No</td>
+          <td>Only needed for running the tests during compilation.</td>
+        </tr>
+        <tr>
+          <td>hsqldb</td><td>No</td>
+          <td>Only needed for running the tests during compilation.</td>
         </tr>
       </table>