You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2004/10/05 12:27:18 UTC

svn commit: rev 53787 - geronimo/trunk/modules/tomcat/src/plan

Author: jlaskowski
Date: Tue Oct  5 03:27:16 2004
New Revision: 53787

Modified:
   geronimo/trunk/modules/tomcat/src/plan/tomcat-plan.xml
Log:
Added the patch from GERONIMO-356: tomcat-plan.xml : Missing Dependency mx4j/jars/mx4j-2.0.1.jar; thanks Ralf!

Modified: geronimo/trunk/modules/tomcat/src/plan/tomcat-plan.xml
==============================================================================
--- geronimo/trunk/modules/tomcat/src/plan/tomcat-plan.xml	(original)
+++ geronimo/trunk/modules/tomcat/src/plan/tomcat-plan.xml	Tue Oct  5 03:27:16 2004
@@ -63,6 +63,9 @@
     <dependency>
         <uri>regexp/jars/regexp-1.3.jar</uri>
     </dependency>
+    <dependency>
+        <uri>mx4j/jars/mx4j-2.0.1.jar</uri>
+    </dependency>
 
     <gbean name="geronimo.tomcat:name=Apache Tomcat" class="org.apache.geronimo.tomcat.TomcatGBean">
     	<attribute name="CatalinaHome" type="java.lang.String">var/catalina</attribute>