Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 59045 invoked from network); 14 Feb 2009 10:44:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2009 10:44:44 -0000 Received: (qmail 8411 invoked by uid 500); 14 Feb 2009 10:44:44 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 8384 invoked by uid 500); 14 Feb 2009 10:44:44 -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 8375 invoked by uid 99); 14 Feb 2009 10:44:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 02:44:44 -0800 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; Sat, 14 Feb 2009 10:44:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E972C238896B; Sat, 14 Feb 2009 10:44:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r744476 - /ant/antlibs/common/trunk/build.xml Date: Sat, 14 Feb 2009 10:44:21 -0000 To: notifications@ant.apache.org From: gscokart@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090214104421.E972C238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gscokart Date: Sat Feb 14 10:44:21 2009 New Revision: 744476 URL: http://svn.apache.org/viewvc?rev=744476&view=rev Log: missing change in previous check-in. To AntUnit integartion in Junit4, we need a test that use annotation 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?rev=744476&r1=744475&r2=744476&view=diff ============================================================================== --- ant/antlibs/common/trunk/build.xml (original) +++ ant/antlibs/common/trunk/build.xml Sat Feb 14 10:44:21 2009 @@ -37,6 +37,8 @@ + + @@ -153,8 +155,8 @@ srcdir="${src.junit}" destdir="${build.testclasses}" debug="${javac.debug}" - source="${javac.-source}" - target="${javac.-target}" + source="${javac.test-source}" + target="${javac.test-target}" >