Cool, thanks. The *-jetty and *-tomcat modules are the plugins for the given sample. As far as I know there is no easy way to have one module and have it generate two plugins or a single plugin that works with both distributions.
Jarek On Mon, Mar 24, 2008 at 9:48 AM, Hernan Cunico <[EMAIL PROTECTED]> wrote: > My bad, meant to do that but got distracted, I'm updating trunk now. > > quick question though, why do we have a Jetty and a Tomcat version of the > same app on trunk? > > Cheers! > Hernan > > > > Jarek Gawor wrote: > > Hernan, > > > > In case I missed it, can you also merge these changes to trunk? > > > > Thanks, > > Jarek > > > > On Thu, Mar 20, 2008 at 6:04 PM, <[EMAIL PROTECTED]> wrote: > >> Author: hcunico > >> Date: Thu Mar 20 15:04:49 2008 > >> New Revision: 639479 > >> > >> URL: http://svn.apache.org/viewvc?rev=639479&view=rev > >> Log: > >> updated target name spaces in dep plans. > >> > >> Modified: > >> > geronimo/samples/branches/2.1/samples/inventory/inventory-ear/src/main/resources/META-INF/geronimo-application.xml > >> > geronimo/samples/branches/2.1/samples/inventory/inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml > >> > >> Modified: > geronimo/samples/branches/2.1/samples/inventory/inventory-ear/src/main/resources/META-INF/geronimo-application.xml > >> URL: > http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/inventory/inventory-ear/src/main/resources/META-INF/geronimo-application.xml?rev=639479&r1=639478&r2=639479&view=diff > >> > ============================================================================== > >> --- > geronimo/samples/branches/2.1/samples/inventory/inventory-ear/src/main/resources/META-INF/geronimo-application.xml > (original) > >> +++ > geronimo/samples/branches/2.1/samples/inventory/inventory-ear/src/main/resources/META-INF/geronimo-application.xml > Thu Mar 20 15:04:49 2008 > >> @@ -20,9 +20,9 @@ > >> > >> <!-- $Rev: 497879 $ $Date: 2007-01-19 12:11:01 -0500 (Fri, 19 Jan 2007) > $ --> > >> > >> -<application > xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-1.1"> > >> +<application > xmlns="http://geronimo.apache.org/xml/ns/j2ee/application-2.0"> > >> > >> - <dep:environment > xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.1"> > >> + <dep:environment > xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2"> > >> <dep:moduleId> > >> <dep:groupId>${pom.groupId}</dep:groupId> > >> <dep:artifactId>${pom.artifactId}</dep:artifactId> > >> > >> Modified: > geronimo/samples/branches/2.1/samples/inventory/inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml > >> URL: > http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/inventory/inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml?rev=639479&r1=639478&r2=639479&view=diff > >> > ============================================================================== > >> --- > geronimo/samples/branches/2.1/samples/inventory/inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml > (original) > >> +++ > geronimo/samples/branches/2.1/samples/inventory/inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml > Thu Mar 20 15:04:49 2008 > >> @@ -18,7 +18,7 @@ > >> under the License. > >> --> > >> <web-app > >> - xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> > >> + xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"> > >> > >> <environment> > >> <moduleId> > >> > >> > >> > > >
