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 2002/07/19 09:37:46 UTC

[GUMP] patch to 4.0's descriptor

OK, second try.

This one will avoid the build failure you've seen the last two days
(and probably lead to a different one) and allow Gump to recognize
commons-logging-api.jar.

Stefan

Index: gump.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-4.0/gump.xml,v
retrieving revision 1.4
diff -u -r1.4 gump.xml
--- gump.xml	11 Jul 2002 09:59:07 -0000	1.4
+++ gump.xml	19 Jul 2002 07:34:45 -0000
@@ -17,9 +17,9 @@
       <depend property="commons-digester.jar" project="commons-digester"
         runtime="true"/>
       <depend property="commons-logging.jar" project="commons-logging"
-        runtime="true"/>
+        runtime="true" id="all"/>
       <depend property="commons-logging-api.jar" project="commons-logging"
-        runtime="true"/>
+        runtime="true" id="all"/>
       <property name="regexp.jar"
         reference="jarpath" id="regexp" project="jakarta-regexp"/>
       <property name="jtc.home" reference="srcdir" 
@@ -76,9 +76,9 @@
       <depend property="commons-dbcp.jar" project="commons-dbcp"/>
       <depend property="commons-pool.jar" project="commons-pool"/>
       <depend property="commons-logging.jar" project="commons-logging"
-        runtime="true"/>
+        runtime="true" id="all"/>
       <depend property="commons-logging-api.jar" project="commons-logging"
-        runtime="true"/>
+        runtime="true" id="all">
     </ant>
 
     <depend project="jakarta-ant"/>
@@ -91,7 +91,6 @@
     <option project="jakarta-avalon"/>
     <option project="jakarta-avalon-phoenix"/>
     <depend project="jakarta-tomcat-coyote"/>
-    <depend project="tomcat-catalina"/>
     <depend project="jakarta-tomcat-util"/>
     <depend project="jakarta-servletapi-4"/>
     <depend project="jakarta-regexp"/>

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