From 20ea8a0154c6830466336671b60f9be0b8d53781 Mon Sep 17 00:00:00 2001 From: "Mark R. Diggory" Date: Fri, 27 Aug 2004 15:09:27 +0000 Subject: [PATCH] info on creating patches git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141433 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/developers.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + +
  • +