You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/06/08 22:43:13 UTC

svn commit: r782777 - /openjpa/trunk/pom.xml

Author: mikedd
Date: Mon Jun  8 20:43:13 2009
New Revision: 782777

URL: http://svn.apache.org/viewvc?rev=782777&view=rev
Log:
(re) including committed metamodel classes in checkstyle repost

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=782777&r1=782776&r2=782777&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Mon Jun  8 20:43:13 2009
@@ -755,7 +755,6 @@
                             <failsOnError>true</failsOnError>
                             <consoleOutput>true</consoleOutput>
                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
-                            <excludes>**/*_.java</excludes>
                         </configuration>
                     </execution>
                 </executions>
@@ -795,7 +794,6 @@
                 <configuration>
                     <configLocation>${checkstyle.config.location}</configLocation>
                     <includeTestSourceDirectory>true</includeTestSourceDirectory> 
-                    <excludes>**/*_.java</excludes>
                 </configuration>
             </plugin>
         </plugins>