diff --git a/xdocs/developers.xml b/xdocs/developers.xml index ba63c34c5..15db56935 100644 --- a/xdocs/developers.xml +++ b/xdocs/developers.xml @@ -16,7 +16,7 @@ --> - + Developers Guide @@ -91,6 +91,14 @@ Resolved and Closed Issues. + +
  • + Generating patches: The requested format for generating patches is the Unified Diff format, which can be easily generated using the cvs client or Eclipse IDE. + + cvs diff -u > patch + +
  • +