From 49151209f24393f0714182f57e0d61997e0a7ceb Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 21 Jun 2006 07:13:12 +0000 Subject: [PATCH] Bugzilla #39846, #39847: Nits Submitted by: Patrick Paul git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@415932 13f79535-47bb-0310-9956-ffa450edef68 --- examples/fo/build.xml | 4 ++-- src/documentation/content/xdocs/dev/conventions.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/fo/build.xml b/examples/fo/build.xml index e40298bd4..8813e53b0 100644 --- a/examples/fo/build.xml +++ b/examples/fo/build.xml @@ -105,7 +105,7 @@ - + @@ -121,7 +121,7 @@ - + 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 @@ Subversion Repository

Conventions in this section apply to Repository content, regardless of type:

    -
  • 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.
  • +
  • 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.
  • 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.
  • 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: "Submitted by: [contributor's name] <[contributor's obfuscated e-mail address]>". This also helps doing audits on the repository.
-- 2.39.5