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: [email protected]
For additional commands, e-mail: [email protected]