Upgrade Apache Rat from v0.9 to v0.10

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1521206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-09-09 17:29:45 +00:00
parent 9c13028cd7
commit 9cedad9cd1
1 changed files with 1 additions and 1 deletions

View File

@ -1498,7 +1498,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
</target>
<target name="rat-sources-typedef" unless="rat.loaded">
<ivy:cachepath organisation="org.apache.rat" module="apache-rat" revision="0.9" transitive="false" inline="true" conf="master" type="jar" pathid="rat.classpath"/>
<ivy:cachepath organisation="org.apache.rat" module="apache-rat" revision="0.10" transitive="false" inline="true" conf="master" type="jar" pathid="rat.classpath"/>
<typedef resource="org/apache/rat/anttasks/antlib.xml" uri="antlib:org.apache.rat.anttasks" classpathref="rat.classpath"/>
<property name="rat.loaded" value="true"/>
</target>