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>