You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/02/19 20:11:35 UTC

svn commit: r911941 - in /geronimo/server/trunk/plugingroups: wab-jetty/ wab-jetty/pom.xml wab-tomcat/ wab-tomcat/pom.xml web-jetty/ web-tomcat/

Author: dwoods
Date: Fri Feb 19 19:11:35 2010
New Revision: 911941

URL: http://svn.apache.org/viewvc?rev=911941&view=rev
Log:
rename old web plugins to wab and add myfaces

Added:
    geronimo/server/trunk/plugingroups/wab-jetty/
      - copied from r911934, geronimo/server/trunk/plugingroups/web-jetty/
    geronimo/server/trunk/plugingroups/wab-tomcat/
      - copied from r911934, geronimo/server/trunk/plugingroups/web-tomcat/
Removed:
    geronimo/server/trunk/plugingroups/web-jetty/
    geronimo/server/trunk/plugingroups/web-tomcat/
Modified:
    geronimo/server/trunk/plugingroups/wab-jetty/pom.xml
    geronimo/server/trunk/plugingroups/wab-tomcat/pom.xml

Modified: geronimo/server/trunk/plugingroups/wab-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/wab-jetty/pom.xml?rev=911941&r1=911934&r2=911941&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/wab-jetty/pom.xml (original)
+++ geronimo/server/trunk/plugingroups/wab-jetty/pom.xml Fri Feb 19 19:11:35 2010
@@ -29,12 +29,12 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>web-jetty</artifactId>
+    <artifactId>wab-jetty</artifactId>
     <packaging>car</packaging>
-    <name>Geronimo Plugin Group :: Web Little-G Jetty</name>
+    <name>Geronimo Plugin Group :: RFC66 WAB Jetty</name>
 
     <description>
-        This plugin group provides the little-G Jetty functionality.
+        This plugin group provides the OSGi RFC66 WAB on Jetty functionality.
     </description>
 
     <dependencies>
@@ -111,6 +111,12 @@
             <version>${version}</version>
             <type>car</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>myfaces-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
         <!--<dependency>-->
             <!--<groupId>org.apache.geronimo.configs</groupId>-->
             <!--<artifactId>sharedlib</artifactId>-->

Modified: geronimo/server/trunk/plugingroups/wab-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/wab-tomcat/pom.xml?rev=911941&r1=911934&r2=911941&view=diff
==============================================================================
--- geronimo/server/trunk/plugingroups/wab-tomcat/pom.xml (original)
+++ geronimo/server/trunk/plugingroups/wab-tomcat/pom.xml Fri Feb 19 19:11:35 2010
@@ -29,12 +29,12 @@
         <version>3.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>web-tomcat</artifactId>
+    <artifactId>wab-tomcat</artifactId>
     <packaging>car</packaging>
-    <name>Geronimo Plugin Group ::  Web Little-G Tomcat</name>
+    <name>Geronimo Plugin Group :: RFC66 WAB Tomcat</name>
 
     <description>
-        This plugin group provides the little-G Tomcat functionality.
+        This plugin group provides the OSGi RFC66 WAB on Tomcat functionality.
     </description>
 
     <dependencies>
@@ -111,6 +111,12 @@
             <version>${version}</version>
             <type>car</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>myfaces-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
         <!--<dependency>-->
             <!--<groupId>org.apache.geronimo.configs</groupId>-->
             <!--<artifactId>sharedlib</artifactId>-->