Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 95099 invoked from network); 26 Mar 2009 10:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Mar 2009 10:08:55 -0000 Received: (qmail 27374 invoked by uid 500); 26 Mar 2009 10:08:55 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 27320 invoked by uid 500); 26 Mar 2009 10:08:55 -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 27311 invoked by uid 99); 26 Mar 2009 10:08:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 10:08:55 +0000 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; Thu, 26 Mar 2009 10:08:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8A8692388962; Thu, 26 Mar 2009 10:08:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r758576 - /ant/antlibs/antunit/trunk/pom.xml Date: Thu, 26 Mar 2009 10:08:25 -0000 To: notifications@ant.apache.org From: gscokart@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090326100826.8A8692388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gscokart Date: Thu Mar 26 10:08:19 2009 New Revision: 758576 URL: http://svn.apache.org/viewvc?rev=758576&view=rev Log: Minimal pom helping to install latest antunit version on a maven repository Added: ant/antlibs/antunit/trunk/pom.xml Added: ant/antlibs/antunit/trunk/pom.xml URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/pom.xml?rev=758576&view=auto ============================================================================== --- ant/antlibs/antunit/trunk/pom.xml (added) +++ ant/antlibs/antunit/trunk/pom.xml Thu Mar 26 10:08:19 2009 @@ -0,0 +1,97 @@ + + + + + 4.0.0 + org.apache.ant + ant-antunit + jar + 1.2-SNAPSHOT + + + + true + + + + + src/main + src/tests/junit + + + + + + + org.apache.ant + ant + 1.7.1 + compile + + + org.apache.ant + ant-launcher + + + + + junit + junit-dep + 4.4 + compile + true + + + + org.apache.ant + ant-launcher + 1.7.1 + runtime + + + + +