You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2014/06/03 14:43:45 UTC

[2/2] git commit: update prepare.xml

update prepare.xml


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

Branch: refs/heads/master
Commit: e6fbc896587e4ab7af1b7e9ae58214b0defe7526
Parents: 72b12ff
Author: Jan Mat�rne <jh...@apache.org>
Authored: Tue Jun 3 14:43:21 2014 +0200
Committer: Jan Mat�rne <jh...@apache.org>
Committed: Tue Jun 3 14:43:21 2014 +0200

----------------------------------------------------------------------
 prepare.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-props/blob/e6fbc896/prepare.xml
----------------------------------------------------------------------
diff --git a/prepare.xml b/prepare.xml
index cbb3c2e..ee14272 100644
--- a/prepare.xml
+++ b/prepare.xml
@@ -32,7 +32,7 @@ The original of this snippet is maintained in the antlib-common project.
 
   <property name="antlib.common.git" value="https://git-wip-us.apache.org/repos/asf/ant-antlibs-common.git"/>
   <property name="git" value="git"/>
-  
+
   <available property="common.present" file="common" type="dir"/>
 
   <echo message="cloning antlib-common" unless:set="common.present"/>
@@ -46,7 +46,13 @@ The original of this snippet is maintained in the antlib-common project.
   <exec executable="${git}" dir="common" taskname="git" if:set="common.present">
     <arg value="pull"/>
   </exec>
-  
+
+  <echo>updating prepare.xml</echo>
   <copy file="common/prepare.xml" tofile="prepare.xml"/>
-  
-</project>
+
+  <echo>updating AntUnit</echo>
+  <property name="antunit.version" value="1.3"/>
+  <property name="antunit.url" value="http://repo1.maven.org/maven2/org/apache/ant/ant-antunit/${antunit.version}/ant-antunit-${antunit.version}.jar"/>
+  <get src="${antunit.url}" dest="ant-antunit.jar" usetimestamp="true"/>
+
+</project>
\ No newline at end of file