You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/30 17:58:24 UTC

svn commit: r590153 - in /geronimo/sandbox/restructure/plugins: clustering/pom.xml jetty/pom.xml

Author: prasad
Date: Tue Oct 30 09:58:23 2007
New Revision: 590153

URL: http://svn.apache.org/viewvc?rev=590153&view=rev
Log:
* relocate jetty clustering pieces to jetty

Modified:
    geronimo/sandbox/restructure/plugins/clustering/pom.xml
    geronimo/sandbox/restructure/plugins/jetty/pom.xml

Modified: geronimo/sandbox/restructure/plugins/clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/clustering/pom.xml?rev=590153&r1=590152&r2=590153&view=diff
==============================================================================
--- geronimo/sandbox/restructure/plugins/clustering/pom.xml (original)
+++ geronimo/sandbox/restructure/plugins/clustering/pom.xml Tue Oct 30 09:58:23 2007
@@ -15,37 +15,25 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <!-- $Rev$ $Date$ -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
         <version>2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-
     <artifactId>clustering</artifactId>
     <name>Geronimo Plugins :: clustering</name>
     <packaging>pom</packaging>
-
     <description>
         clustering plugin
     </description>
-
     <modules>
-<module>clustering</module>
-<module>geronimo-clustering</module>
-<module>geronimo-clustering-wadi</module>
-<module>geronimo-jetty6-clustering-builder-wadi</module>
-<module>geronimo-jetty6-clustering-wadi</module>
-<module>jetty6-clustering-builder-wadi</module>
-<module>jetty6-clustering-wadi</module>
-<module>wadi-clustering</module>
+        <module>clustering</module>
+        <module>geronimo-clustering</module>
+        <module>geronimo-clustering-wadi</module>
+        <module>wadi-clustering</module>
     </modules>
-
 </project>

Modified: geronimo/sandbox/restructure/plugins/jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/restructure/plugins/jetty/pom.xml?rev=590153&r1=590152&r2=590153&view=diff
==============================================================================
--- geronimo/sandbox/restructure/plugins/jetty/pom.xml (original)
+++ geronimo/sandbox/restructure/plugins/jetty/pom.xml Tue Oct 30 09:58:23 2007
@@ -15,33 +15,29 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-
 <!-- $Rev$ $Date$ -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
         <version>2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-
     <artifactId>jetty</artifactId>
     <name>Geronimo Plugins :: jetty</name>
     <packaging>pom</packaging>
-
     <description>
         jetty plugin
     </description>
-
     <modules>
-<module>geronimo-jetty6</module>
-<module>geronimo-jetty6-builder</module>
-<module>jetty6</module>
-<module>jetty6-deployer</module>
+        <module>geronimo-jetty6</module>
+        <module>geronimo-jetty6-builder</module>
+        <module>jetty6</module>
+        <module>jetty6-deployer</module>
+        <module>geronimo-jetty6-clustering-builder-wadi</module>
+        <module>geronimo-jetty6-clustering-wadi</module>
+        <module>jetty6-clustering-builder-wadi</module>
+        <module>jetty6-clustering-wadi</module>
     </modules>
-
 </project>