Author: markt
Date: Mon Jan 21 12:01:44 2008
New Revision: 613991

URL: http://svn.apache.org/viewvc?rev=613991&view=rev
Log:
Re-instate the digester jar which is required by the admin package.

Modified:
    tomcat/build/tc5.5.x/build.xml

Modified: tomcat/build/tc5.5.x/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?rev=613991&r1=613990&r2=613991&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/build.xml (original)
+++ tomcat/build/tc5.5.x/build.xml Mon Jan 21 12:01:44 2008
@@ -1898,7 +1898,7 @@
           description="Download binary packages" >
     <mkdir dir="${base.path}" />
 
-    <!-- Downdown any sub package or tools needed. -->
+    <!-- Download any sub package or tools needed. -->
     <antcall target="downloadgz">
       <param name="sourcefile" value="${commons-beanutils.loc}"/>
       <param name="destfile" value="${commons-beanutils.jar}"/>
@@ -1910,6 +1910,11 @@
     </antcall>
 
     <antcall target="downloadgz">
+      <param name="sourcefile" value="${commons-digester.loc}"/>
+      <param name="destfile" value="${commons-digester.jar}"/>
+    </antcall>
+
+    <antcall target="downloadgz"> 
       <param name="sourcefile" value="${commons-el.loc}"/>
       <param name="destfile" value="${commons-el.jar}"/>
     </antcall>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to