You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/07/05 15:40:19 UTC

svn commit: r1835147 - in /openoffice/trunk/ext_libraries/ratscan/scan: makefile.mk rat-scan.xml

Author: mseidel
Date: Thu Jul  5 15:40:19 2018
New Revision: 1835147

URL: http://svn.apache.org/viewvc?rev=1835147&view=rev
Log:
Updated version number

Modified:
    openoffice/trunk/ext_libraries/ratscan/scan/makefile.mk
    openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml

Modified: openoffice/trunk/ext_libraries/ratscan/scan/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/ratscan/scan/makefile.mk?rev=1835147&r1=1835146&r2=1835147&view=diff
==============================================================================
--- openoffice/trunk/ext_libraries/ratscan/scan/makefile.mk (original)
+++ openoffice/trunk/ext_libraries/ratscan/scan/makefile.mk Thu Jul  5 15:40:19 2018
@@ -23,7 +23,7 @@ PRJ=..
 
 .INCLUDE :	settings.mk
 
-version=4.1.0
+version=4.2.0
 
 .IF "$(RAT_JAR_HOME)"=="BUILD"
 rat_jar_home=$(CLASSDIR)

Modified: openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml
URL: http://svn.apache.org/viewvc/openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml?rev=1835147&r1=1835146&r2=1835147&view=diff
==============================================================================
--- openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml (original)
+++ openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml Thu Jul  5 15:40:19 2018
@@ -19,13 +19,13 @@
  * under the License.
  * 
  ***********************************************************-->
-<project name="Check OpenOffice License Files" default="buildsources" 
+<project name="Check OpenOffice License Files" default="buildsources"
          xmlns:rat="antlib:org.apache.rat.anttasks"
          xmlns="antlib:org.apache.tools.ant">
   <description>
     Check over Apache OpenOffice source files for license headers.
   </description>
-  <property name="version" value="AOO 4.1.0"/>
+  <property name="version" value="AOO 4.2.0"/>
   <property environment="env"/>
   <property name="src-dir" location="${env.SRC_ROOT}/.."/>
 
@@ -89,7 +89,7 @@ Excluded files of local and global solve
   <!-- Import the rat scan as ant command.
   -->
   <target name="taskdef">
-    <typedef resource="org/apache/rat/anttasks/antlib.xml" 
+    <typedef resource="org/apache/rat/anttasks/antlib.xml"
              uri="antlib:org.apache.rat.anttasks">
       <classpath>
         <fileset dir="${RAT_JAR_HOME}">