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