Author: wglass
Date: Tue Feb 20 22:16:01 2007
New Revision: 509910

URL: http://svn.apache.org/viewvc?view=rev&rev=509910
Log:
sync build.xml and jar-dependencies.xml.  merge of r501593 from trunk.

Modified:
    velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/build.xml
    velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/jar-dependencies.xml

Modified: velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/build.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/build.xml?view=diff&rev=509910&r1=509909&r2=509910
==============================================================================
--- velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/build.xml (original)
+++ velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/build.xml Tue Feb 
20 22:16:01 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/branches/Velocity_1.5_BRANCH/xdocs/docs/jar-dependencies.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/jar-dependencies.xml?view=diff&rev=509910&r1=509909&r2=509910
==============================================================================
--- 
velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/jar-dependencies.xml 
(original)
+++ 
velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/docs/jar-dependencies.xml 
Tue Feb 20 22:16:01 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>
 


Reply via email to