From d7c485af78c4ca6dc6ba31b6059c4d45bca37a8a Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Thu, 1 Jan 2004 19:06:10 +0000 Subject: [PATCH] make docs reflect reality git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353478 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/book.xml | 2 +- src/documentation/content/xdocs/index.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index 7b054188a..a6931df85 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -27,7 +27,7 @@ - + diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 4a877934f..3d2bf4603 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -95,8 +95,8 @@
HWPF

HWPF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. - Please see the HWPF project page for more information. This component is - in the early stages of development.It can already read and write simple files. Jump in!

+ Please see the HWPF project page for more information. This component is + in the early stages of development.It can already read and write simple files. Jump in!. (Please note that the HWPF codebase is NOT included in the 2.0 releases. Please use CVS to access this code.)

HPSF (Horrible Property Set Format)

HPSF is our port of the OLE 2 property set format to pure