From 18c48173bd7abab4e88496a10e5fadc30596802b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C3=A8rne?= Date: Fri, 6 Jun 2014 07:50:22 +0200 Subject: [PATCH] Add JUnit as dependency --- ivy.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 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. + + + + + + + + + + + + + + + + + + + + + +