Submitting Patches
Create patches by getting the latest sources from Subversion.
- Alter or add files as appropriate. Then, from the jakarta-poi directiory,
+ Alter or add files as appropriate. Then, from the poi directiory,
type svn diff > mypatch.patch. This will capture all of your changes
in a patch file of the appropriate format. Next, if you've added any
files, create an archive (tar.bz2 preferred as its the smallest) in a
- path-preserving archive format, relative to your jakarta-poi directory.
+ path-preserving archive format, relative to your poi directory.
You'll attach both files in the next step.
- Patches are submitted via the Bug Database.
+ Patches are submitted via the Bug Database.
Create a new bug, set the subject to [PATCH] followed by a brief description. Explain you patch and any special instructions and submit/save it.
Next, go back to the bug, and create attachements for the patch files you
created. Be sure to describe not only the files purpose, but its format.
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index e478df0bd..da2d5ed3a 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -35,9 +35,9 @@
After quite a wait, version 3.0 of Apache POI (formerly
Apache Jakarta POI) has now been released. You can
view the changelog, and
- download
+ download
the source and binaries from your
- local mirror.
+ local mirror.