]> source.dussan.org Git - poi.git/commitdiff
Documentation changes for poi-ooxml-schemas
authorDave Fisher <wave@apache.org>
Sun, 13 Dec 2009 18:04:02 +0000 (18:04 +0000)
committerDave Fisher <wave@apache.org>
Sun, 13 Dec 2009 18:04:02 +0000 (18:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890085 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/overview.xml

index 7e284f130caec82a37effda8fa4e83949aeac79f..8634623ed5fc5e08fe483698816722b8721f5473 100644 (file)
         <tr>
           <td><link href="./oxml4j/index.html">OpenXML4J</link></td>
          <td>OOXML</td>
-          <td>poi-ooxml, ooxml-schemas</td>
+          <td>poi-ooxml-schemas, ooxml-schemas</td>
         </tr>
       </table>
       <p>
       <table>
         <tr>
           <th>Maven artifactId</th>
+          <th>Prerequisites</th>
           <th>JAR</th>
         </tr>
         <tr>
           <td>poi</td>
+         <td>commons-logging, log4j</td>
           <td>poi-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>poi-scratchpad</td>
+         <td>poi</td>
           <td>poi-scratchpad-version-yyyymmdd.jar</td>
         </tr>
         <tr>
           <td>poi-ooxml</td>
+         <td>poi, poi-ooxml-schemas, dom4j</td>
           <td>poi-ooxml-version-yyyymmdd.jar</td>
         </tr>
+        <tr>
+          <td>poi-ooxml-schemas (*)</td>
+         <td>xmlbeans, geronimo-stax-api_1.0_spec</td>
+          <td>poi-ooxml-schemas-version-yyyymmdd.jar</td>
+        </tr>
+        <tr>
+          <td>poi-examples (*)</td>
+         <td>poi, poi-scratchpad, poi-ooxml</td>
+          <td>poi-examples-version-yyyymmdd.jar</td>
+        </tr>
         <tr>
           <td>ooxml-schemas</td>
+         <td>xmlbeans</td>
           <td>ooxml-schemas-1.0.jar</td>
         </tr>
       </table>
       <p>
-       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.
+      </p>
+      <p>
+       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.
       </p>
     </section>
     <section><title>Examples</title>
         "Examples" section of the <link href="apidocs/overview-summary.html">POI API
           documentation</link>.
       </p>
+      <p>
+       Also note that we now include all of the examples in the distribution.
+      </p>
     </section>
     <section><title>Contributed Software</title>
       <p>