From: Rainer Klute
Date: Wed, 8 Feb 2006 20:50:58 +0000 (+0000)
Subject: Replaced "CVS" in the top-lvel files by "Subversion".
X-Git-Tag: REL_3_0_ALPHA3~184
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4157c96aff422aee81c365ddc43786d1c1b10f6a;p=poi.git
Replaced "CVS" in the top-lvel files by "Subversion".
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@376062 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml
index 13538d3e9c..7da92a6651 100644
--- a/src/documentation/content/xdocs/book.xml
+++ b/src/documentation/content/xdocs/book.xml
@@ -58,13 +58,10 @@
Please see the HPSF project
page for more information.
@@ -124,3 +124,21 @@
+
+
diff --git a/src/documentation/content/xdocs/patches.xml b/src/documentation/content/xdocs/patches.xml
index d81c3380e7..0079aa3c8a 100644
--- a/src/documentation/content/xdocs/patches.xml
+++ b/src/documentation/content/xdocs/patches.xml
@@ -35,16 +35,17 @@
Third-Party
Contributions. The preferred submission method for patches is:
-
-
Post to POI developers list
-
Describe the patch, the reason for it and (if necessary) why this is important.
-
Generate the patch in
- diff -u format from CVS
-
-
Also generate a documentation patch or new file, if this is something that should be documented.
-
-
Post as an attachment rather than inline (unless it is trivially small).
-
+
+
Post to POI developers list
+
Describe the patch, the reason for it and (if necessary) why this
+ is important.
+
Generate the patch in the unified diff format. This format is
+ created by the typical Subversion client when you execute the
+ svn diff command or the equivalent of it in a GUI environment.
+
Also generate a documentation patch or new file, if this is
+ something that should be documented.
+
Post as an attachment rather than inline (unless it is trivially small).
+
Following the above guidelines will facilitate your patch being reviewed
and applied efficiently.
diff --git a/src/documentation/content/xdocs/poi-ruby.xml b/src/documentation/content/xdocs/poi-ruby.xml
index 4b7d00e9ea..11a96b5913 100644
--- a/src/documentation/content/xdocs/poi-ruby.xml
+++ b/src/documentation/content/xdocs/poi-ruby.xml
@@ -32,9 +32,9 @@
libgcj , presumably from the same version of GCC with which you compiled.
- CVS
+ Subversion
- The POI-Ruby module sits under the POI CVS in the src/contrib/poi-ruby directory. Running make
+ The POI-Ruby module sits under the POI Subversion in the src/contrib/poi-ruby directory. Running make
inside that directory will create a loadable ruby extention poi4r.so in the release subdirectory. Tests
are in the tests/ subdirectory, and should be run from the poi-ruby directory. Please read the tests to figure out the usage.