You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2006/10/04 16:14:25 UTC

svn commit: r452893 - /geronimo/server/trunk/assemblies/geronimo-framework/pom.xml

Author: jbohn
Date: Wed Oct  4 07:14:25 2006
New Revision: 452893

URL: http://svn.apache.org/viewvc?view=rev&rev=452893
Log:
include jetty specs in micro-G (like tomcat) until I get them included in the jetty plugin

Modified:
    geronimo/server/trunk/assemblies/geronimo-framework/pom.xml

Modified: geronimo/server/trunk/assemblies/geronimo-framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-framework/pom.xml?view=diff&rev=452893&r1=452892&r2=452893
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-framework/pom.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-framework/pom.xml Wed Oct  4 07:14:25 2006
@@ -179,6 +179,11 @@
                                     <artifactId>geronimo-tomcat-builder</artifactId>
                                     <version>${pom.version}</version>
                                 </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.geronimo.modules</groupId>
+                                    <artifactId>geronimo-jetty-builder</artifactId>
+                                    <version>${pom.version}</version>
+                                </artifactItem>
                             </artifactItems>
                             <outputDirectory>${project.build.directory}/scratch/schema</outputDirectory>
                         </configuration>