Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 27376 invoked from network); 24 May 2006 11:00:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 11:00:41 -0000 Received: (qmail 97390 invoked by uid 500); 24 May 2006 11:00:41 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 97378 invoked by uid 500); 24 May 2006 11:00:41 -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 97369 invoked by uid 99); 24 May 2006 11:00:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 04:00:41 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 04:00:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7AF351A983A; Wed, 24 May 2006 04:00:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r409134 - in /incubator/activemq/trunk/assembly: pom.xml src/main/descriptors/bin.xml Date: Wed, 24 May 2006 11:00:19 -0000 To: activemq-commits@geronimo.apache.org From: foconer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060524110020.7AF351A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: foconer Date: Wed May 24 04:00:19 2006 New Revision: 409134 URL: http://svn.apache.org/viewvc?rev=409134&view=rev Log: Added activemq-web dependency in lib/optional. Modified: incubator/activemq/trunk/assembly/pom.xml incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml Modified: incubator/activemq/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/pom.xml?rev=409134&r1=409133&r2=409134&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/pom.xml (original) +++ incubator/activemq/trunk/assembly/pom.xml Wed May 24 04:00:19 2006 @@ -61,6 +61,10 @@ ${pom.groupId} + activemq-web + + + ${pom.groupId} activemq-jaas Modified: incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml?rev=409134&r1=409133&r2=409134&view=diff ============================================================================== --- incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml (original) +++ incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml Wed May 24 04:00:19 2006 @@ -88,6 +88,7 @@ incubator-activemq:activemq-rar incubator-activemq:activemq-optional incubator-activemq:activecluster + incubator-activemq:activemq-web commons-beanutils:commons-beanutils commons-collections:commons-collections commons-httpclient:commons-httpclient