You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2006/06/03 21:42:18 UTC

svn commit: r411465 [1/2] - in /geronimo/trunk: ./ configs/ configs/axis-deployer/ configs/axis/ configs/client-deployer/ configs/client-security/ configs/client-system/ configs/client/ configs/directory/ configs/geronimo-gbean-deployer/ configs/hot-de...

Author: djencks
Date: Sat Jun  3 12:42:16 2006
New Revision: 411465

URL: http://svn.apache.org/viewvc?rev=411465&view=rev
Log:
GERONIMO-2071 add PluginBootstrap2, fix packaging plugin, add configs poms, remove stax dependency

Added:
    geronimo/trunk/configs/axis-deployer/pom.xml   (with props)
    geronimo/trunk/configs/axis/pom.xml   (with props)
    geronimo/trunk/configs/client-deployer/pom.xml   (with props)
    geronimo/trunk/configs/client-security/pom.xml   (with props)
    geronimo/trunk/configs/client-system/pom.xml   (with props)
    geronimo/trunk/configs/client/pom.xml   (with props)
    geronimo/trunk/configs/directory/pom.xml   (with props)
    geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml   (with props)
    geronimo/trunk/configs/hot-deployer/pom.xml   (with props)
    geronimo/trunk/configs/j2ee-deployer/pom.xml   (with props)
    geronimo/trunk/configs/j2ee-security/pom.xml   (with props)
    geronimo/trunk/configs/j2ee-server/pom.xml   (with props)
    geronimo/trunk/configs/j2ee-system/pom.xml   (with props)
    geronimo/trunk/configs/ldap-realm/pom.xml   (with props)
    geronimo/trunk/configs/online-deployer/pom.xml   (with props)
    geronimo/trunk/configs/openejb-deployer/pom.xml   (with props)
    geronimo/trunk/configs/pom.xml   (with props)
    geronimo/trunk/configs/rmi-naming/pom.xml   (with props)
    geronimo/trunk/configs/sharedlib/pom.xml   (with props)
    geronimo/trunk/configs/shutdown/pom.xml   (with props)
    geronimo/trunk/configs/system-database/pom.xml   (with props)
    geronimo/trunk/configs/tomcat-deployer/pom.xml   (with props)
    geronimo/trunk/configs/tomcat/pom.xml   (with props)
    geronimo/trunk/configs/unavailable-client-deployer/pom.xml   (with props)
    geronimo/trunk/configs/unavailable-ejb-deployer/pom.xml   (with props)
    geronimo/trunk/configs/unavailable-webservices-deployer/pom.xml   (with props)
    geronimo/trunk/configs/upgrade-cli/pom.xml   (with props)
    geronimo/trunk/configs/upgrade/pom.xml   (with props)
    geronimo/trunk/modules/deploy-tool/src/java/org/apache/geronimo/deployment/PluginBootstrap2.java   (with props)
Removed:
    geronimo/trunk/m2-plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilderShellMojo.jav
Modified:
    geronimo/trunk/m2-plugins/geronimo-packaging-plugin/pom.xml
    geronimo/trunk/m2-plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/MavenAttributeStore.java
    geronimo/trunk/m2-plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/MavenConfigStore.java
    geronimo/trunk/m2-plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilder.java
    geronimo/trunk/m2-plugins/geronimo-packaging-plugin/src/java/org/apache/geronimo/plugin/packaging/PackageBuilderShellMojo.java
    geronimo/trunk/modules/axis-builder/pom.xml
    geronimo/trunk/modules/client-builder/pom.xml
    geronimo/trunk/modules/connector-builder/pom.xml
    geronimo/trunk/modules/directory/pom.xml
    geronimo/trunk/modules/hot-deploy/pom.xml
    geronimo/trunk/modules/j2ee-builder/pom.xml
    geronimo/trunk/modules/j2ee-schema/pom.xml
    geronimo/trunk/modules/jetty-builder/pom.xml
    geronimo/trunk/modules/naming-builder/pom.xml
    geronimo/trunk/modules/security-builder/pom.xml
    geronimo/trunk/modules/service-builder/pom.xml
    geronimo/trunk/modules/test-ddbean/pom.xml
    geronimo/trunk/modules/tomcat-builder/pom.xml
    geronimo/trunk/modules/upgrade/pom.xml
    geronimo/trunk/modules/web-builder/pom.xml
    geronimo/trunk/pom.xml

Added: geronimo/trunk/configs/axis-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/axis-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/axis-deployer/pom.xml (added)
+++ geronimo/trunk/configs/axis-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>axis-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Axis Configuration for performing J2EE deployments</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis-builder</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-webservices</artifactId>
+        </dependency>
+        <!-- this should get openejb-core -->
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-pkgen-builder</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-core</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>tranql</groupId>
+            <artifactId>tranql</artifactId>
+            <version>${tranqlVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-web-builder</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/axis-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/axis-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/axis-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/axis/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/axis/pom.xml (added)
+++ geronimo/trunk/configs/axis/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>axis</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Axis Configuration for the J2EE Server</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/axis/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/axis/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/axis/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/client-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/client-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/client-deployer/pom.xml (added)
+++ geronimo/trunk/configs/client-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>client-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Configuration for Application Client Deployments</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+<!--
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+        </dependency>
+-->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-management</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-transaction</artifactId>
+        </dependency>
+        <!-- this will get g-j2ee-schema -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee-builder</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-client-builder</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-naming-builder</artifactId>
+        </dependency>
+        <!-- transitive -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-naming</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security-builder</artifactId>
+        </dependency>
+        <!-- transitive -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-webservices</artifactId>
+        </dependency>
+        
+       <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-connector-builder</artifactId>
+        </dependency>
+        <!-- transitive -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-connector</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-web-builder</artifactId>
+        </dependency>       
+
+        <!-- this should get openejb-core -->
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-pkgen-builder</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-core</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>tranql</groupId>
+            <artifactId>tranql</artifactId>
+            <version>${tranqlVersion}</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/client-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/client-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/client-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/client-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/client-security/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/client-security/pom.xml (added)
+++ geronimo/trunk/configs/client-security/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>client-security</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Security Configuration for the J2EE Client</name>
+
+    <properties>
+        <PlanHTTPPort>8080</PlanHTTPPort>
+        <PlanHTTPSPort>8443</PlanHTTPSPort>
+        <PlanOpenEJBPort>4201</PlanOpenEJBPort>
+        <PlanServerHostname>localhost</PlanServerHostname>
+        <PlanClientAddresses>127.0.0.1</PlanClientAddresses>
+        <PlanRemoteLoginPort>4242</PlanRemoteLoginPort>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <deploymentConfig>${gbeanDeployer},${j2eeDeployer}</deploymentConfig>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>client</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <!-- This is needed to make sure j2ee-deployer was built before -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <!-- not needed in m1 -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security</artifactId>
+        </dependency>
+<!--
+       <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-jmx-remoting</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-util</artifactId>
+        </dependency> -->
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/client-security/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/client-security/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/client-security/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/client-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/client-system/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/client-system/pom.xml (added)
+++ geronimo/trunk/configs/client-system/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>client-system</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>System Configuration for the J2EE Client</name>
+
+    <build>
+        <plugins>
+            <plugin>                
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <!-- uses default DeploymentConfig=geronimo-gbean-deployer -->
+                    <!-- written to Manifest.mf -->
+                    <classPath>../lib/geronimo-qname_1.1_spec-${geronimoSpecQnameVersion}.jar \
+    ../lib/geronimo-common-${geronimoVersion}.jar \
+    ../lib/geronimo-kernel-${geronimoVersion}.jar \
+    ../lib/geronimo-system-${geronimoVersion}.jar \
+    ../lib/geronimo-util-${geronimoVersion}.jar \
+    ../lib/cglib-nodep-${cglibVersion}.jar \
+    ../lib/commons-cli-${commonsCliVersion}.jar \
+    ../lib/commons-logging-${commonsLoggingVersion}.jar \
+    ../lib/log4j-${log4jVersion}.jar \
+    ../lib/mx4j-${mx4jVersion}.jar \
+    ../lib/mx4j-remote-${mx4jVersion}.jar \
+    ../lib/endorsed/xercesImpl-${xercesVersion}.jar \
+    ../lib/endorsed/xmlParserAPIs-${xmlParserApisVersion}.jar \
+    ../lib/xpp3-${xpp3Version}.jar \
+    ../lib/xstream-${xstreamVersion}.jar \</classPath>
+                     <mainClass>org.apache.geronimo.system.main.ClientCommandLine</mainClass>
+                     <!-- default endorsedDirs and extensionDirs -->
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+        </dependency>
+        <!-- To Do - are the deps of g-system needed in the plan.xml ? -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-system</artifactId>
+        </dependency>
+        <!-- need qname_spec ? -->
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>${xercesVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xmlParserAPIs</artifactId>
+            <version>${xmlParserApisVersion}</version>
+        </dependency>
+
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/client-system/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/client-system/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/client-system/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/client/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/client/pom.xml (added)
+++ geronimo/trunk/configs/client/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>client</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Configuration for the J2EE Client</name>
+
+    <properties>
+        <PlanHTTPPort>8080</PlanHTTPPort>
+        <PlanHTTPSPort>8443</PlanHTTPSPort>
+        <PlanNamingPort>1099</PlanNamingPort>
+        <PlanOpenEJBPort>4201</PlanOpenEJBPort>
+        <PlanServerHostname>localhost</PlanServerHostname>
+        <PlanClientAddresses>127.0.0.1</PlanClientAddresses>
+        <PlanRemoteLoginPort>4242</PlanRemoteLoginPort>
+    </properties>
+
+    <build>
+        <plugins>
+            <!-- This plugin needed to support package type car -->
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>                  
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent config -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>client-system</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency> 
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-activation</artifactId>
+        </dependency>
+        <!-- connector deploys jsr77 beans hence needs j2ee, mgmt -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-connector</artifactId>
+        </dependency>
+        <!-- ThreadPool -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-core</artifactId>
+        </dependency>
+        <!-- ?????? -->
+        <!--
+            for property editor support for some login modules/principals 
+        
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-common</artifactId>
+        </dependency> -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-naming</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-management</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-transaction</artifactId>
+        </dependency>
+        <!-- ??? 
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security</artifactId>
+        </dependency> -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-client</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-webservices</artifactId>
+        </dependency>
+        <!-- geronimo-spec-corba, geronimo-j2ee_1.4_spec -->
+        <!-- openejb-core, tranql, asm, activemq, activeio, scout, juddi, 
+             concurrent, jdom -->
+        <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-corba</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/client/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/client/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/client/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/directory/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/directory/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/directory/pom.xml (added)
+++ geronimo/trunk/configs/directory/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>directory</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Directory Configuration</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-directory</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/directory/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/directory/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/directory/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml (added)
+++ geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>geronimo-gbean-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Geronimo Configuration for performing service deployments</name>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <boot>true</boot>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- needed by the plan -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-deployment</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-service-builder</artifactId>
+        </dependency>
+        <!-- bootstrap -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-deploy-tool</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/geronimo-gbean-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/hot-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/hot-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/hot-deployer/pom.xml (added)
+++ geronimo/trunk/configs/hot-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>hot-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Hot Deployer</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent configurations -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>rmi-naming</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <!-- needs ref cars -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-hot-deploy</artifactId>
+            <version>${geronimoVersion}</version>
+        </dependency>
+        <!-- should have deploy-tool, deploy-jsr88, j2ee-deployment_spec as T dep -->
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/hot-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/hot-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/hot-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/j2ee-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/j2ee-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/j2ee-deployer/pom.xml (added)
+++ geronimo/trunk/configs/j2ee-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>j2ee-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Configuration for performing J2EE deployments</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- why is this a parent ? -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <!-- import the classes ???? -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee-schema</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-client</artifactId>
+        </dependency>
+        <!-- need transaction, core, j2ee-schema, management -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-naming-builder</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee-builder</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-web-builder</artifactId>
+        </dependency>
+        <!-- this should get connector -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-connector-builder</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security-builder</artifactId>
+        </dependency>
+        <!-- webservices, naming -->
+        <!-- why is this spec not in the classpath ?? -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/j2ee-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/j2ee-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/j2ee-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/j2ee-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/j2ee-security/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/j2ee-security/pom.xml (added)
+++ geronimo/trunk/configs/j2ee-security/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>j2ee-security</artifactId>
+    <!-- change this to server-security -->
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Security Configuration for the J2EE server</name>
+
+    <properties>
+        <PlanHTTPPort>8080</PlanHTTPPort>
+        <PlanHTTPSPort>8443</PlanHTTPSPort>
+        <PlanNamingPort>1099</PlanNamingPort>
+        <PlanJMXPort>9999</PlanJMXPort>
+        <PlanOpenEJBPort>4201</PlanOpenEJBPort>
+        <PlanServerHostname>localhost</PlanServerHostname>
+        <PlanClientAddresses>127.0.0.1</PlanClientAddresses>
+        <PlanRemoteLoginPort>4242</PlanRemoteLoginPort>
+    </properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <deploymentConfig>${gbeanDeployer},${j2eeDeployer}</deploymentConfig>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>rmi-naming</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+<!--
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+-->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-security</artifactId>
+        </dependency>
+
+        <!-- These 2 need to be in plan.xml ????? -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>activeio</groupId>
+            <artifactId>activeio</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-jmx-remoting</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-util</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/j2ee-security/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/j2ee-security/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/j2ee-security/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/j2ee-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/j2ee-server/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/j2ee-server/pom.xml (added)
+++ geronimo/trunk/configs/j2ee-server/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>j2ee-server</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Server Configuration for the J2EE Server</name>
+
+    <build>
+        <plugins>
+            <!-- This plugin needed to support package type car -->
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent config -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>rmi-naming</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+<!--        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>  -->
+
+        <!-- ThreadPool -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-core</artifactId>
+        </dependency>
+        <!-- ?????? -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-common</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-connector</artifactId>
+        </dependency>
+        <!-- transitive -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-transaction</artifactId>
+        </dependency>
+        <!-- transitive -->
+        <dependency>
+            <groupId>howl</groupId>
+            <artifactId>howl-logger</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm</artifactId>
+        </dependency>
+
+<!-- comming from rmi-naming - core, all the specs 
+        <dependency> 
+            <groupId>activeio</groupId>
+            <artifactId>activeio</artifactId>
+        </dependency> -->
+ 
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-webservices</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/j2ee-server/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/j2ee-server/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/j2ee-server/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/j2ee-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/j2ee-system/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/j2ee-system/pom.xml (added)
+++ geronimo/trunk/configs/j2ee-system/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>j2ee-system</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>System Configuration for the J2EE Server</name>
+    <build>
+        <plugins>
+            <plugin>
+                
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <!-- uses default DeploymentConfig=geronimo-gbean-deployer -->
+                    <!-- written to Manifest.mf -->
+                    <classPath>\
+    ../lib/geronimo-qname_1.1_spec-${geronimoSpecQnameVersion}.jar \
+    ../lib/geronimo-common-${geronimoVersion}.jar \
+    ../lib/geronimo-kernel-${geronimoVersion}.jar \
+    ../lib/geronimo-system-${geronimoVersion}.jar \
+    ../lib/geronimo-util-${geronimoVersion}.jar \
+    ../lib/cglib-nodep-${cglibVersion}.jar \
+    ../lib/commons-cli-${commonsCliVersion}.jar \
+    ../lib/commons-logging-${commonsLoggingVersion}.jar \
+    ../lib/log4j-${log4jVersion}.jar \
+    ../lib/mx4j-${mx4jVersion}.jar \
+    ../lib/mx4j-remote-${mx4jVersion}.jar \
+    ../lib/endorsed/xercesImpl-${xercesVersion}.jar \
+    ../lib/endorsed/xmlParserAPIs-${xmlParserApisVersion}.jar \
+    ../lib/xpp3-${xpp3Version}.jar \
+    ../lib/xstream-${xstreamVersion}.jar</classPath>
+                     <mainClass>org.apache.geronimo.system.main.Daemon</mainClass>
+                     <logLevel>DEBUG</logLevel>
+                     <!-- default endorsedDirs and extensionDirs -->
+                     <!-- default explicitResolutionLocation -->
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- uses geronimo-gbean-deployer by default -->
+        <!-- this forces gbean-deployer to be built before j2ee-system -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <!-- dependencies referenced in the plan g-k, g-common -->
+        <!-- g-common, g-kernel, cglib, commons-logging, log4j,
+             mx4j, mx4j-remote, g-qname_spec, xercesImpl, xmlParserAPIS,
+             xstream, xpp3 comming from this -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-system</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/j2ee-system/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/j2ee-system/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/j2ee-system/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/ldap-realm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/ldap-realm/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/ldap-realm/pom.xml (added)
+++ geronimo/trunk/configs/ldap-realm/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>ldap-realm</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>LDAP Security Realm</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-security</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>directory</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/ldap-realm/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/ldap-realm/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/ldap-realm/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/online-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/online-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/online-deployer/pom.xml (added)
+++ geronimo/trunk/configs/online-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>online-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Online Deployer Configuration</name>
+    <!-- This is deployer.jar -->
+    <build>
+        <plugins>
+            <plugin>                
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <!-- uses default DeploymentConfig=geronimo-gbean-deployer -->
+                    <!-- written to Manifest.mf -->
+                    <classPath>../lib/geronimo-deployment-${geronimoVersion}.jar \
+    ../lib/xpp3-${xpp3_version}.jar \
+    ../lib/xstream-${xstream_version}.jar \
+    ../lib/geronimo-deploy-jsr88-${geronimoVersion}.jar \
+    ../lib/geronimo-deploy-tool-${geronimoVersion}.jar \
+    ../lib/geronimo-j2ee-deployment_${geronimoSpecJ2eeDeploymentVersion}_spec.jar \
+    ../lib/geronimo-common-${geronimoVersion}.jar \
+    ../lib/geronimo-kernel-${geronimoVersion}.jar \
+    ../lib/geronimo-system-${geronimoVersion}.jar \
+    ../lib/geronimo-util-${geronimoVersion}.jar \
+    ../lib/cglib-nodep-${cglibVersion}.jar \
+    ../lib/commons-cli-${commonsCliVersion}.jar \
+    ../lib/commons-logging-${commonsLoggingVersion}.jar \
+    ../lib/log4j-${log4jVersion}.jar \
+    ../lib/mx4j-${mx4jVersion}.jar \
+    ../lib/mx4j-remote-${mx4jVersion}.jar</classPath>
+                     <mainClass>org.apache.geronimo.deployment.cli.DeployTool</mainClass>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <!-- none -->
+</project>

Propchange: geronimo/trunk/configs/online-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/online-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/online-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/openejb-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/openejb-deployer/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/openejb-deployer/pom.xml (added)
+++ geronimo/trunk/configs/openejb-deployer/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>openejb-deployer</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>openejb Configuration for performing J2EE deployments</name>
+    <build>
+        <plugins>
+            <plugin>
+                <!-- uses geronimo-gbean-deployer -->
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <!-- import the classes ???? -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-axis-builder</artifactId>
+        </dependency>
+        <!-- this should get openejb -->
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-builder</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-pkgen-builder</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>openejb</groupId>
+            <artifactId>openejb-core</artifactId>
+            <version>${openejbVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-web-builder</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/openejb-deployer/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/openejb-deployer/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/openejb-deployer/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/pom.xml (added)
+++ geronimo/trunk/configs/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  
+    Copyright 2006 The Apache Software Foundation
+    
+    Licensed 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>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.geronimo</groupId>
+    <artifactId>geronimo-parent</artifactId>
+    <version>1.2-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.geronimo.configs</groupId>
+  <artifactId>configs-parent</artifactId>
+  <version>1.2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Geronimo Configs</name>
+  <description>Geronimo Configs</description>
+  <properties>
+      <pom.currentVersion>${pom.version}</pom.currentVersion>
+      <!-- add from etc/explicit_version.properties here to use filter-->
+      <gbeanDeployer>org.apache.geronimo.configs/geronimo-gbean-deployer/${geronimoVersion}/car</gbeanDeployer>
+      <j2eeDeployer>org.apache.geronimo.configs/j2ee-deployer/${geronimoVersion}/car</j2eeDeployer>
+      <clientDeployer>org.apache.geronimo.configs/client-deployer/${geronimoVersion}/car</clientDeployer>
+      <openejbDeployer>org.apache.geronimo.configs/openejb-deployer/${geronimoVersion}/car</openejbDeployer>
+      <axisDeployer>org.apache.geronimo.configs/axis-deployer/${geronimoVersion}/car</axisDeployer> 
+      <tomcatDeployer>org.apache.geronimo.configs/tomcat-deployer/${geronimoVersion}/car</tomcatDeployer>
+
+<j2eeTomcatServer>org.apache.geronimo.configs/geronimo-gbean-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/j2ee-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/tomcat-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/client-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/openejb-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/axis-deployer/${geronimoVersion}/car</j2eeTomcatServer>
+<j2eeJettyServer>org.apache.geronimo.configs/geronimo-gbean-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/j2ee-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/jetty-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/client-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/openejb-deployer/${geronimoVersion}/car,org.apache.geronimo.configs/axis-deployer/${geronimoVersion}/car</j2eeJettyServer>
+  </properties>
+  <build>
+    <pluginManagement>
+      <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <version>${geronimoPackagingPluginVersion}</version>
+            </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <profiles>
+    <profile>
+      <id>default</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
+<!--          <module>activemq</module>
+          <module>activemq-broker</module> -->
+          <module>axis</module>
+          <module>axis-deployer</module>
+          <module>client</module>
+<!--          <module>client-corba</module> -->
+          <module>client-deployer</module>
+          <module>client-security</module>
+          <module>client-system</module>
+<!--          <module>console-jetty</module>
+          <module>console-tomcat</module>
+          <module>daytrader-jetty</module>
+          <module>daytrader-tomcat</module> -->
+          <module>directory</module>
+          <module>geronimo-gbean-deployer</module>
+          <module>hot-deployer</module>
+<!--          <module>j2ee-corba</module> -->
+          <module>j2ee-deployer</module>
+          <module>j2ee-security</module>
+          <module>j2ee-server</module>
+          <module>j2ee-system</module>
+<!--          <module>javamail</module>
+          <module>jetty</module>
+          <module>jetty-deployer</module>
+          <module>jsp-examples-jetty</module>
+          <module>jsp-examples-tomcat</module>
+          <module>ldap-demo-jetty</module>
+          <module>ldap-demo-tomcat</module> -->
+          <module>ldap-realm</module>
+          <module>online-deployer</module>
+<!--          <module>openejb</module> -->
+          <module>openejb-deployer</module>
+<!--          <module>remote-deploy-jetty</module>
+          <module>remote-deploy-tomcat</module> -->
+          <module>rmi-naming</module>
+<!--          <module>servlets-examples-jetty</module>
+          <module>servlets-examples-tomcat</module> -->
+          <module>sharedlib</module>
+          <module>shutdown</module>
+          <module>system-database</module>
+          <module>tomcat</module>
+          <module>tomcat-deployer</module>
+<!--          <module>uddi-jetty</module>
+          <module>uddi-tomcat</module> -->
+          <module>unavailable-client-deployer</module>
+          <module>unavailable-ejb-deployer</module>
+          <module>unavailable-webservices-deployer</module>
+          <module>upgrade</module>
+          <module>upgrade-cli</module>
+<!--          <module>welcome-jetty</module>
+          <module>welcome-tomcat</module> -->
+      </modules>
+    </profile>
+    <profile>
+      <id>singlemodule</id>
+      <activation>
+        <property>
+          <name>module</name>
+        </property>
+      </activation>
+      <modules>
+         <module>${module}</module>
+      </modules>
+    </profile>
+  </profiles>
+</project>

Propchange: geronimo/trunk/configs/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/rmi-naming/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/rmi-naming/pom.xml (added)
+++ geronimo/trunk/configs/rmi-naming/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>rmi-naming</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>RMI Naming configuration</name>
+    <properties>
+        <PlanServerHostname>localhost</PlanServerHostname>
+        <PlanNamingPort>1099</PlanNamingPort>
+    </properties>
+    <build>
+        <plugins>
+            <!-- This plugin needed to support package type car -->
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent config -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-system</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+        <!-- geronimo-gbean-deployer provided -->
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-management</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-core</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-naming</artifactId>
+        </dependency>
+        <!-- transaction, security, util, webservices, concurrent, 
+        howl-logger, activeio already in j2ee-system -->
+        <dependency>
+            <groupId>concurrent</groupId>
+            <artifactId>concurrent</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/rmi-naming/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/rmi-naming/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/rmi-naming/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/sharedlib/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/sharedlib/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/sharedlib/pom.xml (added)
+++ geronimo/trunk/configs/sharedlib/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>sharedlib</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Shared Library GBean</name>
+
+    <build>
+        <plugins>
+            <!-- This plugin needed to support package type car -->
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>                 
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent config -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>rmi-naming</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/sharedlib/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/sharedlib/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/sharedlib/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/shutdown/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/shutdown/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/shutdown/pom.xml (added)
+++ geronimo/trunk/configs/shutdown/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>shutdown</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>Shutdown Configuration</name>
+    <build>
+        <plugins>
+            <plugin>                
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <!-- uses default DeploymentConfig=geronimo-gbean-deployer -->
+                    <!-- written to Manifest.mf -->
+                    <classPath>../lib/geronimo-deploy-tool-${geronimoVersion}.jar \
+    ../lib/geronimo-common-${geronimoVersion}.jar \
+    ../lib/geronimo-kernel-${geronimoVersion}.jar \
+    ../lib/geronimo-system-${geronimoVersion}.jar \
+    ../lib/geronimo-util-${geronimoVersion}.jar \
+    ../lib/cglib-nodep-${cglibVersion}.jar \
+    ../lib/commons-cli-${commonsCliVersion}.jar \
+    ../lib/commons-logging-${commonsLoggingVersion}.jar \
+    ../lib/log4j-${log4jVersion}.jar \
+    ../lib/mx4j-${mx4jVersion}.jar \
+    ../lib/mx4j-remote-${mx4jVersion}.jar</classPath>
+                     <mainClass>org.apache.geronimo.deployment.cli.StopServer</mainClass>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <!-- none -->
+</project>

Propchange: geronimo/trunk/configs/shutdown/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/shutdown/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/shutdown/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/trunk/configs/system-database/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/system-database/pom.xml?rev=411465&view=auto
==============================================================================
--- geronimo/trunk/configs/system-database/pom.xml (added)
+++ geronimo/trunk/configs/system-database/pom.xml Sat Jun  3 12:42:16 2006
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  
+  Copyright 2006 The Apache Software Foundation
+  
+  Licensed 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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.geronimo.configs</groupId>
+        <artifactId>configs-parent</artifactId>
+        <version>1.2-SNAPSHOT</version>
+    </parent>
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>system-database</artifactId>
+    <version>${geronimoVersion}</version>
+    <packaging>car</packaging>
+    <name>System Database Configuration for the J2EE Server</name>
+
+    <properties>
+        <PlanHTTPPort>8080</PlanHTTPPort>
+        <PlanHTTPSPort>8443</PlanHTTPSPort>
+        <PlanOpenEJBPort>4201</PlanOpenEJBPort>
+        <PlanServerHostname>localhost</PlanServerHostname>
+        <PlanClientAddresses>127.0.0.1</PlanClientAddresses>
+        <PlanRemoteLoginPort>4242</PlanRemoteLoginPort>
+    </properties>
+    <build>
+        <plugins>
+            <!-- This plugin needed to support package type car -->
+            <plugin>
+                <groupId>org.apache.geronimo.plugins</groupId>
+                <artifactId>geronimo-packaging-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <deploymentConfig>${gbeanDeployer},${j2eeDeployer},${clientDeployer},${openejbDeployer},${axisDeployer}</deploymentConfig>
+                    <moduleFile>${settings.localRepository}/tranql/tranql-connector-derby-embed-xa/${tranqlVendorsVersion}/tranql-connector-derby-embed-xa-${tranqlVendorsVersion}.rar</moduleFile>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+
+    <dependencies>
+        <!-- parent config -->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${geronimoVersion}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-derby</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-timer</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derbynet</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>tranql</groupId>
+            <artifactId>tranql-connector-derby-embed-xa</artifactId>
+            <version>${tranqlVendorsVersion}</version>
+            <type>rar</type>
+        </dependency>
+    </dependencies>
+</project>

Propchange: geronimo/trunk/configs/system-database/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/trunk/configs/system-database/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/trunk/configs/system-database/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml