You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/01/17 00:15:22 UTC

svn commit: r125374 - /geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml

Author: djencks
Date: Sun Jan 16 15:15:19 2005
New Revision: 125374

URL: http://svn.apache.org/viewcvs?view=rev&rev=125374
Log:
add dependency explicitly in case it isn't already in the classpath
Modified:
   geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml

Modified: geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml
Url: http://svn.apache.org/viewcvs/geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml?view=diff&rev=125374&p1=geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml&r1=125373&p2=geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml&r2=125374
==============================================================================
--- geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml	(original)
+++ geronimo/trunk/applications/jmxdebug/src/webapp/WEB-INF/geronimo-jetty.xml	Sun Jan 16 15:15:19 2005
@@ -4,6 +4,11 @@
     configId="org/apache/geronimo/DebugConsole"
     parentId="org/apache/geronimo/Server"
     >
+
+    <dependency>
+        <uri>commons-collections/jars/commons-collections-2.1.jar</uri>
+    </dependency>
+    
     <context-root>/debug-tool</context-root>
     <context-priority-classloader>false</context-priority-classloader>
 </web-app>