Author: nick
Date: Tue Apr 15 15:21:05 2014
New Revision: 1587606
URL: http://svn.apache.org/r1587606
Log:
Update docs for JRE 6, which ships with a stax jar as standard
Modified:
poi/site/src/documentation/content/xdocs/overview.xml
Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL:
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1587606&r1=1587605&r2=1587606&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Tue Apr 15 15:21:05
2014
@@ -275,7 +275,7 @@
</tr>
<tr>
<td>poi-ooxml-schemas</td>
- <td>xmlbeans, stax-api-1.0.1</td>
+ <td>xmlbeans</td>
<td>poi-ooxml-schemas-version-yyyymmdd.jar</td>
</tr>
<tr>
@@ -285,7 +285,7 @@
</tr>
<tr>
<td>ooxml-schemas</td>
- <td>xmlbeans, stax-api-1.0.1</td>
+ <td>xmlbeans</td>
<td>ooxml-schemas-1.1.jar</td>
</tr>
</table>
@@ -299,9 +299,9 @@
only required for development
</p>
<p>
- The OOXML jars require a stax implementation. The "stax-api-1.0.1" jar
- should normally be used (it is recommended for compatibility with other
- Apache projects), though any compliant implementation should work fine
though.
+ The OOXML jars require a stax implementation, but now that Apache
+ POI requires Java 6, that is provided by the JRE and no additional
+ stax jars are required.
</p>
</section>
<section><title>Examples</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]