You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2005/11/13 23:05:42 UTC

svn commit: r343978 - /tomcat/build/tc5.5.x/build.xml

Author: costin
Date: Sun Nov 13 14:05:40 2005
New Revision: 343978

URL: http://svn.apache.org/viewcvs?rev=343978&view=rev
Log:
Moved download for rhino to sandbox

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

Modified: tomcat/build/tc5.5.x/build.xml
URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/build.xml?rev=343978&r1=343977&r2=343978&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/build.xml (original)
+++ tomcat/build/tc5.5.x/build.xml Sun Nov 13 14:05:40 2005
@@ -1856,12 +1856,6 @@
       <param name="destdir" value="${base.path}"/>
     </antcall>
     
-    <antcall target="downloadzip">
-       <param name="sourcefile" value="${rhino.loc}"/>
-       <param name="destfile" value="${rhino.jar}"/>
-       <param name="destdir" value="${base.path}"/>
-     </antcall> 
-
     <antcall target="downloadgz">
       <param name="sourcefile" value="${commons-launcher.loc}"/>
       <param name="destfile" value="${commons-launcher.jar}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org