Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 91688 invoked from network); 27 Oct 2006 04:19:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Oct 2006 04:19:34 -0000 Received: (qmail 81006 invoked by uid 500); 27 Oct 2006 04:19:44 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 80759 invoked by uid 500); 27 Oct 2006 04:19:44 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 80748 invoked by uid 500); 27 Oct 2006 04:19:44 -0000 Received: (qmail 80736 invoked by uid 99); 27 Oct 2006 04:19:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 21:19:43 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 21:19:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id F27C31A9888; Thu, 26 Oct 2006 21:19:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r468263 - /ant/antlibs/common/trunk/build.xml Date: Fri, 27 Oct 2006 04:19:09 -0000 To: ant-cvs@apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061027041909.F27C31A9888@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Thu Oct 26 21:19:07 2006 New Revision: 468263 URL: http://svn.apache.org/viewvc?view=rev&rev=468263 Log: Ouch, committed an invalid build file Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?view=diff&rev=468263&r1=468262&r2=468263 ============================================================================== --- ant/antlibs/common/trunk/build.xml (original) +++ ant/antlibs/common/trunk/build.xml Thu Oct 26 21:19:07 2006 @@ -84,7 +84,7 @@ destdir="${build.classes}" debug="${javac.debug}" source="${javac.-source}" - source="${javac.-target}" + target="${javac.-target}" /> @@ -153,7 +153,7 @@ destdir="${build.testclasses}" debug="${javac.debug}" source="${javac.-source}" - source="${javac.-target}" + target="${javac.-target}" > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org