You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/01/20 19:14:39 UTC

svn commit: r613641 - in /geronimo/server/trunk/framework: configs/pom.xml modules/pom.xml pom.xml

Author: jdillon
Date: Sun Jan 20 10:14:37 2008
New Revision: 613641

URL: http://svn.apache.org/viewvc?rev=613641&view=rev
Log:
Pom tidy

Modified:
    geronimo/server/trunk/framework/configs/pom.xml
    geronimo/server/trunk/framework/modules/pom.xml
    geronimo/server/trunk/framework/pom.xml

Modified: geronimo/server/trunk/framework/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/pom.xml?rev=613641&r1=613640&r2=613641&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/pom.xml Sun Jan 20 10:14:37 2008
@@ -15,19 +15,24 @@
     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</groupId>
         <artifactId>geronimo</artifactId>
         <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
+    
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>configs</artifactId>
     <name>Geronimo Configs</name>
     <packaging>pom</packaging>
+    
     <properties>
         <!-- This property is required by the car:package mojo -->
         <geronimoVersion>${version}</geronimoVersion>
@@ -66,9 +71,28 @@
         <PlanORBSunSSLPort>2001</PlanORBSunSSLPort>
         <PlanJMXPort>9999</PlanJMXPort>
     </properties>
+    
+    <modules>
+        <module>geronimo-gbean-deployer</module>
+        <module>geronimo-gbean-deployer-bootstrap</module>
+        <module>xmlbeans</module>
+        <module>client-system</module>
+        <module>j2ee-security</module>
+        <module>j2ee-system</module>
+        <module>jee-specs</module>
+        <module>jsr88-cli</module>
+        <module>jsr88-deploymentfactory</module>
+        <module>offline-deployer</module>
+        <module>online-deployer</module>
+        <module>rmi-naming</module>
+        <module>plugin</module>
+        <module>server-security-config</module>
+        <module>shutdown</module>
+        <module>upgrade-cli</module>
+    </modules>
+    
     <build>
         <!--
-
         NOTE: Don't add to extentions here, or JCL will freak out about multipule versions.
 
         <extensions>
@@ -93,10 +117,10 @@
                     </archive>
                     <osiApproved>true</osiApproved>
                     <!--
-                                        <useMavenDependencies>
-                                            <value>true</value>
-                                            <includeVersion>true</includeVersion>
-                                        </useMavenDependencies>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
                     -->
                     <commonInstance>
                         <plugin-artifact>
@@ -113,22 +137,5 @@
             </plugin>
         </plugins>
     </build>
-    <modules>
-      <module>geronimo-gbean-deployer</module>
-      <module>geronimo-gbean-deployer-bootstrap</module>
-      <module>xmlbeans</module>
-        <module>client-system</module>
-        <module>j2ee-security</module>
-        <module>j2ee-system</module>
-        <module>jee-specs</module>
-        <module>jsr88-cli</module>
-        <module>jsr88-deploymentfactory</module>
-        <module>offline-deployer</module>
-        <module>online-deployer</module>
-        <module>rmi-naming</module>
-        <module>plugin</module>
-        <module>server-security-config</module>
-        <module>shutdown</module>
-        <module>upgrade-cli</module>
-    </modules>
+
 </project>

Modified: geronimo/server/trunk/framework/modules/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/pom.xml?rev=613641&r1=613640&r2=613641&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/pom.xml Sun Jan 20 10:14:37 2008
@@ -14,7 +14,11 @@
     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">
+-->
+
+<!-- $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>
     
@@ -22,8 +26,8 @@
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
         <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
+    
     <groupId>org.apache.geronimo.modules</groupId>
     <artifactId>modules</artifactId>
     <name>Geronimo :: Modules</name>
@@ -61,7 +65,7 @@
         <module>geronimo-transformer</module>
         <module>geronimo-upgrade</module>
         <module>geronimo-util</module>
-    <module>geronimo-plugin</module>
-  </modules>
+        <module>geronimo-plugin</module>
+    </modules>
     
 </project>

Modified: geronimo/server/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/pom.xml?rev=613641&r1=613640&r2=613641&view=diff
==============================================================================
--- geronimo/server/trunk/framework/pom.xml (original)
+++ geronimo/server/trunk/framework/pom.xml Sun Jan 20 10:14:37 2008
@@ -14,7 +14,10 @@
     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$ -->
+-->
+
+<!-- $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>
@@ -23,13 +26,12 @@
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
         <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
+
     <groupId>org.apache.geronimo.modules</groupId>
     <artifactId>framework</artifactId>
     <name>Geronimo :: Framework</name>
     <packaging>pom</packaging>
-    
     
     <modules>
         <module>modules</module>