Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 44227 invoked from network); 19 Feb 2010 11:07:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Feb 2010 11:07:21 -0000 Received: (qmail 11089 invoked by uid 500); 19 Feb 2010 11:07:21 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 11029 invoked by uid 500); 19 Feb 2010 11:07:21 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 11015 invoked by uid 99); 19 Feb 2010 11:07:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2010 11:07:20 +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; Fri, 19 Feb 2010 11:07:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B6A1F2388900; Fri, 19 Feb 2010 11:06:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r911784 - in /activemq/trunk: assembly/pom.xml assembly/src/main/descriptors/common-bin.xml pom.xml Date: Fri, 19 Feb 2010 11:06:59 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100219110659.B6A1F2388900@eris.apache.org> Author: dejanb Date: Fri Feb 19 11:06:59 2010 New Revision: 911784 URL: http://svn.apache.org/viewvc?rev=911784&view=rev Log: https://issues.apache.org/activemq/browse/AMQ-2617 - adapting assembly Modified: activemq/trunk/assembly/pom.xml activemq/trunk/assembly/src/main/descriptors/common-bin.xml activemq/trunk/pom.xml Modified: activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=911784&r1=911783&r2=911784&view=diff ============================================================================== --- activemq/trunk/assembly/pom.xml (original) +++ activemq/trunk/assembly/pom.xml Fri Feb 19 11:06:59 2010 @@ -224,7 +224,10 @@ org.apache.geronimo.specs geronimo-jta_1.0.1B_spec - + + org.osgi + org.osgi.core + org.apache.xbean xbean-spring Modified: activemq/trunk/assembly/src/main/descriptors/common-bin.xml URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/common-bin.xml?rev=911784&r1=911783&r2=911784&view=diff ============================================================================== --- activemq/trunk/assembly/src/main/descriptors/common-bin.xml (original) +++ activemq/trunk/assembly/src/main/descriptors/common-bin.xml Fri Feb 19 11:06:59 2010 @@ -157,13 +157,11 @@ runtime commons-logging:commons-logging - geronimo-jms_1.1_spec:geronimo-jms_1.1_spec ${pom.groupId}:activemq-core ${pom.groupId}:activemq-console ${pom.groupId}:activemq-jaas ${pom.groupId}:kahadb org.apache.activemq.protobuf:activemq-protobuf - mx4j:mx4j org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec org.apache.geronimo.specs:geronimo-jms_1.1_spec org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec @@ -192,7 +190,6 @@ ${pom.groupId}:activemq-optional ${pom.groupId}:activemq-pool ${pom.groupId}:activemq-xmpp - ${pom.groupId}:activecluster ${pom.groupId}:activeio-core ${pom.groupId}:activemq-jmdns_1.0 commons-beanutils:commons-beanutils @@ -204,12 +201,8 @@ commons-net:commons-net commons-lang:commons-lang log4j:log4j - mx4j:mx4j-remote - mx4j:mx4j-tools - org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec org.apache.xbean:xbean-spring - org.eclipse.jetty:jetty-client org.springframework:spring-aop org.springframework:spring-core org.springframework:spring-beans @@ -218,12 +211,13 @@ org.springframework:spring-jms com.thoughtworks.xstream:xstream xmlpull:xmlpull - org.apache.hadoop.zookeeper:zookeeper org.codehaus.woodstox:wstx-asl org.springframework.ws:spring-oxm-tiger org.codehaus.jettison:jettison org.apache.velocity:velocity net.sf.josql:josql + org.osgi:org.osgi.core + org.springframework.osgi:spring-osgi-core @@ -234,6 +228,7 @@ org.springframework:spring-web org.springframework:spring-webmvc org.eclipse.jetty.aggregate:jetty-all-server + org.eclipse.jetty:jetty-websocket org.apache.geronimo.specs:geronimo-servlet_2.5_spec org.slf4j:slf4j-api org.slf4j:slf4j-jcl Modified: activemq/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=911784&r1=911783&r2=911784&view=diff ============================================================================== --- activemq/trunk/pom.xml (original) +++ activemq/trunk/pom.xml Fri Feb 19 11:06:59 2010 @@ -411,7 +411,6 @@ org.osgi org.osgi.core 4.1.0 - provided