Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 83379 invoked from network); 18 Jul 2008 14:23:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 14:23:46 -0000 Received: (qmail 92325 invoked by uid 500); 18 Jul 2008 14:23:46 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 92306 invoked by uid 500); 18 Jul 2008 14:23:46 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 92294 invoked by uid 99); 18 Jul 2008 14:23:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 07:23:46 -0700 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; Fri, 18 Jul 2008 14:23:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D1D4D238895D; Fri, 18 Jul 2008 07:22:55 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r677915 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java Date: Fri, 18 Jul 2008 14:22:55 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080718142255.D1D4D238895D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Fri Jul 18 07:22:55 2008 New Revision: 677915 URL: http://svn.apache.org/viewvc?rev=677915&view=rev Log: whitespace Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java?rev=677915&r1=677914&r2=677915&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Ant.java Fri Jul 18 07:22:55 2008 @@ -341,12 +341,12 @@ if (dir != null) { if (!allowNativeBasedir) { - newProject.setBaseDir(dir); - if (savedDir != null) { - // has been set explicitly - newProject.setInheritedProperty(MagicNames.PROJECT_BASEDIR, - dir.getAbsolutePath()); - } + newProject.setBaseDir(dir); + if (savedDir != null) { + // has been set explicitly + newProject.setInheritedProperty(MagicNames.PROJECT_BASEDIR, + dir.getAbsolutePath()); + } } } else { dir = getProject().getBaseDir();