Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 57069 invoked from network); 7 Jul 2009 00:21:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jul 2009 00:21:05 -0000 Received: (qmail 9207 invoked by uid 500); 7 Jul 2009 00:21:15 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 9153 invoked by uid 500); 7 Jul 2009 00:21:15 -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 9144 invoked by uid 99); 7 Jul 2009 00:21:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2009 00:21:15 +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; Tue, 07 Jul 2009 00:21:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 67FB72388866; Tue, 7 Jul 2009 00:20:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r791658 - /activemq/sandbox/activemq-flow/activemq-broker/pom.xml Date: Tue, 07 Jul 2009 00:20:48 -0000 To: commits@activemq.apache.org From: cmacnaug@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090707002048.67FB72388866@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cmacnaug Date: Tue Jul 7 00:20:47 2009 New Revision: 791658 URL: http://svn.apache.org/viewvc?rev=791658&view=rev Log: Fixing up schema gen ant task to include tools.jar on non OSX Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml Modified: activemq/sandbox/activemq-flow/activemq-broker/pom.xml URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-broker/pom.xml?rev=791658&r1=791657&r2=791658&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-broker/pom.xml (original) +++ activemq/sandbox/activemq-flow/activemq-broker/pom.xml Tue Jul 7 00:20:47 2009 @@ -228,7 +228,19 @@ + + + com.sun + tools + 1.5.0 + system + ${java.home}/../lib/tools.jar + +