Author: mseidel
Date: Thu Jun 6 22:48:22 2019
New Revision: 1860733
URL: http://svn.apache.org/viewvc?rev=1860733&view=rev
Log:
Updated version number, fixed typo
Modified:
openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml
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=1860733&r1=1860732&r2=1860733&view=diff
==============================================================================
--- openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml (original)
+++ openoffice/trunk/ext_libraries/ratscan/scan/rat-scan.xml Thu Jun 6
22:48:22 2019
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
- *
+ *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -8,16 +8,16 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
- *
+ *
***********************************************************-->
<project name="Check OpenOffice License Files" default="buildsources"
xmlns:rat="antlib:org.apache.rat.anttasks"
@@ -25,13 +25,13 @@
<description>
Check over Apache OpenOffice source files for license headers.
</description>
- <property name="version" value="AOO 4.2.0"/>
+ <property name="version" value="AOO 4.5.0"/>
<property environment="env"/>
<property name="src-dir" location="${env.SRC_ROOT}/.."/>
- <!-- Run the rat scan on a fileset whose ecludes are defined by
main/rat-excludes.
+ <!-- Run the rat scan on a fileset whose excludes are defined by
main/rat-excludes.
Note that ant adds a list of default excludes like **/*~ or **/.svn.
- For the complete list see here:
http://ant.apache.org/manual/dirtasks.html#defaultexcludes
+ For the complete list see here:
https://ant.apache.org/manual/dirtasks.html#defaultexcludes
-->
<target name="buildsources"
depends="taskdef"