You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pm...@apache.org on 2007/09/04 21:50:36 UTC

svn commit: r572796 - /geronimo/server/trunk/configs/dojo-tomcat/pom.xml

Author: pmcmahan
Date: Tue Sep  4 12:50:35 2007
New Revision: 572796

URL: http://svn.apache.org/viewvc?rev=572796&view=rev
Log:
fix dojo plugin's prerequisite on tomcat6

Modified:
    geronimo/server/trunk/configs/dojo-tomcat/pom.xml

Modified: geronimo/server/trunk/configs/dojo-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/dojo-tomcat/pom.xml?rev=572796&r1=572795&r2=572796&view=diff
==============================================================================
--- geronimo/server/trunk/configs/dojo-tomcat/pom.xml (original)
+++ geronimo/server/trunk/configs/dojo-tomcat/pom.xml Tue Sep  4 12:50:35 2007
@@ -100,7 +100,7 @@
                         <prerequisite>
                             <id>
                                 <groupId>org.apache.geronimo.configs</groupId>
-                                <artifactId>tomcat</artifactId>
+                                <artifactId>tomcat6</artifactId>
                             </id>
                             <resource-type>Web Container</resource-type>
                             <description>The Tomcat web container</description>