diff --git a/build/jakarta-poi/docs/changes.html b/build/jakarta-poi/docs/changes.html index e027c34240..29992d85b0 100644 --- a/build/jakarta-poi/docs/changes.html +++ b/build/jakarta-poi/docs/changes.html @@ -143,7 +143,7 @@
| 1.1-dev (March 2 2002) | +1.1-dev (March 3 2002) |
| diff --git a/build/jakarta-poi/docs/hpsf/index.html b/build/jakarta-poi/docs/hpsf/index.html index 73a59fd741..a4c9975877 100644 --- a/build/jakarta-poi/docs/hpsf/index.html +++ b/build/jakarta-poi/docs/hpsf/index.html @@ -74,14 +74,12 @@ |
- Microsoft applications like "Word" or "Excel" offer the user to - describe his document by properties like "title", "category" and so - on. The application adds further information by itself: last - author, creation date etc. Internally these properties are stored in - so-called property set streams. A property set stream is a - separate document within a POI - filesystem. HPSF is POI's pure-Java implementation to read (and in - future to write) property set streams. +Microsoft applications like "Word" or "Excel" let the user describe his + document by properties like "title", "category" and so on. The application + itself adds further information: last author, creation date etc. These + properties are stored in so-called property set streams. A + property set stream is a separate document within a POI filesystem. HPSF is POI's pure-Java + implementation to read (and in future to write) property set streams. Once the HPSF HOWTO is ready, it will |