You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/01/27 10:30:14 UTC

[tomcat] branch 7.0.x updated: Update checkstyle DTDs

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 4b08064  Update checkstyle DTDs
4b08064 is described below

commit 4b080641507f76a4cd2dacf9a7877166365a516e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 27 10:27:44 2021 +0000

    Update checkstyle DTDs
---
 res/checkstyle/checkstyle.xml           | 4 ++--
 res/checkstyle/javax-checkstyle.xml     | 4 ++--
 res/checkstyle/javax-import-control.xml | 4 ++--
 res/checkstyle/org-checkstyle.xml       | 4 ++--
 res/checkstyle/org-import-control.xml   | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index 77276d6..9989ffb 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
   <!-- When adding checks, keep to the order checks are listed under         -->
   <!-- 'Standard Checks' in the Checkstyle documentation:                    -->
diff --git a/res/checkstyle/javax-checkstyle.xml b/res/checkstyle/javax-checkstyle.xml
index 08501f9..41ec132 100644
--- a/res/checkstyle/javax-checkstyle.xml
+++ b/res/checkstyle/javax-checkstyle.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
   <!-- When adding checks, keep to the order checks are listed under         -->
   <!-- 'Standard Checks' in the Checkstyle documentation:                    -->
diff --git a/res/checkstyle/javax-import-control.xml b/res/checkstyle/javax-import-control.xml
index 2e7201d..7baca13 100644
--- a/res/checkstyle/javax-import-control.xml
+++ b/res/checkstyle/javax-import-control.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE import-control PUBLIC
-    "-//Puppy Crawl//DTD Import Control 1.1//EN"
-    "http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
+    "-//Checkstyle//DTD ImportControl Configuration 1.4//EN"
+    "https://checkstyle.org/dtds/import_control_1_4.dtd">
 
 <import-control pkg="javax">
   <allow pkg="java"/>
diff --git a/res/checkstyle/org-checkstyle.xml b/res/checkstyle/org-checkstyle.xml
index cd31f0a..39b6fa4 100644
--- a/res/checkstyle/org-checkstyle.xml
+++ b/res/checkstyle/org-checkstyle.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
+    "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+    "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
   <!-- When adding checks, keep to the order checks are listed under         -->
   <!-- 'Standard Checks' in the Checkstyle documentation:                    -->
diff --git a/res/checkstyle/org-import-control.xml b/res/checkstyle/org-import-control.xml
index 3db9639..8cd206c 100644
--- a/res/checkstyle/org-import-control.xml
+++ b/res/checkstyle/org-import-control.xml
@@ -16,8 +16,8 @@
   limitations under the License.
 -->
 <!DOCTYPE import-control PUBLIC
-    "-//Puppy Crawl//DTD Import Control 1.1//EN"
-    "http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
+    "-//Checkstyle//DTD ImportControl Configuration 1.4//EN"
+    "https://checkstyle.org/dtds/import_control_1_4.dtd">
 
 <import-control pkg="org.apache">
   <!-- Anything in J2SE is OK but need to list javax by package as not


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org