You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2006/10/29 02:51:35 UTC

svn commit: r468815 - /webservices/juddi/trunk/checkstyle.dtd

Author: sviens
Date: Sat Oct 28 18:51:35 2006
New Revision: 468815

URL: http://svn.apache.org/viewvc?view=rev&rev=468815
Log:
Adding the Checkstyle DTD.

Added:
    webservices/juddi/trunk/checkstyle.dtd

Added: webservices/juddi/trunk/checkstyle.dtd
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/checkstyle.dtd?view=auto&rev=468815
==============================================================================
--- webservices/juddi/trunk/checkstyle.dtd (added)
+++ webservices/juddi/trunk/checkstyle.dtd Sat Oct 28 18:51:35 2006
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Add the following to any file that is to be validated against this DTD:
+
+<!DOCTYPE module PUBLIC
+    "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
+    "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
+-->
+
+<!ELEMENT module (module|property|metadata)*>
+<!ATTLIST module name NMTOKEN #REQUIRED>
+
+<!ELEMENT property EMPTY>
+<!ATTLIST property
+	name NMTOKEN #REQUIRED
+	value CDATA #REQUIRED
+>
+
+<!--
+
+   Used to store metadata in the Checkstyle configuration file. This
+   information is ignored by Checkstyle. This may be useful if you want to
+   store plug-in specific information.
+
+   To avoid name clashes between different tools/plug-ins you are *strongly*
+   encouraged to prefix all names with your domain name. For example, use the
+   name "com.mycompany.parameter" instead of "parameter".
+
+   The prefix "com.puppycrawl." is reserved for Checkstyle.
+
+-->
+
+<!ELEMENT metadata EMPTY>
+<!ATTLIST metadata
+	name NMTOKEN #REQUIRED
+	value CDATA #REQUIRED
+>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org