Added comment on the basedir property as suggested by ID: 2188819

This commit is contained in:
Oliver Burn 2008-10-27 03:56:31 +00:00
parent 203fb68335
commit 8eb0d556b3
2 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,13 @@
"http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<!--
If you set the basedir property below, then all reported file
names will be relative to the specified directory. See
http://checkstyle.sourceforge.net/5.x/config.html#Checker
<property name="basedir" value="${basedir}"/>
-->
<metadata name="com.atlas-sw.eclipse" value="I like Sydney"/>

View File

@ -31,6 +31,13 @@
-->
<module name="Checker">
<!--
If you set the basedir property below, then all reported file
names will be relative to the specified directory. See
http://checkstyle.sourceforge.net/5.x/config.html#Checker
<property name="basedir" value="${basedir}"/>
-->
<!-- Checks that a package-info.java file exists for each package. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->