Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 10316 invoked from network); 5 Oct 2007 09:21:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Oct 2007 09:21:14 -0000 Received: (qmail 24478 invoked by uid 500); 5 Oct 2007 09:12:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24461 invoked by uid 500); 5 Oct 2007 09:12:34 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 24451 invoked by uid 99); 5 Oct 2007 09:12:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2007 02:12:34 -0700 X-ASF-Spam-Status: No, hits=-99.1 required=10.0 tests=ALL_TRUSTED,URIBL_RHS_DOB 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; Fri, 05 Oct 2007 09:12:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A08AA1A9832; Fri, 5 Oct 2007 02:12:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582151 - /harmony/enhanced/trunk/build.xml Date: Fri, 05 Oct 2007 09:12:24 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071005091224.A08AA1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Fri Oct 5 02:12:23 2007 New Revision: 582151 URL: http://svn.apache.org/viewvc?rev=582151&view=rev Log: Fix for HARMONY-4883: allow SVN root customization Modified: harmony/enhanced/trunk/build.xml Modified: harmony/enhanced/trunk/build.xml URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/build.xml?rev=582151&r1=582150&r2=582151&view=diff ============================================================================== --- harmony/enhanced/trunk/build.xml (original) +++ harmony/enhanced/trunk/build.xml Fri Oct 5 02:12:23 2007 @@ -23,22 +23,6 @@ - - - - - - - - - - - - - - @@ -688,6 +672,7 @@ build mode : ${hy.cfg} output location : ${target.dir} DRLVM classlib : ${drlvm.classlib.offset} + SVN root : ${svn.root} @@ -730,20 +715,19 @@ failifexecutionfails="false" resultproperty="svn.rc"> - + - + - - + @@ -751,6 +735,23 @@ pattern="'Unknown revision at' dd-MMM-yyyy hh:mm aa"/> + + + + + + + + + + + + + + +