You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/02 17:09:58 UTC

svn commit: r930292 - /geronimo/server/trunk/plugins/pom.xml

Author: gawor
Date: Fri Apr  2 15:09:58 2010
New Revision: 930292

URL: http://svn.apache.org/viewvc?rev=930292&view=rev
Log:
uncomment tomcat

Modified:
    geronimo/server/trunk/plugins/pom.xml

Modified: geronimo/server/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/pom.xml?rev=930292&r1=930291&r2=930292&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pom.xml (original)
+++ geronimo/server/trunk/plugins/pom.xml Fri Apr  2 15:09:58 2010
@@ -150,7 +150,7 @@
         <!--<module>concurrent</module>-->
         <!--<module>procrun</module>-->
         <module>jetty8</module>
-        <!--<module>tomcat</module>-->
+        <module>tomcat</module>
         <module>aries</module>
         <module>wab</module>
     </modules>