[FOray-commit] SF.net SVN: foray: [7844] trunk/foray/scripts
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-08-30 01:48:46
|
Revision: 7844 Author: victormote Date: 2006-08-29 18:48:34 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/foray/?rev=7844&view=rev Log Message: ----------- Add and comply with checkstyle requirement for package-level documentation. Modified Paths: -------------- trunk/foray/scripts/checkstyle-config.xml Added Paths: ----------- trunk/foray/foray-common/src/java/org/foray/common/sax/package.html trunk/foray/foray-common/src/java/org/foray/common/url/classpath/package.html trunk/foray/foray-common/src/java/org/foray/common/url/package.html Added: trunk/foray/foray-common/src/java/org/foray/common/sax/package.html =================================================================== --- trunk/foray/foray-common/src/java/org/foray/common/sax/package.html (rev 0) +++ trunk/foray/foray-common/src/java/org/foray/common/sax/package.html 2006-08-30 01:48:34 UTC (rev 7844) @@ -0,0 +1,11 @@ +<html> + +<head> +<title>org.foray.common.sax Package</title> +</head> + +<body> +<p>Classes useful with SAX.</p> +</body> + +</html> Property changes on: trunk/foray/foray-common/src/java/org/foray/common/sax/package.html ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/foray/foray-common/src/java/org/foray/common/url/classpath/package.html =================================================================== --- trunk/foray/foray-common/src/java/org/foray/common/url/classpath/package.html (rev 0) +++ trunk/foray/foray-common/src/java/org/foray/common/url/classpath/package.html 2006-08-30 01:48:34 UTC (rev 7844) @@ -0,0 +1,13 @@ +<html> + +<head> +<title>org.foray.common.url.classpath Package</title> +</head> + +<body> +<p>Contains a URLStreamHandler for the "classpath" protocol. +A separate package is required to conform to the Java property lookup +scheme.</p> +</body> + +</html> Property changes on: trunk/foray/foray-common/src/java/org/foray/common/url/classpath/package.html ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Added: trunk/foray/foray-common/src/java/org/foray/common/url/package.html =================================================================== --- trunk/foray/foray-common/src/java/org/foray/common/url/package.html (rev 0) +++ trunk/foray/foray-common/src/java/org/foray/common/url/package.html 2006-08-30 01:48:34 UTC (rev 7844) @@ -0,0 +1,12 @@ +<html> + +<head> +<title>org.foray.common.url Package</title> +</head> + +<body> +<p>Classes useful for URL management, including a custom protocol registration +scheme.</p> +</body> + +</html> Property changes on: trunk/foray/foray-common/src/java/org/foray/common/url/package.html ___________________________________________________________________ Name: svn:keywords + "Author Id Rev Date URL" Name: svn:eol-style + native Modified: trunk/foray/scripts/checkstyle-config.xml =================================================================== --- trunk/foray/scripts/checkstyle-config.xml 2006-08-30 01:07:03 UTC (rev 7843) +++ trunk/foray/scripts/checkstyle-config.xml 2006-08-30 01:48:34 UTC (rev 7844) @@ -45,4 +45,8 @@ <property name="tokens" value="VARIABLE_DEF,PARAMETER_DEF"/> </module> </module> + + <!-- Make sure each package has javadoc package.html --> + <module name="PackageHtml"/> + </module> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |