aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-06-21 07:13:12 +0000
committerJeremias Maerki <jeremias@apache.org>2006-06-21 07:13:12 +0000
commit49151209f24393f0714182f57e0d61997e0a7ceb (patch)
tree431b1422766346e820a73b6db65d62f52717df4b /src/documentation
parenta85bb5953af9a945b18880ffd6b8b0f5200ed447 (diff)
downloadxmlgraphics-fop-49151209f24393f0714182f57e0d61997e0a7ceb.tar.gz
xmlgraphics-fop-49151209f24393f0714182f57e0d61997e0a7ceb.zip
Bugzilla #39846, #39847:
Nits Submitted by: Patrick Paul <ppaul_apache.at.yahoo.ca> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@415932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/content/xdocs/dev/conventions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/dev/conventions.xml b/src/documentation/content/xdocs/dev/conventions.xml
index 0101ffe38..d632cbb58 100644
--- a/src/documentation/content/xdocs/dev/conventions.xml
+++ b/src/documentation/content/xdocs/dev/conventions.xml
@@ -27,7 +27,7 @@
<title>Subversion Repository</title>
<p>Conventions in this section apply to Repository content, regardless of type:</p>
<ul>
- <li>Files checked in must conform to the code conventions for that type of file (java files must conform to java requirements, xml to xml requirements, etc.). If a submitted patch does not conform, it is the responsibility of the committer to bring it into conformance before checking it in. Developers submitting patches are encouraged to follow the code conventions to reduce the work load on the the committers.</li>
+ <li>Files checked in must conform to the code conventions for that type of file (java files must conform to java requirements, xml to xml requirements, etc.). If a submitted patch does not conform, it is the responsibility of the committer to bring it into conformance before checking it in. Developers submitting patches are encouraged to follow the code conventions to reduce the work load on the committers.</li>
<li>To reduce the amount of spurious deltas, all text (non-binary) files checked into SVN must have Unix-style line endings (LF only). Many IDEs and editors (even on non-Unix platforms) have settings that can facilitate this convention.</li>
<li>In order to be able to discern commits from a committer from those where a committer applied a patch from a contributor, the commit message must contain a separate line following this pattern: <strong>"Submitted by: [contributor's name] &lt;[contributor's obfuscated e-mail address]&gt;"</strong>. This also helps doing audits on the repository.</li>
</ul>