You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/01/26 06:47:44 UTC

svn commit: r903088 - in /geronimo/sandbox/failover: controller-as-repo/pom.xml deps/pom.xml pom.xml

Author: genspring
Date: Tue Jan 26 05:47:43 2010
New Revision: 903088

URL: http://svn.apache.org/viewvc?rev=903088&view=rev
Log:
Grouping failover modules into a single maven pom.

Added:
    geronimo/sandbox/failover/pom.xml   (with props)
Modified:
    geronimo/sandbox/failover/controller-as-repo/pom.xml
    geronimo/sandbox/failover/deps/pom.xml

Modified: geronimo/sandbox/failover/controller-as-repo/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/controller-as-repo/pom.xml?rev=903088&r1=903087&r2=903088&view=diff
==============================================================================
--- geronimo/sandbox/failover/controller-as-repo/pom.xml (original)
+++ geronimo/sandbox/failover/controller-as-repo/pom.xml Tue Jan 26 05:47:43 2010
@@ -3,6 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>controller-as-repo</artifactId>
+    <name>controller as repo config</name>
     <version>1.0-SNAPSHOT</version>
     <packaging>car</packaging>
 

Modified: geronimo/sandbox/failover/deps/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/deps/pom.xml?rev=903088&r1=903087&r2=903088&view=diff
==============================================================================
--- geronimo/sandbox/failover/deps/pom.xml (original)
+++ geronimo/sandbox/failover/deps/pom.xml Tue Jan 26 05:47:43 2010
@@ -3,6 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.tmp</groupId>
     <artifactId>deps</artifactId>
+    <name>failover dependencies jar</name>
     <version>2.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 

Added: geronimo/sandbox/failover/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/failover/pom.xml?rev=903088&view=auto
==============================================================================
--- geronimo/sandbox/failover/pom.xml (added)
+++ geronimo/sandbox/failover/pom.xml Tue Jan 26 05:47:43 2010
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+    
+       http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    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>
+   
+    <groupId>org.apache.geronimo.failover</groupId>
+    <artifactId>modules</artifactId>
+    <name>failover modules pom</name>
+    <packaging>pom</packaging>
+    <version>1.0-SNAPSHOT</version>
+    <dependencies>
+    </dependencies>
+    
+    <modules>
+        <module>controller-as-repo</module>
+        <module>deps</module>
+        <module>failover-tomcat-demo</module>
+        <module>geronimo-tomcat-farm-controller</module>
+        <module>load-beans</module>
+    </modules>
+
+</project>

Propchange: geronimo/sandbox/failover/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native