diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index 7e284f130..8634623ed 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -206,7 +206,7 @@
@@ -216,28 +216,46 @@
Maven artifactId | +Prerequisites | JAR |
---|---|---|
poi | +commons-logging, log4j | poi-version-yyyymmdd.jar |
poi-scratchpad | +poi | poi-scratchpad-version-yyyymmdd.jar |
poi-ooxml | +poi, poi-ooxml-schemas, dom4j | poi-ooxml-version-yyyymmdd.jar |
poi-ooxml-schemas (*) | +xmlbeans, geronimo-stax-api_1.0_spec | +poi-ooxml-schemas-version-yyyymmdd.jar | +
poi-examples (*) | +poi, poi-scratchpad, poi-ooxml | +poi-examples-version-yyyymmdd.jar | +
ooxml-schemas | +xmlbeans | 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.
+ Also note that we now include all of the examples in the distribution. +