Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 3459 invoked from network); 22 Jan 2008 23:01:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2008 23:01:40 -0000 Received: (qmail 86378 invoked by uid 500); 22 Jan 2008 23:01:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 86228 invoked by uid 500); 22 Jan 2008 23:01:29 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 86025 invoked by uid 99); 22 Jan 2008 23:01:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 15:01:27 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 23:01:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 696EB1A984D; Tue, 22 Jan 2008 15:01:13 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r614367 [4/8] - in /geronimo/server/trunk: ./ applications/ applications/ca-helper/ca-helper-jetty/ applications/ca-helper/ca-helper-tomcat/ applications/ca-helper/geronimo-ca-helper/ applications/geronimo-uddi-db/ applications/mejb/ applic... Date: Tue, 22 Jan 2008 23:00:03 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080122230113.696EB1A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-cli/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,29 +1,29 @@ - + - + 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -34,7 +34,7 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-commands/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ - + @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -33,7 +33,7 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} @@ -70,8 +70,9 @@ org.codehaus.groovy groovy-all + - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-cli ${version} @@ -81,8 +82,9 @@ + - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-deploy-tool ${version} 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-common/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-common/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -32,13 +32,11 @@ Geronimo Framework, Modules :: Common - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-core/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-core/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -32,19 +32,17 @@ Geronimo Framework, Modules :: Core - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-management ${version} - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-deploy-config/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ - + @@ -23,13 +23,13 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT geronimo-deploy-config - Geronimo Framework, Modules :: Deploy :: Common Config + Geronimo Framework, Modules :: Deploy Config The deployment module contains basic infrastructure and base classes for @@ -38,7 +38,6 @@ - org.apache.xmlbeans xmlbeans @@ -53,7 +52,6 @@ org.apache.geronimo.specs geronimo-javaee-deployment_1.1MR3_spec - 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=614367&r1=614366&r2=614367&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 Tue Jan 22 14:59:41 2008 @@ -23,18 +23,17 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT geronimo-deploy-jsr88-bootstrapper - Geronimo Framework, Modules :: Deploy :: JSR-88 Bootstrapper + Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} @@ -43,7 +42,6 @@ org.apache.geronimo.specs geronimo-javaee-deployment_1.1MR3_spec - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,33 +23,32 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT geronimo-deploy-jsr88 - Geronimo Framework, Modules :: Deploy :: JSR-88 + Geronimo Framework, Modules :: Deploy JSR-88 - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} + - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-plugin ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-deploy-config ${version} - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-deploy-tool/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,16 +23,15 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT geronimo-deploy-tool - Geronimo Framework, Modules :: Deploy :: CLI Tool + Geronimo Framework, Modules :: Deploy Tool - org.apache.geronimo.specs geronimo-javaee-deployment_1.1MR3_spec @@ -40,19 +39,19 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-service-builder ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-cli ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-deploy-jsr88 ${version} @@ -61,7 +60,6 @@ jline jline - Modified: geronimo/server/trunk/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/OfflineDeployerStarter.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/OfflineDeployerStarter.java?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/OfflineDeployerStarter.java (original) +++ geronimo/server/trunk/framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/OfflineDeployerStarter.java Tue Jan 22 14:59:41 2008 @@ -43,7 +43,7 @@ * @version $Rev: 476049 $ $Date: 2006-11-17 15:35:17 +1100 (Fri, 17 Nov 2006) $ */ public class OfflineDeployerStarter { - private static final Artifact OFFLINE_DEPLOYER_ARTIFACT = new Artifact("org.apache.geronimo.configs", + private static final Artifact OFFLINE_DEPLOYER_ARTIFACT = new Artifact("org.apache.geronimo.framework", "offline-deployer", (String) null, "car"); 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-deployment/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -32,9 +32,8 @@ Geronimo Framework, Modules :: Deployment - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} @@ -53,7 +52,6 @@ xml-resolver xml-resolver - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-interceptor/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-j2ee/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -32,15 +32,14 @@ Geronimo Framework, Modules :: J2EE - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-management ${version} @@ -54,7 +53,6 @@ org.apache.xbean xbean-reflect - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-jdbc/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-jmx-remoting/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -36,13 +36,11 @@ - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-kernel/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ - + @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -109,20 +109,21 @@ - maven-remote-resources-plugin - - - - process - - - - org.apache:apache-jar-resource-bundle:1.0 - - - - + maven-remote-resources-plugin + + + + process + + + + org.apache:apache-jar-resource-bundle:1.0 + + + + + org.apache.geronimo.genesis.plugins tools-maven-plugin 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-management/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-management/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -36,9 +36,8 @@ - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} @@ -47,7 +46,6 @@ org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-naming/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -33,7 +33,7 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} Modified: geronimo/server/trunk/framework/modules/geronimo-plugin/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-plugin/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-plugin/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-plugin/pom.xml Tue Jan 22 14:59:41 2008 @@ -24,7 +24,7 @@ modules - org.apache.geronimo.modules + org.apache.geronimo.framework 2.1-SNAPSHOT @@ -32,15 +32,14 @@ Geronimo Framework, Modules :: Plugin - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-system ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} tests @@ -52,7 +51,6 @@ org.codehaus.plexus plexus-archiver - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-j2ee ${version} 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-service-builder/pom.xml Tue Jan 22 14:59:41 2008 @@ -22,38 +22,36 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT geronimo-service-builder - Geronimo Framework, Modules :: Service :: Builder + Geronimo Framework, Modules :: Service Builder - - ${pom.groupId} + org.apache.geronimo.framework geronimo-deployment ${version} - ${pom.groupId} + org.apache.geronimo.framework geronimo-deploy-config ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} tests test - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-system/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-system/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ - + @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -33,31 +33,31 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-cli ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-common ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-util ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} tests @@ -84,15 +84,16 @@ com.sun.xml.bind jaxb-impl + org.apache.geronimo.specs geronimo-stax-api_1.0_spec + woodstox wstx-asl - Modified: geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/ConfiguredEncryption.java URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/ConfiguredEncryption.java?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/ConfiguredEncryption.java (original) +++ geronimo/server/trunk/framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/util/ConfiguredEncryption.java Tue Jan 22 14:59:41 2008 @@ -45,12 +45,12 @@ * * To use, include something like this in the rmi-naming module of var/config/config.xml: * - * + * * var/security/ConfiguredSecretKey.ser * ServerInfo * * - * @version $Rev:$ $Date:$ + * @version $Rev$ $Date$ */ public class ConfiguredEncryption extends AbstractEncryption implements GBeanLifecycle { 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-transformer/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ - + @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-upgrade/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -32,14 +32,12 @@ Geronimo Framework, Modules :: Upgrade - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-service-builder ${version} - 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=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-util/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-util/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ - + @@ -23,7 +23,7 @@ 4.0.0 - org.apache.geronimo.modules + org.apache.geronimo.framework modules 2.1-SNAPSHOT @@ -32,12 +32,10 @@ Geronimo Framework, Modules :: Util - commons-logging commons-logging - Modified: geronimo/server/trunk/framework/modules/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/pom.xml (original) +++ geronimo/server/trunk/framework/modules/pom.xml Tue Jan 22 14:59:41 2008 @@ -28,19 +28,9 @@ 2.1-SNAPSHOT - org.apache.geronimo.modules modules Geronimo Framework, Modules pom - - - - org.apache.geronimo.testsupport - testsupport-common - ${version} - test - - geronimo-cli Modified: geronimo/server/trunk/framework/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/framework/pom.xml (original) +++ geronimo/server/trunk/framework/pom.xml Tue Jan 22 14:59:41 2008 @@ -33,6 +33,15 @@ Geronimo Framework pom + + + org.apache.geronimo.testsupport + testsupport-common + ${version} + test + + + modules configs Modified: geronimo/server/trunk/plugins/activemq/activemq-broker/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-broker/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-broker/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-broker/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,20 +23,19 @@ 4.0.0 - org.apache.geronimo.configs - configs + org.apache.geronimo.plugins + activemq 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.configs activemq-broker - Geronimo Configs :: ActiveMQ Broker + Geronimo Plugins, ActiveMQ :: Broker car Apache ActiveMQ integration into geronimo. This module starts an activemq broker embedded in geronimo. - org.apache.geronimo.configs @@ -71,8 +70,8 @@ backport-util-concurrent backport-util-concurrent - + Modified: geronimo/server/trunk/plugins/activemq/activemq-console-jetty/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-console-jetty/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-console-jetty/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-console-jetty/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ @@ -26,15 +26,13 @@ org.apache.geronimo.plugins activemq 2.1-SNAPSHOT - ../pom.xml - + activemq-console-jetty - Geronimo Plugins :: ActiveMQ - Console - Jetty + Geronimo Plugins, ActiveMQ :: Console (Jetty) car - org.apache.geronimo.plugins activemq-portlets @@ -64,7 +62,7 @@ - org.apache.geronimo.configs + org.apache.geronimo.framework geronimo-gbean-deployer ${version} car @@ -84,6 +82,7 @@ car provided + org.apache.geronimo.configs jasper-deployer @@ -91,20 +90,21 @@ car provided + - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-management ${version} - org.apache.geronimo.configs + org.apache.geronimo.framework plugin ${version} car @@ -131,7 +131,6 @@ ${version} car - @@ -169,4 +168,5 @@ + Modified: geronimo/server/trunk/plugins/activemq/activemq-console-tomcat/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-console-tomcat/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-console-tomcat/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-console-tomcat/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,19 +1,19 @@ @@ -26,15 +26,13 @@ org.apache.geronimo.plugins activemq 2.1-SNAPSHOT - ../pom.xml - + activemq-console-tomcat - Geronimo Plugins :: ActiveMQ - Console - Tomcat + Geronimo Plugins, ActiveMQ :: Console (Tomcat) car - org.apache.geronimo.plugins activemq-portlets @@ -64,11 +62,12 @@ - org.apache.geronimo.configs + org.apache.geronimo.framework geronimo-gbean-deployer ${version} car + org.apache.geronimo.configs tomcat6-deployer @@ -76,6 +75,7 @@ car provided + org.apache.geronimo.configs jasper-deployer @@ -92,19 +92,19 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-management ${version} - org.apache.geronimo.configs + org.apache.geronimo.framework plugin ${version} car @@ -123,7 +123,6 @@ ${version} car - @@ -161,4 +160,5 @@ + Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-portlets/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-portlets/pom.xml Tue Jan 22 14:59:41 2008 @@ -26,18 +26,16 @@ org.apache.geronimo.plugins activemq 2.1-SNAPSHOT - ../pom.xml activemq-portlets - Geronimo Plugins :: ActiveMQ Portlets + Geronimo Plugins, ActiveMQ :: Portlets war - - org.apache.geronimo.configs + org.apache.geronimo.framework jee-specs ${version} car @@ -60,7 +58,7 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} provided @@ -74,7 +72,7 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-management ${version} provided @@ -87,39 +85,37 @@ - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-deploy-jsr88 ${version} provided - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-j2ee ${version} provided - - - - - - src/main/resources - true - - - - - org.codehaus.mojo.jspc - jspc-maven-plugin - - - org.apache.maven.plugins - maven-war-plugin - - - - + + + + src/main/resources + true + + + + + org.codehaus.mojo.jspc + jspc-maven-plugin + + + org.apache.maven.plugins + maven-war-plugin + + + + Modified: geronimo/server/trunk/plugins/activemq/activemq-ra/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-ra/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/activemq-ra/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/activemq-ra/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,20 +23,19 @@ 4.0.0 - org.apache.geronimo.configs - configs + org.apache.geronimo.plugins + activemq 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.configs activemq-ra - Geronimo Configs :: ActiveMQ Resource Adapter + Geronimo Plugins, ActiveMQ :: Resource Adapter car Geronimo ActiveMQ integration: ActiveMQ resource adapter connecting to (embedded) activemq broker. - org.apache.geronimo.configs @@ -60,7 +59,6 @@ car provided - Modified: geronimo/server/trunk/plugins/activemq/geronimo-activemq-management/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/geronimo-activemq-management/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/geronimo-activemq-management/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/geronimo-activemq-management/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,4 +1,4 @@ - + - + 4.0.0 - + - org.apache.geronimo.modules - modules + org.apache.geronimo.plugins + activemq 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.modules geronimo-activemq-management - Geronimo Modules :: ActiveMQ Management Interfaces + Geronimo Plugins, ActiveMQ :: Management Interfaces - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-management ${version} Modified: geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/geronimo-activemq-ra/pom.xml Tue Jan 22 14:59:41 2008 @@ -6,9 +6,9 @@ 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. @@ -19,18 +19,18 @@ - + 4.0.0 - org.apache.geronimo.modules - modules + org.apache.geronimo.plugins + activemq 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.modules geronimo-activemq-ra - Geronimo Modules :: ActiveMQ Resource Adapter + Geronimo Plugins, ActiveMQ :: Resource Adapter Core rar Modified: geronimo/server/trunk/plugins/activemq/geronimo-activemq/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/geronimo-activemq/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/activemq/geronimo-activemq/pom.xml (original) +++ geronimo/server/trunk/plugins/activemq/geronimo-activemq/pom.xml Tue Jan 22 14:59:41 2008 @@ -1,4 +1,4 @@ - + + + + 4.0.0 + org.apache.geronimo.plugins plugins 2.1-SNAPSHOT - ../pom.xml + activemq - Geronimo Plugins :: ActiveMQ + Geronimo Plugins, ActiveMQ pom + ActiveMQ plugin + + + + commons-logging + commons-logging + + + activemq-broker geronimo-activemq-ra @@ -40,4 +53,5 @@ activemq-console-jetty activemq-console-tomcat + Modified: geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml (original) +++ geronimo/server/trunk/plugins/axis/axis-deployer/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,14 +23,14 @@ 4.0.0 - org.apache.geronimo.configs - configs + org.apache.geronimo.plugins + axis 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.configs axis-deployer - Geronimo Configs :: Axis Deployer + Geronimo Plugins, AXIS :: Deployer car Web Services Deployer for Geronimo Axis 1 integration @@ -70,7 +70,6 @@ geronimo-webservices-builder ${version} - Modified: geronimo/server/trunk/plugins/axis/axis/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis/axis/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/axis/axis/pom.xml (original) +++ geronimo/server/trunk/plugins/axis/axis/pom.xml Tue Jan 22 14:59:41 2008 @@ -21,20 +21,20 @@ 4.0.0 - + - org.apache.geronimo.configs - configs + org.apache.geronimo.plugins + axis 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.configs axis - Geronimo Configs :: Axis + Geronimo Plugins, AXIS :: AXIS car Apache Axis 1 integration. - + @@ -45,7 +45,7 @@ - org.apache.geronimo.configs + org.apache.geronimo.framework server-security-config ${version} car @@ -85,7 +85,6 @@ org.apache.ws.scout scout - @@ -99,55 +98,55 @@ Web Services - - org.apache.geronimo.configs - server-security-config - ${version} - car - - - org.apache.geronimo.configs - webservices-common - ${version} - car - - - org.apache.geronimo.modules - geronimo-axis - ${version} - jar - - - axis - axis - 1.4 - jar - - - org.apache.openejb - openejb-axis - ${openejbVersion} - jar - - - commons-discovery - commons-discovery - 0.4 - jar - - - org.apache.ws.scout - scout - 1.0rc1 - jar - - - org.apache.geronimo.configs - openejb - ${version} - car - classes - + + org.apache.geronimo.framework + server-security-config + ${version} + car + + + org.apache.geronimo.configs + webservices-common + ${version} + car + + + org.apache.geronimo.modules + geronimo-axis + ${version} + jar + + + axis + axis + 1.4 + jar + + + org.apache.openejb + openejb-axis + ${openejbVersion} + jar + + + commons-discovery + commons-discovery + 0.4 + jar + + + org.apache.ws.scout + scout + 1.0rc1 + jar + + + org.apache.geronimo.configs + openejb + ${version} + car + classes + Modified: geronimo/server/trunk/plugins/axis/geronimo-axis-builder/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis/geronimo-axis-builder/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/axis/geronimo-axis-builder/pom.xml (original) +++ geronimo/server/trunk/plugins/axis/geronimo-axis-builder/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,17 +23,16 @@ 4.0.0 - org.apache.geronimo.modules - modules + org.apache.geronimo.plugins + axis 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.modules geronimo-axis-builder - Geronimo Modules :: Axis :: Builder + Geronimo Plugins, AXIS :: Builder - ${pom.groupId} @@ -56,7 +55,6 @@ org.apache.geronimo.specs geronimo-ws-metadata_2.0_spec - Modified: geronimo/server/trunk/plugins/axis/geronimo-axis/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis/geronimo-axis/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/axis/geronimo-axis/pom.xml (original) +++ geronimo/server/trunk/plugins/axis/geronimo-axis/pom.xml Tue Jan 22 14:59:41 2008 @@ -23,32 +23,31 @@ 4.0.0 - org.apache.geronimo.modules - modules + org.apache.geronimo.plugins + axis 2.1-SNAPSHOT - ../pom.xml - + + org.apache.geronimo.modules geronimo-axis jar - Geronimo Modules :: Axis + Geronimo Plugins, AXIS :: Core - - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-kernel ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-naming ${version} - org.apache.geronimo.modules + org.apache.geronimo.framework geronimo-security ${version} @@ -115,7 +114,6 @@ wsdl4j wsdl4j - Modified: geronimo/server/trunk/plugins/axis/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis/pom.xml?rev=614367&r1=614366&r2=614367&view=diff ============================================================================== --- geronimo/server/trunk/plugins/axis/pom.xml (original) +++ geronimo/server/trunk/plugins/axis/pom.xml Tue Jan 22 14:59:41 2008 @@ -26,22 +26,21 @@ org.apache.geronimo.plugins plugins 2.1-SNAPSHOT - ../pom.xml axis - Geronimo Plugins :: axis + Geronimo Plugins, AXIS pom - axis plugin + AXIS plugin -axis -axis-deployer -geronimo-axis -geronimo-axis-builder + axis + axis-deployer + geronimo-axis + geronimo-axis-builder