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/31 15:55:08 UTC

svn commit: r590692 - in /geronimo/server/trunk/framework/modules: geronimo-cli/ geronimo-commands/ geronimo-common/ geronimo-core/ geronimo-deploy-config/ geronimo-deploy-jsr88-bootstrapper/ geronimo-deploy-jsr88/ geronimo-deploy-tool/ geronimo-deploy...

Author: prasad
Date: Wed Oct 31 07:55:06 2007
New Revision: 590692

URL: http://svn.apache.org/viewvc?rev=590692&view=rev
Log:
* <name>Geronimo Modules :: foo</name>

Modified:
    geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-common/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-core/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-management/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-security/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml
    geronimo/server/trunk/framework/modules/geronimo-util/pom.xml

Modified: geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml Wed Oct 31 07:55:06 2007
@@ -1,56 +1,56 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  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: 510485 $ $Date: 2007-02-23 00:02:44 +1100 (Fri, 23 Feb 2007) $ -->
-
-<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.modules</groupId>
-        <artifactId>modules</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>geronimo-cli</artifactId>
-    <name>Geronimo :: CLI</name>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-cli</groupId>
-            <artifactId>commons-cli</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>com.agical.rmock</groupId>
-            <artifactId>rmock</artifactId>
-        </dependency>
-
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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: 510485 $ $Date: 2007-02-23 00:02:44 +1100 (Fri, 23 Feb 2007) $ -->
+
+<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.modules</groupId>
+        <artifactId>modules</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>geronimo-cli</artifactId>
+    <name>Geronimo Modules :: CLI</name>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>com.agical.rmock</groupId>
+            <artifactId>rmock</artifactId>
+        </dependency>
+
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-commands</artifactId>
-    <name>Geronimo :: Commands</name>
+    <name>Geronimo Modules :: Commands</name>
 
     <dependencies>
         <dependency>

Modified: geronimo/server/trunk/framework/modules/geronimo-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-common/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-common/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-common/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-common</artifactId>
-    <name>Geronimo :: Common</name>
+    <name>Geronimo Modules :: Common</name>
     
     <dependencies>
         

Modified: geronimo/server/trunk/framework/modules/geronimo-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-core/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-core/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-core/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-core</artifactId>
-    <name>Geronimo :: Core</name>
+    <name>Geronimo Modules :: Core</name>
 
     <dependencies>
     

Modified: geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-deploy-config</artifactId>
-    <name>Geronimo :: Deploy :: Common Config</name>
+    <name>Geronimo Modules :: Deploy :: Common Config</name>
     
     <description>
         The deployment module contains basic infrastructure and base classes for 

Modified: geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml Wed Oct 31 07:55:06 2007
@@ -1,51 +1,51 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    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: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 2007) $ -->
-
-<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.modules</groupId>
-        <artifactId>modules</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
-    <name>Geronimo :: Deploy :: JSR-88 Bootstrapper</name>
-    
-    <dependencies>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
-        </dependency>
-        
-    </dependencies>
-
-</project>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 2007) $ -->
+
+<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.modules</groupId>
+        <artifactId>modules</artifactId>
+        <version>2.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
+    <name>Geronimo Modules :: Deploy :: JSR-88 Bootstrapper</name>
+    
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
+        </dependency>
+        
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-deploy-jsr88</artifactId>
-    <name>Geronimo :: Deploy :: JSR-88</name>
+    <name>Geronimo Modules :: Deploy :: JSR-88</name>
     
     <dependencies>
         

Modified: geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-deploy-tool</artifactId>
-    <name>Geronimo :: Deploy :: CLI Tool</name>
+    <name>Geronimo Modules :: Deploy :: CLI Tool</name>
     
     <dependencies>
         

Modified: geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-deployment</artifactId>
-    <name>Geronimo :: Deployment</name>
+    <name>Geronimo Modules :: Deployment</name>
     
     <dependencies>
         

Modified: geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,6 +30,6 @@
     </parent>
     
     <artifactId>geronimo-interceptor</artifactId>
-    <name>Geronimo :: Interceptor</name>
+    <name>Geronimo Modules :: Interceptor</name>
 
 </project>

Modified: geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-j2ee</artifactId>
-    <name>Geronimo :: J2EE</name>
+    <name>Geronimo Modules :: J2EE</name>
     
     <dependencies>
         

Modified: geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-jdbc</artifactId>
-    <name>Geronimo :: JDBC</name>
+    <name>Geronimo Modules :: JDBC</name>
     
     <description>Database driver that delegates to a DataSource from jndi.</description>
     

Modified: geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-jmx-remoting</artifactId>
-    <name>Geronimo :: JMX Remoting</name>
+    <name>Geronimo Modules :: JMX Remoting</name>
     
     <description>
         Provides remote access to a Geronimo server using JSR 160 JMX Remoting.

Modified: geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-kernel</artifactId>
-    <name>Geronimo :: Kernel</name>
+    <name>Geronimo Modules :: Kernel</name>
     
     <dependencies>
         <dependency>

Modified: geronimo/server/trunk/framework/modules/geronimo-management/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-management/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-management/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-management/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-management</artifactId>
-    <name>Geronimo :: Management API</name>
+    <name>Geronimo Modules :: Management API</name>
     
     <description>
         Contains interfaces that define the management API for Geronimo.

Modified: geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-naming</artifactId>
-    <name>Geronimo :: Naming</name>
+    <name>Geronimo Modules :: Naming</name>
     
     <dependencies>
         <dependency>

Modified: geronimo/server/trunk/framework/modules/geronimo-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-security/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-security/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-security/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-security</artifactId>
-    <name>Geronimo :: Security</name>
+    <name>Geronimo Modules :: Security</name>
     
     <dependencies>
         

Modified: geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml Wed Oct 31 07:55:06 2007
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>geronimo-service-builder</artifactId>
-    <name>Geronimo :: Service :: Builder</name>
+    <name>Geronimo Modules :: Service :: Builder</name>
     
     <dependencies>
 

Modified: geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-system/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-system</artifactId>
-    <name>Geronimo :: System</name>
+    <name>Geronimo Modules :: System</name>
 
     <dependencies>
         <dependency>

Modified: geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,6 +30,6 @@
     </parent>
 
     <artifactId>geronimo-transformer</artifactId>
-    <name>Geronimo :: Transformer</name>
+    <name>Geronimo Modules :: Transformer</name>
 </project>
 

Modified: geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-upgrade</artifactId>
-    <name>Geronimo :: Upgrade</name>
+    <name>Geronimo Modules :: Upgrade</name>
     
     <dependencies>
 

Modified: geronimo/server/trunk/framework/modules/geronimo-util/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-util/pom.xml?rev=590692&r1=590691&r2=590692&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-util/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-util/pom.xml Wed Oct 31 07:55:06 2007
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>geronimo-util</artifactId>
-    <name>Geronimo :: Util</name>
+    <name>Geronimo Modules :: Util</name>
     
     <dependencies>