This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch feature/RAT-397 in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit c872260aed3a712334420c90491504be6f1b1e29 Author: P. Ottlinger <[email protected]> AuthorDate: Fri Nov 15 22:01:25 2024 +0100 RAT-397: Cleanup all site descriptors --- apache-rat-core/src/site/site.xml | 17 +++++------------ apache-rat-plugin/src/site/site.xml | 17 ++++------------- apache-rat-tasks/src/site/site.xml | 17 ++++------------- apache-rat-tools/src/site/site.xml | 17 ++++------------- apache-rat/src/site/site.xml | 13 +++---------- 5 files changed, 20 insertions(+), 61 deletions(-) diff --git a/apache-rat-core/src/site/site.xml b/apache-rat-core/src/site/site.xml index 5968a4d3..2de6868f 100644 --- a/apache-rat-core/src/site/site.xml +++ b/apache-rat-core/src/site/site.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,17 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<site - xmlns="http://maven.apache.org/SITE/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" - name="Apache Rat™ Core"> - <body> - <head> - <![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]> - </head> - +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache Rat™ Core"> + <body> + <head><![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]></head> <menu ref="parent"/> <menu ref="reports"/> </body> -</site> \ No newline at end of file +</site> diff --git a/apache-rat-plugin/src/site/site.xml b/apache-rat-plugin/src/site/site.xml index 0400f5bb..a8b4deb6 100644 --- a/apache-rat-plugin/src/site/site.xml +++ b/apache-rat-plugin/src/site/site.xml @@ -1,4 +1,4 @@ -<?xml version='1.0'?> +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,18 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<site - xmlns="http://maven.apache.org/SITE/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" - name="Apache Rat™ Plugin for Apache Maven"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache Rat™ Plugin for Apache Maven"> <body> - <head> - <![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]> - </head> - + <head><![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]></head> <menu ref="parent"/> - <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"/> @@ -40,7 +32,6 @@ <item name="Adding a report to the site" href="examples/site.html"/> <item name="Custom license" href="examples/custom-license.html"/> </menu> - <menu ref="reports"/> </body> -</site> \ No newline at end of file +</site> diff --git a/apache-rat-tasks/src/site/site.xml b/apache-rat-tasks/src/site/site.xml index 30847cfe..883cb837 100644 --- a/apache-rat-tasks/src/site/site.xml +++ b/apache-rat-tasks/src/site/site.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,18 +15,10 @@ See the License for the specific language governing permissions and limitations under the License. --> -<site - xmlns="http://maven.apache.org/SITE/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" - name="Apache Rat\u2122 Task Library for Apache Ant"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache Rat\u2122 Task Library for Apache Ant"> <body> - <head> - <![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]> - </head> - + <head><![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]></head> <menu ref="parent"/> - <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Report Task" href="report.html"/> @@ -34,7 +26,6 @@ <menu name="Examples"> <item name="Basic Usage" href="examples/basic.html"/> </menu> - <menu ref="reports"/> </body> -</site> \ No newline at end of file +</site> diff --git a/apache-rat-tools/src/site/site.xml b/apache-rat-tools/src/site/site.xml index dd5cd987..3c7ae760 100644 --- a/apache-rat-tools/src/site/site.xml +++ b/apache-rat-tools/src/site/site.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,22 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<site - xmlns="http://maven.apache.org/SITE/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" - name="Apache Rat™ Tools"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache Rat™ Tools"> <body> - <head> - <![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]> - </head> - + <head><![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]></head> <menu ref="parent"/> - <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - <menu ref="reports"/> </body> -</site> \ No newline at end of file +</site> diff --git a/apache-rat/src/site/site.xml b/apache-rat/src/site/site.xml index 71890072..3ca9fa95 100644 --- a/apache-rat/src/site/site.xml +++ b/apache-rat/src/site/site.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -15,16 +15,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<site - xmlns="http://maven.apache.org/SITE/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" - name="Apache Rat™"> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" name="Apache Rat™"> <body> - <head> - <![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]> - </head> - + <head><![CDATA[<link href="https://creadur.apache.org/font/matesc.css" type="text/css" rel="stylesheet" />]]></head> <menu ref="parent"/> <menu ref="reports"/> </body>
