Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 10124 invoked from network); 10 Apr 2008 21:35:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 21:35:13 -0000 Received: (qmail 74814 invoked by uid 500); 10 Apr 2008 21:35:14 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 74791 invoked by uid 500); 10 Apr 2008 21:35:13 -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 74777 invoked by uid 99); 10 Apr 2008 21:35:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 14:35:13 -0700 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.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 21:34:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE33E1A9842; Thu, 10 Apr 2008 14:34:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r646972 - in /activemq/branches/activemq-4.1/assembly: pom.xml src/main/descriptors/unix-bin.xml src/main/descriptors/windows-bin.xml Date: Thu, 10 Apr 2008 21:34:47 -0000 To: commits@activemq.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080410213449.AE33E1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djencks Date: Thu Apr 10 14:34:37 2008 New Revision: 646972 URL: http://svn.apache.org/viewvc?rev=646972&view=rev Log: make the binary artifacts deployable by using a 'bin' classifier Modified: activemq/branches/activemq-4.1/assembly/pom.xml activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml Modified: activemq/branches/activemq-4.1/assembly/pom.xml URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/pom.xml?rev=646972&r1=646971&r2=646972&view=diff ============================================================================== --- activemq/branches/activemq-4.1/assembly/pom.xml (original) +++ activemq/branches/activemq-4.1/assembly/pom.xml Thu Apr 10 14:34:37 2008 @@ -261,35 +261,35 @@ unix-bin package - single + attached src/main/descriptors/unix-bin.xml - ${pom.artifactId}-${pom.version} - false + + windows-bin package - single + attached src/main/descriptors/windows-bin.xml - ${pom.artifactId}-${pom.version} - false + + unix-src package - single + attached @@ -301,7 +301,7 @@ windows-src package - single + attached Modified: activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml?rev=646972&r1=646971&r2=646972&view=diff ============================================================================== --- activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml (original) +++ activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml Thu Apr 10 14:34:37 2008 @@ -16,7 +16,7 @@ limitations under the License. --> - unix-bin + bin tar.gz tar.bz2 Modified: activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml?rev=646972&r1=646971&r2=646972&view=diff ============================================================================== --- activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml (original) +++ activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml Thu Apr 10 14:34:37 2008 @@ -16,7 +16,7 @@ limitations under the License. --> - windows-bin + bin zip