From 18dc03ead024a91edc31bf75160da2a69b5b86ad Mon Sep 17 00:00:00 2001 From: Dave Fisher Date: Sun, 13 Dec 2009 18:04:02 +0000 Subject: [PATCH] Documentation changes for poi-ooxml-schemas git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890085 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/overview.xml | 27 +++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index 7e284f130c..8634623ed5 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -206,7 +206,7 @@ OpenXML4J OOXML - poi-ooxml, ooxml-schemas + poi-ooxml-schemas, ooxml-schemas

@@ -216,28 +216,46 @@ + + + + + + + + + + + + + + +
Maven artifactIdPrerequisites JAR
poicommons-logging, log4j poi-version-yyyymmdd.jar
poi-scratchpadpoi poi-scratchpad-version-yyyymmdd.jar
poi-ooxmlpoi, poi-ooxml-schemas, dom4j poi-ooxml-version-yyyymmdd.jar
poi-ooxml-schemas (*)xmlbeans, geronimo-stax-api_1.0_specpoi-ooxml-schemas-version-yyyymmdd.jar
poi-examples (*)poi, poi-scratchpad, poi-ooxmlpoi-examples-version-yyyymmdd.jar
ooxml-schemasxmlbeans ooxml-schemas-1.0.jar

- OOXML file formats (poi-ooxml) also require ooxml-schemas-1.0.jar. This jar is large and we are experimenting with smaller versions. - Details are available on the dev mailing list. + (*) starting with 3.6-beta1-20091124. +

+

+ poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller version of the ooxml-schemas-1.0.jar. + The larger ooxml-schemas jar is only required for development.

Examples @@ -248,6 +266,9 @@ "Examples" section of the POI API documentation.

+

+ Also note that we now include all of the examples in the distribution. +

Contributed Software

-- 2.39.5