You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/04/09 21:20:58 UTC

svn commit: r646488 - /commons/sandbox/functor/trunk/pom.xml

Author: mbenson
Date: Wed Apr  9 12:20:52 2008
New Revision: 646488

URL: http://svn.apache.org/viewvc?rev=646488&view=rev
Log:
remove unnecessary checkstyle exclusion accidentally copied from elsewhere :o

Modified:
    commons/sandbox/functor/trunk/pom.xml

Modified: commons/sandbox/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=646488&r1=646487&r2=646488&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Wed Apr  9 12:20:52 2008
@@ -116,7 +116,6 @@
         <version>2.1</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
-          <excludes>**/parser/*</excludes>
         </configuration>
       </plugin>
     </plugins>