You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/04/11 12:37:06 UTC

svn commit: r527452 - /tiles/site/pom.xml

Author: apetrelli
Date: Wed Apr 11 03:36:58 2007
New Revision: 527452

URL: http://svn.apache.org/viewvc?view=rev&rev=527452
Log:
Pointing to Tiles specifid Checkstyle configuration

Modified:
    tiles/site/pom.xml

Modified: tiles/site/pom.xml
URL: http://svn.apache.org/viewvc/tiles/site/pom.xml?view=diff&rev=527452&r1=527451&r2=527452
==============================================================================
--- tiles/site/pom.xml (original)
+++ tiles/site/pom.xml Wed Apr 11 03:36:58 2007
@@ -126,8 +126,7 @@
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                    <!-- TODO:  add a checkstyle config file for tiles -->
-                    <configLocation>http://svn.apache.org/repos/asf/struts/maven/trunk/build/struts_checks.xml
+                    <configLocation>http://svn.apache.org/repos/asf/tiles/maven/trunk/build/tiles_checks.xml
                     </configLocation>
                 </configuration>
             </plugin>