Renames "rat" ant target into more descriptive "audit-licenses".
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/bf6b2009 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/bf6b2009 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/bf6b2009 Branch: refs/heads/master Commit: bf6b20092ab98fa1e1c03e674dd8af4a03b41ca8 Parents: b091fd4 Author: Yuri Zelikov <[email protected]> Authored: Fri Jul 18 09:51:01 2014 +0300 Committer: Yuri Zelikov <[email protected]> Committed: Fri Jul 18 09:51:01 2014 +0300 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/bf6b2009/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 8091c55..aad8942 100644 --- a/build.xml +++ b/build.xml @@ -1092,7 +1092,7 @@ </get> </target> - <target name="get-third-party-release-dep" description="Download release tool third party dependencies"> + <target name="get-third-party-release-dep" depends="init" description="Download release tool third party dependencies"> <get dest="${lib.release}" usetimestamp="true" skipexisting="true"> <url url="http://apache.spd.co.il/creadur/apache-rat-0.10/apache-rat-0.10-bin.zip" /> </get> @@ -1104,7 +1104,7 @@ </unzip> </target> - <target name="rat" depends="get-third-party-release-dep" description="Run the Apache Rat release audit tool."> + <target name="audit-licenses" depends="get-third-party-release-dep" description="Run the Apache Rat - release audit tool."> <taskdef resource="org/apache/rat/anttasks/antlib.xml"> <classpath> <pathelement location="${lib.release}/apache-rat-0.10.jar"/>
