From 524dd2e149045abdfbdb42282c78cf869d1f83d8 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Tue, 3 Feb 2015 07:43:08 -0800 Subject: [PATCH] xdoc files was clened up from contrib reference --- config/assembly-bin.xml | 2 -- src/xdocs/writinglisteners.xml.vm | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/assembly-bin.xml b/config/assembly-bin.xml index 01866e209..876f69054 100644 --- a/config/assembly-bin.xml +++ b/config/assembly-bin.xml @@ -20,9 +20,7 @@ checkstyle_checks.xml import-control.xml - sun_checks.xml suppressions.xml - contrib/** java.header LICENSE* README diff --git a/src/xdocs/writinglisteners.xml.vm b/src/xdocs/writinglisteners.xml.vm index 2056aea6e..902dc6e71 100644 --- a/src/xdocs/writinglisteners.xml.vm +++ b/src/xdocs/writinglisteners.xml.vm @@ -249,7 +249,7 @@ Audit finished. Total errors: 1

The source code for CommonsLoggingListener is in distribution - directory contrib/examples/listeners. Notice that + directory https://github.com/checkstyle/contribution/examples/listeners. Notice that each AuditListener method that receives an AuditEvent calls a method for the Commons Logging log level corresponding to the @@ -320,7 +320,7 @@ INFO com.puppycrawl...Checker - Audit finished.

The source code for CommonsLoggingListener is in distribution - directory contrib/examples/listeners. This + directory https://github.com/checkstyle/contribution/examples/listeners. This implementation uses the JavaMail API as the mail system, and you must include appropriate jar files in