You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Stefan Bodewig <bo...@apache.org> on 2003/01/14 09:41:54 UTC

[GUMP] tomcat-catalina depends on commons-fileupload

but doesn't declare this dependency, the appended patch fixes this.

May I suggest that you move the Gump descriptors to the jakarta-gump
CVS module where *all* Apache committers have access to it?

Stefan

Index: gump.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/gump.xml,v
retrieving revision 1.13
diff -u -r1.13 gump.xml
--- gump.xml	5 Sep 2002 13:39:47 -0000	1.13
+++ gump.xml	14 Jan 2003 08:38:39 -0000
@@ -30,6 +30,7 @@
     <depend project="jakarta-tomcat-util"/>
     <depend project="jakarta-servletapi-4"/>
     <depend project="jakarta-regexp"/>
+    <depend project="commons-fileupload"/>
 
     <home nested="build"/>
     <jar name="server/lib/catalina.jar"/>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>