You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/12/11 21:58:29 UTC

svn commit: r1044716 - in /tomcat/trunk/res/checkstyle: javax-checkstyle.xml org-checkstyle.xml

Author: markt
Date: Sat Dec 11 20:58:28 2010
New Revision: 1044716

URL: http://svn.apache.org/viewvc?rev=1044716&view=rev
Log:
Get the checkstyle configs to play nicely with Ant and the Eclipse plug-in

Modified:
    tomcat/trunk/res/checkstyle/javax-checkstyle.xml
    tomcat/trunk/res/checkstyle/org-checkstyle.xml

Modified: tomcat/trunk/res/checkstyle/javax-checkstyle.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/javax-checkstyle.xml?rev=1044716&r1=1044715&r2=1044716&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/javax-checkstyle.xml (original)
+++ tomcat/trunk/res/checkstyle/javax-checkstyle.xml Sat Dec 11 20:58:28 2010
@@ -27,7 +27,7 @@
 
   <module name="TreeWalker">
     <module name="ImportControl">
-      <property name="file" value="res/checkstyle/javax-import-control.xml"/>
+      <property name="file" value="${basedir}/res/checkstyle/javax-import-control.xml"/>
     </module>
   </module>
 </module>
\ No newline at end of file

Modified: tomcat/trunk/res/checkstyle/org-checkstyle.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/org-checkstyle.xml?rev=1044716&r1=1044715&r2=1044716&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/org-checkstyle.xml (original)
+++ tomcat/trunk/res/checkstyle/org-checkstyle.xml Sat Dec 11 20:58:28 2010
@@ -27,7 +27,7 @@
 
   <module name="TreeWalker">
     <module name="ImportControl">
-      <property name="file" value="res/checkstyle/org-import-control.xml"/>
+      <property name="file" value="${basedir}/res/checkstyle/org-import-control.xml"/>
     </module>
   </module>
 </module>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org