Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 16915 invoked from network); 25 Feb 2010 19:20:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 19:20:21 -0000 Received: (qmail 36763 invoked by uid 500); 25 Feb 2010 19:20:21 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 36716 invoked by uid 500); 25 Feb 2010 19:20:21 -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 36709 invoked by uid 99); 25 Feb 2010 19:20:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 19:20:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 19:20:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9EA8823889EB; Thu, 25 Feb 2010 19:20:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r916408 - in /geronimo/server/trunk: framework/configs/j2ee-security/src/main/history/ framework/configs/rmi-naming/src/main/history/ framework/modules/geronimo-management/ framework/modules/geronimo-security/ plugins/axis2/axis2/src/main/h... Date: Thu, 25 Feb 2010 19:20:00 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100225192000.9EA8823889EB@eris.apache.org> Author: gawor Date: Thu Feb 25 19:20:00 2010 New Revision: 916408 URL: http://svn.apache.org/viewvc?rev=916408&view=rev Log: make sure to install ejb and management spec at the same time (management spec uses some ejb classes) Modified: geronimo/server/trunk/framework/configs/j2ee-security/src/main/history/dependencies.xml geronimo/server/trunk/framework/configs/rmi-naming/src/main/history/dependencies.xml geronimo/server/trunk/framework/modules/geronimo-management/pom.xml geronimo/server/trunk/framework/modules/geronimo-security/pom.xml geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml geronimo/server/trunk/plugins/clustering/plugin-farm/src/main/history/dependencies.xml geronimo/server/trunk/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml Modified: geronimo/server/trunk/framework/configs/j2ee-security/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/j2ee-security/src/main/history/dependencies.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/j2ee-security/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/framework/configs/j2ee-security/src/main/history/dependencies.xml Thu Feb 25 19:20:00 2010 @@ -28,11 +28,6 @@ org.apache.geronimo.specs - geronimo-ejb_3.1_spec - jar - - - org.apache.geronimo.specs geronimo-jacc_1.1_spec jar Modified: geronimo/server/trunk/framework/configs/rmi-naming/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/rmi-naming/src/main/history/dependencies.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/rmi-naming/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/framework/configs/rmi-naming/src/main/history/dependencies.xml Thu Feb 25 19:20:00 2010 @@ -43,6 +43,11 @@ org.apache.geronimo.specs + geronimo-ejb_3.1_spec + jar + + + org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec jar 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=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-management/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-management/pom.xml Thu Feb 25 19:20:00 2010 @@ -48,7 +48,13 @@ geronimo-pax-logging ${version} - + + + + org.apache.geronimo.specs + geronimo-ejb_3.1_spec + + org.apache.geronimo.specs geronimo-j2ee-management_1.1_spec Modified: geronimo/server/trunk/framework/modules/geronimo-security/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-security/pom.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/framework/modules/geronimo-security/pom.xml (original) +++ geronimo/server/trunk/framework/modules/geronimo-security/pom.xml Thu Feb 25 19:20:00 2010 @@ -44,14 +44,12 @@ org.apache.geronimo.specs geronimo-jacc_1.1_spec + org.apache.geronimo.specs - geronimo-ejb_3.1_spec - - - org.apache.geronimo.specs geronimo-jta_1.1_spec + org.apache.geronimo.specs geronimo-servlet_3.0_spec Modified: geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/axis2/axis2/src/main/history/dependencies.xml Thu Feb 25 19:20:00 2010 @@ -143,11 +143,6 @@ org.apache.geronimo.specs - geronimo-ejb_3.1_spec - jar - - - org.apache.geronimo.specs geronimo-jacc_1.1_spec jar Modified: geronimo/server/trunk/plugins/clustering/plugin-farm/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/clustering/plugin-farm/src/main/history/dependencies.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/plugins/clustering/plugin-farm/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/clustering/plugin-farm/src/main/history/dependencies.xml Thu Feb 25 19:20:00 2010 @@ -41,9 +41,4 @@ geronimo-plugin-farm jar - - org.apache.geronimo.specs - geronimo-ejb_3.1_spec - jar - Modified: geronimo/server/trunk/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/openjpa2/openjpa2/src/main/history/dependencies.xml Thu Feb 25 19:20:00 2010 @@ -57,6 +57,11 @@ jar + org.apache.geronimo.specs + geronimo-ejb_3.1_spec + jar + + org.apache.openjpa openjpa jar Modified: geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml?rev=916408&r1=916407&r2=916408&view=diff ============================================================================== --- geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml Thu Feb 25 19:20:00 2010 @@ -103,11 +103,6 @@ org.apache.geronimo.specs - geronimo-ejb_3.1_spec - jar - - - org.apache.geronimo.specs geronimo-jacc_1.1_spec jar