Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DF5B10D73 for ; Fri, 6 Jun 2014 05:50:50 +0000 (UTC) Received: (qmail 16835 invoked by uid 500); 6 Jun 2014 05:50:50 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 16775 invoked by uid 500); 6 Jun 2014 05:50:50 -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 16768 invoked by uid 99); 6 Jun 2014 05:50:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2014 05:50:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id EC3A818CC; Fri, 6 Jun 2014 05:50:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jhm@apache.org To: notifications@ant.apache.org Message-Id: <4da2c701c9f04475889aa1719fb78aa7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Add JUnit as dependency Date: Fri, 6 Jun 2014 05:50:49 +0000 (UTC) Repository: ant-antlibs-antunit Updated Branches: refs/heads/master d67580a63 -> 18c48173b Add JUnit as dependency Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/commit/18c48173 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/tree/18c48173 Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/diff/18c48173 Branch: refs/heads/master Commit: 18c48173bd7abab4e88496a10e5fadc30596802b Parents: d67580a Author: Jan Mat�rne Authored: Fri Jun 6 07:50:22 2014 +0200 Committer: Jan Mat�rne Committed: Fri Jun 6 07:50:22 2014 +0200 ---------------------------------------------------------------------- ivy.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-antunit/blob/18c48173/ivy.xml ---------------------------------------------------------------------- diff --git a/ivy.xml b/ivy.xml new file mode 100644 index 0000000..28316f2 --- /dev/null +++ b/ivy.xml @@ -0,0 +1,61 @@ + + + + + + + + This library contains tasks that enables Ant task developers to test + their tasks with Ant and without JUnit. It contains a few assertion + tasks and an antunit task that runs build files instead of test + classes and is modelled after the JUnit task. + + + + + + + + + + + + + + + + + + + + + +