[FOray-commit] SF.net SVN: foray: [8396] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-10-21 01:24:32
|
Revision: 8396
http://svn.sourceforge.net/foray/?rev=8396&view=rev
Author: victormote
Date: 2006-10-20 18:24:21 -0700 (Fri, 20 Oct 2006)
Log Message:
-----------
Add checkstyle DTDs to repository.
Added Paths:
-----------
trunk/foray/lib-build/
trunk/foray/lib-build/checkstyle/
trunk/foray/lib-build/checkstyle/configuration_1_1.dtd
trunk/foray/lib-build/checkstyle/suppressions_1_0.dtd
Added: trunk/foray/lib-build/checkstyle/configuration_1_1.dtd
===================================================================
--- trunk/foray/lib-build/checkstyle/configuration_1_1.dtd (rev 0)
+++ trunk/foray/lib-build/checkstyle/configuration_1_1.dtd 2006-10-21 01:24:21 UTC (rev 8396)
@@ -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
+>
Property changes on: trunk/foray/lib-build/checkstyle/configuration_1_1.dtd
___________________________________________________________________
Name: svn:keywords
+ "Author Id Rev Date URL"
Name: svn:eol-style
+ native
Added: trunk/foray/lib-build/checkstyle/suppressions_1_0.dtd
===================================================================
--- trunk/foray/lib-build/checkstyle/suppressions_1_0.dtd (rev 0)
+++ trunk/foray/lib-build/checkstyle/suppressions_1_0.dtd 2006-10-21 01:24:21 UTC (rev 8396)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- Add the following to any file that is to be validated against this DTD:
+
+<!DOCTYPE suppressions PUBLIC
+ "-//Puppy Crawl//DTD Suppressions 1.0//EN"
+ "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
+-->
+
+<!ELEMENT suppressions (suppress*)>
+
+<!ELEMENT suppress EMPTY>
+<!ATTLIST suppress files CDATA #REQUIRED
+ checks CDATA #REQUIRED
+ lines CDATA #IMPLIED
+ columns CDATA #IMPLIED>
Property changes on: trunk/foray/lib-build/checkstyle/suppressions_1_0.dtd
___________________________________________________________________
Name: svn:keywords
+ "Author Id Rev Date URL"
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|