dirkv 2005/01/04 14:56:50
Modified: convert checkstyle.xml
Log:
build fails with basedir property set (maven 1.0.2)
Revision Changes Path
1.2 +1 -1 jakarta-commons-sandbox/convert/checkstyle.xml
Index: checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/convert/checkstyle.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- checkstyle.xml 20 Mar 2004 18:52:31 -0000 1.1
+++ checkstyle.xml 4 Jan 2005 22:56:50 -0000 1.2
@@ -21,7 +21,7 @@
<!-- commons lang customization of default Checkstyle behavior -->
<module name="Checker">
- <property name="basedir" value="."/>
+<!-- <property name="basedir" value="."/> -->
<property name="localeLanguage" value="en"/>
<module name="PackageHtml"/>
<module name="TreeWalker">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]