Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 193329FC7 for ; Tue, 11 Oct 2011 16:21:34 +0000 (UTC) Received: (qmail 25614 invoked by uid 500); 11 Oct 2011 16:21:34 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 25583 invoked by uid 500); 11 Oct 2011 16:21:34 -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 25576 invoked by uid 99); 11 Oct 2011 16:21:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2011 16:21:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 11 Oct 2011 16:21:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 83B3F23888E4 for ; Tue, 11 Oct 2011 16:21:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1181871 - /activemq/activemq-apollo/trunk/apollo-website/pom.xml Date: Tue, 11 Oct 2011 16:21:10 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111011162110.83B3F23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Tue Oct 11 16:21:10 2011 New Revision: 1181871 URL: http://svn.apache.org/viewvc?rev=1181871&view=rev Log: Fixes APLO-87 : Build fails on windows Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1181871&r1=1181870&r2=1181871&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original) +++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Tue Oct 11 16:21:10 2011 @@ -356,7 +356,37 @@ - + + + + ibmjdk + + + ${java.home}/../lib/tools.jar + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + com.sun + tools + + 1.5.0 + system + true + ${java.home}/../lib/tools.jar + + + + + + +