From b4c71b9dd80ee1de35fd9e48edb933a892df40d5 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 7b054188a4..a6931df858 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 4a877934f9..3d2bf46034 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