You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2016/06/30 21:05:52 UTC

svn commit: r1750863 - /poi/trunk/build.xml

Author: centic
Date: Thu Jun 30 21:05:52 2016
New Revision: 1750863

URL: http://svn.apache.org/viewvc?rev=1750863&view=rev
Log:
Update to apache-rat-12

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1750863&r1=1750862&r2=1750863&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Jun 30 21:05:52 2016
@@ -198,8 +198,8 @@ under the License.
     <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar"/>
 
     <!-- license and api checks -->
-    <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"/>
+    <property name="rat.jar" location="${main.lib}/apache-rat-0.12.jar"/>
+    <property name="rat.url" value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar"/>
     <property name="forbidden.jar" location="${main.lib}/forbiddenapis-2.1.jar"/>
     <property name="forbidden.url" value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.1/forbiddenapis-2.1.jar"/>
 
@@ -544,6 +544,7 @@ under the License.
                 <include name="junit-4.11*"/>
                 <include name="forbiddenapis-1.*.jar"/>
                 <include name="forbiddenapis-2.0.jar"/>
+                <include name="apache-rat-0.11.jar"/>
             </fileset>
             <fileset dir="${ooxml.lib}">
                 <!-- remove jars from previous versions, but not the current version -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org