Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 27793 invoked from network); 16 Jan 2006 03:14:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jan 2006 03:14:35 -0000 Received: (qmail 7333 invoked by uid 500); 16 Jan 2006 03:14:34 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 7318 invoked by uid 500); 16 Jan 2006 03:14:34 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 7302 invoked by uid 99); 16 Jan 2006 03:14:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2006 19:14:34 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 15 Jan 2006 19:14:33 -0800 Received: (qmail 27687 invoked by uid 65534); 16 Jan 2006 03:14:13 -0000 Message-ID: <20060116031413.27686.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r369323 - in /incubator/activemq/trunk/assembly: maven.xml pom.xml src/main/descriptors/all-jar.xml src/main/descriptors/bin.xml src/main/descriptors/run-jar.xml Date: Mon, 16 Jan 2006 03:14:12 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chirino Date: Sun Jan 15 19:14:10 2006 New Revision: 369323 URL: http://svn.apache.org/viewcvs?rev=369323&view=rev Log: Fixed up the m2 distribution. only thing not being included yet is the run jar and the amq rar Added: incubator/activemq/trunk/assembly/src/main/descriptors/all-jar.xml incubator/activemq/trunk/assembly/src/main/descriptors/run-jar.xml Modified: incubator/activemq/trunk/assembly/maven.xml incubator/activemq/trunk/assembly/pom.xml incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml Modified: incubator/activemq/trunk/assembly/maven.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/maven.xml?rev=369323&r1=369322&r2=369323&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/maven.xml (original) +++ incubator/activemq/trunk/assembly/maven.xml Sun Jan 15 19:14:10 2006 @@ -204,11 +204,12 @@ - - - - - + + + + + + Modified: incubator/activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/pom.xml?rev=369323&r1=369322&r2=369323&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/pom.xml (original) +++ incubator/activemq/trunk/assembly/pom.xml Sun Jan 15 19:14:10 2006 @@ -25,7 +25,7 @@ activemq - jar + pom ActiveMQ :: Assembly Puts together the ActiveMQ distribution @@ -151,6 +151,7 @@ org.apache.maven.plugins maven-assembly-plugin + 2.1-SNAPSHOT install @@ -158,7 +159,10 @@ assembly - src/main/descriptors/bin.xml + + src/main/descriptors/all-jar.xml + src/main/descriptors/bin.xml + Added: incubator/activemq/trunk/assembly/src/main/descriptors/all-jar.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/main/descriptors/all-jar.xml?rev=369323&view=auto ============================================================================== --- incubator/activemq/trunk/assembly/src/main/descriptors/all-jar.xml (added) +++ incubator/activemq/trunk/assembly/src/main/descriptors/all-jar.xml Sun Jan 15 19:14:10 2006 @@ -0,0 +1,39 @@ + + + + + + jar + + false + + + / + true + runtime + + org.apache.activemq:activemq-core + backport-util-concurrent:backport-util-concurrent + commons-logging:commons-logging + geronimo-spec:geronimo-spec-jms + geronimo-spec:geronimo-spec-j2ee-management + activeio:activeio + mx4j:mx4j + + + + Modified: incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml?rev=369323&r1=369322&r2=369323&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml (original) +++ incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml Sun Jan 15 19:14:10 2006 @@ -61,7 +61,7 @@ false runtime - ${pom.groupId}:activemq-ra + commons-beanutils:commons-beanutils commons-collections:commons-collections commons-httpclient:commons-httpclient Added: incubator/activemq/trunk/assembly/src/main/descriptors/run-jar.xml URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/assembly/src/main/descriptors/run-jar.xml?rev=369323&view=auto ============================================================================== --- incubator/activemq/trunk/assembly/src/main/descriptors/run-jar.xml (added) +++ incubator/activemq/trunk/assembly/src/main/descriptors/run-jar.xml Sun Jan 15 19:14:10 2006 @@ -0,0 +1,33 @@ + + + + run + + jar + + false + + + / + true + runtime + + org.apache.activemq:activemq-core + + + +