Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 54313 invoked from network); 20 Apr 2010 05:34:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 05:34:40 -0000 Received: (qmail 56235 invoked by uid 500); 20 Apr 2010 05:34:40 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 56106 invoked by uid 500); 20 Apr 2010 05:34:38 -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 56099 invoked by uid 99); 20 Apr 2010 05:34:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 05:34:37 +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; Tue, 20 Apr 2010 05:34:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 81B0E2388978; Tue, 20 Apr 2010 05:33:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935808 - in /geronimo/server/trunk: ./ framework/configs/karaf-framework/ framework/configs/karaf-framework/src/main/filtered-resources/etc/ framework/configs/karaf-framework/src/main/history/ framework/configs/rmi-naming/ framework/config... Date: Tue, 20 Apr 2010 05:33:51 -0000 To: scm@geronimo.apache.org From: gawor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100420053351.81B0E2388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gawor Date: Tue Apr 20 05:33:50 2010 New Revision: 935808 URL: http://svn.apache.org/viewvc?rev=935808&view=rev Log: install & start aries jmx bundles in rmi-naming plugin Modified: geronimo/server/trunk/framework/configs/karaf-framework/pom.xml geronimo/server/trunk/framework/configs/karaf-framework/src/main/filtered-resources/etc/startup.properties geronimo/server/trunk/framework/configs/karaf-framework/src/main/history/dependencies.xml geronimo/server/trunk/framework/configs/rmi-naming/pom.xml geronimo/server/trunk/framework/configs/rmi-naming/src/main/history/dependencies.xml geronimo/server/trunk/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml geronimo/server/trunk/pom.xml Modified: geronimo/server/trunk/framework/configs/karaf-framework/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/pom.xml?rev=935808&r1=935807&r2=935808&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/karaf-framework/pom.xml (original) +++ geronimo/server/trunk/framework/configs/karaf-framework/pom.xml Tue Apr 20 05:33:50 2010 @@ -53,7 +53,6 @@ 2.0.0 1.0.2 0.1-incubating-SNAPSHOT - 0.1-incubating-SNAPSHOT 1.1.2 1.1 6.1.14_1 @@ -235,22 +234,6 @@ - org.apache.aries - org.apache.aries.util - ${aries.blueprint.version} - - - org.apache.aries.jmx - org.apache.aries.jmx.blueprint - ${aries.blueprint.version} - - - org.slf4j - slf4j-api - - - - org.apache.felix.gogo org.apache.felix.gogo.runtime ${felix.gogo.version} @@ -433,14 +416,7 @@ org.apache.felix org.apache.felix.framework - - org.apache.aries.jmx - org.apache.aries.jmx - - - org.apache.aries.jmx - org.apache.aries.jmx.blueprint - + org.apache.aries org.apache.aries.util Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/filtered-resources/etc/startup.properties URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/filtered-resources/etc/startup.properties?rev=935808&r1=935807&r2=935808&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/karaf-framework/src/main/filtered-resources/etc/startup.properties (original) +++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/filtered-resources/etc/startup.properties Tue Apr 20 05:33:50 2010 @@ -58,8 +58,6 @@ org/apache/felix/karaf/jaas/org.apache.f #org/apache/felix/karaf/features/org.apache.felix.karaf.features.management/${felix.karaf.version}/org.apache.felix.karaf.features.management-${felix.karaf.version}.jar=30 #org/apache/felix/karaf/org.apache.felix.karaf.management/${felix.karaf.version}/org.apache.felix.karaf.management-${felix.karaf.version}.jar=30 -org/apache/aries/jmx/org.apache.aries.jmx/${aries.jmx.version}/org.apache.aries.jmx-${aries.jmx.version}.jar=30 -org/apache/aries/jmx/org.apache.aries.jmx.blueprint/${aries.jmx.version}/org.apache.aries.jmx.blueprint-${aries.jmx.version}.jar=30 org/apache/mina/mina-core/${mina.version}/mina-core-${mina.version}.jar=30 org/apache/sshd/sshd-core/${sshd.version}/sshd-core-${sshd.version}.jar=30 Modified: geronimo/server/trunk/framework/configs/karaf-framework/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/karaf-framework/src/main/history/dependencies.xml?rev=935808&r1=935807&r2=935808&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/karaf-framework/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/framework/configs/karaf-framework/src/main/history/dependencies.xml Tue Apr 20 05:33:50 2010 @@ -27,16 +27,6 @@ jar - org.apache.aries.jmx - org.apache.aries.jmx - jar - - - org.apache.aries.jmx - org.apache.aries.jmx.blueprint - jar - - org.apache.felix org.apache.felix.bundlerepository jar Modified: geronimo/server/trunk/framework/configs/rmi-naming/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/rmi-naming/pom.xml?rev=935808&r1=935807&r2=935808&view=diff ============================================================================== --- geronimo/server/trunk/framework/configs/rmi-naming/pom.xml (original) +++ geronimo/server/trunk/framework/configs/rmi-naming/pom.xml Tue Apr 20 05:33:50 2010 @@ -86,6 +86,21 @@ xbean-naming + + org.apache.aries.blueprint + org.apache.aries.blueprint + + + + + org.apache.aries.jmx + org.apache.aries.jmx + + + org.apache.aries.jmx + org.apache.aries.jmx.blueprint + + org.apache.aries.jndi 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=935808&r1=935807&r2=935808&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 Tue Apr 20 05:33:50 2010 @@ -12,6 +12,21 @@ jar + org.apache.aries.blueprint + org.apache.aries.blueprint + jar + + + org.apache.aries.jmx + org.apache.aries.jmx + jar + + + org.apache.aries.jmx + org.apache.aries.jmx.blueprint + jar + + org.apache.aries.jndi org.apache.aries.jndi.core jar Modified: geronimo/server/trunk/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml?rev=935808&r1=935807&r2=935808&view=diff ============================================================================== --- geronimo/server/trunk/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml (original) +++ geronimo/server/trunk/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml Tue Apr 20 05:33:50 2010 @@ -7,11 +7,6 @@ car - org.apache.aries.blueprint - org.apache.aries.blueprint - jar - - org.apache.aries.transaction org.apache.aries.transaction.blueprint jar Modified: geronimo/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=935808&r1=935807&r2=935808&view=diff ============================================================================== --- geronimo/server/trunk/pom.xml (original) +++ geronimo/server/trunk/pom.xml Tue Apr 20 05:33:50 2010 @@ -1955,6 +1955,12 @@ only found in cxf + org.apache.aries + org.apache.aries.util + 0.1-incubating-SNAPSHOT + + + org.apache.aries.jndi org.apache.aries.jndi.core 0.1-incubating-SNAPSHOT @@ -1967,6 +1973,24 @@ only found in cxf + org.apache.aries.jmx + org.apache.aries.jmx + 0.1-incubating-SNAPSHOT + + + + org.apache.aries.jmx + org.apache.aries.jmx.blueprint + 0.1-incubating-SNAPSHOT + + + org.slf4j + slf4j-api + + + + + org.apache.aries.blueprint org.apache.aries.blueprint 0.1-incubating-SNAPSHOT