Author: hboutemy
Date: Sun Jan 18 16:57:34 2015
New Revision: 1652792

URL: http://svn.apache.org/r1652792
Log:
fixed date format

Modified:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.java
    
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm
    
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-property-expansion.apt.vm
    
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm
    
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/suppressions-filter.apt.vm
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/usage.apt.vm

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.java?rev=1652792&r1=1652791&r2=1652792&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.java
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleExecutor.java
 Sun Jan 18 16:57:34 2015
@@ -20,6 +20,7 @@ package org.apache.maven.plugin.checksty
  */
 
 import com.puppycrawl.tools.checkstyle.api.CheckstyleException;
+import com.puppycrawl.tools.checkstyle.api.Configuration;
 
 /**
  * @author Olivier Lamy
@@ -37,4 +38,7 @@ public interface CheckstyleExecutor
      */
     CheckstyleResults executeCheckstyle( CheckstyleExecutorRequest request )
         throws CheckstyleExecutorException, CheckstyleException;
+
+    Configuration getConfiguration( CheckstyleExecutorRequest request )
+        throws CheckstyleExecutorException;
 }

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm?rev=1652792&r1=1652791&r2=1652792&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-checker-config.apt.vm
 Sun Jan 18 16:57:34 2015
@@ -1,7 +1,7 @@
  ------
  Using a Custom Checkstyle Checker Configuration
  ------
- July 2006
+ 2006-07-21
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-property-expansion.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-property-expansion.apt.vm?rev=1652792&r1=1652791&r2=1652792&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-property-expansion.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/custom-property-expansion.apt.vm
 Sun Jan 18 16:57:34 2015
@@ -1,7 +1,7 @@
  ------
  Using Custom Checkstyle Property Expansion Definitions
  ------
- July 2006
+ 2006-07-21
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm?rev=1652792&r1=1652791&r2=1652792&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm
 Sun Jan 18 16:57:34 2015
@@ -1,7 +1,7 @@
  ------
  Using an 'inlined' Checkstyle Checker Configuration
  ------
- Feb 2014
+ 2014-02-14
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/suppressions-filter.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/suppressions-filter.apt.vm?rev=1652792&r1=1652791&r2=1652792&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/suppressions-filter.apt.vm
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/suppressions-filter.apt.vm
 Sun Jan 18 16:57:34 2015
@@ -1,7 +1,7 @@
  ------
  Using a Suppressions Filter
  ------
- July 2006
+ 2006-07-21
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/usage.apt.vm?rev=1652792&r1=1652791&r2=1652792&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/usage.apt.vm 
(original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/usage.apt.vm Sun 
Jan 18 16:57:34 2015
@@ -3,7 +3,7 @@
  ------
  Maria Odea Ching
  ------
- 21 July 2006
+ 2006-07-21
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one


Reply via email to