summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-10-10 06:48:29 +0000
committerDominik Stadler <centic@apache.org>2014-10-10 06:48:29 +0000
commit66d63acfc0a5784a741263501a71974e548855de (patch)
tree479c58f97e09b3a21208b0b85758b2c1d1a50bdf
parentd53398ba5f4855dde0e61bf59838435a8b8415fd (diff)
downloadpoi-66d63acfc0a5784a741263501a71974e548855de.tar.gz
poi-66d63acfc0a5784a741263501a71974e548855de.zip
Update to Apache Rat 0.11
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630660 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index feefdc3b3f..c90f9b13fd 100644
--- a/build.xml
+++ b/build.xml
@@ -176,8 +176,8 @@ under the License.
<property name="xerces.url" value="${repository.m2}/maven2/xerces/xercesImpl/2.6.1//xercesImpl-2.6.1.jar"/>
<!-- license checks -->
- <property name="rat.jar" location="${main.lib}/apache-rat-0.10.jar"/>
- <property name="rat.url" value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.10/apache-rat-0.10.jar"/>
+ <property name="rat.jar" location="${main.lib}/apache-rat-0.11.jar"/>
+ <property name="rat.url" value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar"/>
<!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm -->
<!-- "Copy these file(s), free of charge" -->
@@ -391,6 +391,7 @@ under the License.
<include name="log4j-1.2.13*"/>
<include name="org.jacoco.*-0.6.*"/>
<include name="dom4j*"/>
+ <include name="rat-0.10*"/>
</fileset>
</delete>
@@ -1458,7 +1459,7 @@ under the License.
<typedef resource="org/apache/rat/anttasks/antlib.xml"
uri="antlib:org.apache.rat.anttasks"
- classpath="${main.lib}/apache-rat-0.10.jar" />
+ classpath="${rat.jar}" />
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report}">
<fileset dir="src/">
<exclude name="documentation/*.txt" />