You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/07/19 14:44:52 UTC

[2/3] git commit: add test dependency on AntUnit

add test dependency on AntUnit


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/a562586d
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/a562586d
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/a562586d

Branch: refs/heads/master
Commit: a562586d86f81dc98b4b3cb5cd21bf39823641ea
Parents: fca03fb
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Jul 19 14:42:10 2014 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Jul 19 14:42:10 2014 +0200

----------------------------------------------------------------------
 ivy.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/a562586d/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index 4f5fec9..d9e5faf 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -33,8 +33,8 @@
     </description>
   </info>
   <configurations>
-		<conf name="default" description="full antlib with all dependencies"/>
-		<conf name="test" description="dependencies used for junit testing the antlib" visibility="private" />
+    <conf name="default" description="full antlib with all dependencies"/>
+    <conf name="test" description="dependencies used for junit testing the antlib" visibility="private" />
   </configurations>
   <publications xmlns:e="urn:ant.apache.org:ivy-extras">
     <artifact name="${artifact.name}" type="pom" ext="pom"/>
@@ -58,5 +58,6 @@
     <dependency org="org.apache.commons" name="commons-compress" rev="1.8" conf="default"/>
     <dependency org="org.tukaani" name="xz" rev="1.5" conf="default"/>
     <dependency org="junit" name="junit" rev="4.11" conf="test->default"/>
+    <dependency org="org.apache.ant" name="ant-antunit" rev="1.3" conf="test->default"/>
   </dependencies>
 </ivy-module>