Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 9103 invoked from network); 1 Jun 2009 17:12:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jun 2009 17:12:35 -0000 Received: (qmail 14621 invoked by uid 500); 1 Jun 2009 17:12:48 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 14574 invoked by uid 500); 1 Jun 2009 17:12:48 -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 14565 invoked by uid 99); 1 Jun 2009 17:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2009 17:12:48 +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; Mon, 01 Jun 2009 17:12:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 36575238886D; Mon, 1 Jun 2009 17:12:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r780728 - in /activemq/sandbox/activemq-flow: ./ activemq-queue/ activemq-queue/src/ activemq-queue/src/main/ activemq-queue/src/main/java/ activemq-queue/src/main/resources/ activemq-queue/src/test/ activemq-queue/src/test/java/ activemq-q... Date: Mon, 01 Jun 2009 17:12:19 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090601171219.36575238886D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Mon Jun 1 17:12:18 2009 New Revision: 780728 URL: http://svn.apache.org/viewvc?rev=780728&view=rev Log: adding queue module Added: activemq/sandbox/activemq-flow/activemq-queue/ activemq/sandbox/activemq-flow/activemq-queue/pom.xml activemq/sandbox/activemq-flow/activemq-queue/src/ activemq/sandbox/activemq-flow/activemq-queue/src/main/ activemq/sandbox/activemq-flow/activemq-queue/src/main/java/ activemq/sandbox/activemq-flow/activemq-queue/src/main/resources/ activemq/sandbox/activemq-flow/activemq-queue/src/test/ activemq/sandbox/activemq-flow/activemq-queue/src/test/java/ activemq/sandbox/activemq-flow/activemq-queue/src/test/resources/ Modified: activemq/sandbox/activemq-flow/pom.xml Added: activemq/sandbox/activemq-flow/activemq-queue/pom.xml URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-queue/pom.xml?rev=780728&view=auto ============================================================================== --- activemq/sandbox/activemq-flow/activemq-queue/pom.xml (added) +++ activemq/sandbox/activemq-flow/activemq-queue/pom.xml Mon Jun 1 17:12:18 2009 @@ -0,0 +1,97 @@ + + + + + 4.0.0 + + + org.apache.activemq + activemq-parent + 6.0-SNAPSHOT + + + org.apache.activemq + activemq-queue + jar + 6.0-SNAPSHOT + + ActiveMQ :: Queue + + + + + org.apache.activemq + activemq-util + false + + + org.apache.activemq + activemq-dispatcher + true + + + org.apache.activemq + activemq-flow + true + + + + + org.apache.activemq + activemq-transport + test + + + org.apache.activemq.protobuf + activemq-protobuf + test + + + junit + junit + test + + + log4j + log4j + test + + + + + + + + + org.apache.activemq.protobuf + activemq-protobuf + + alt + + + + + compile + + + + + + + + + Modified: activemq/sandbox/activemq-flow/pom.xml URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/pom.xml?rev=780728&r1=780727&r2=780728&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/pom.xml (original) +++ activemq/sandbox/activemq-flow/pom.xml Mon Jun 1 17:12:18 2009 @@ -125,6 +125,7 @@ activemq-network activemq-all activemq-selector + activemq-queue