Added reminders for tabs, svn props.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@348902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-11-25 07:00:50 +00:00
parent 045928c2f3
commit 82bb367f1f
1 changed files with 9 additions and 1 deletions

View File

@ -162,7 +162,15 @@
Conventions for the Java Programming Language</a>. As part of the maven
build process, style checking is performed using the Checkstyle plugin,
using the properties specified in <code>checkstyle.xml</code>.
Committed code <i>should</i> generate no Checkstyle errors.
Committed code <i>should</i> generate no Checkstyle errors. One thing
that Checkstyle will complain about is tabs included in the source code.
Please make sure to set your IDE or editor to use spaces instead of tabs.
</p>
<p>
Committers should make sure that svn properties are correctly set on
files added to the repository. See the section on Committer Subversion
Access on the <a href="http://www.apache.org/dev/version-control.html">
Apache Source Code Repositories</a> page.
</p>
</subsection>
<subsection name='Documentation'>