Get the checkstyle configs to play nicely with Ant and the Eclipse plug-in
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 11 Dec 2010 20:58:28 +0000 (20:58 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 11 Dec 2010 20:58:28 +0000 (20:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1044716 13f79535-47bb-0310-9956-ffa450edef68

res/checkstyle/javax-checkstyle.xml
res/checkstyle/org-checkstyle.xml

index 23d5101..46675f8 100644 (file)
@@ -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
index 12da665..bd37002 100644 (file)
@@ -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