]> source.dussan.org Git - poi.git/commitdiff
update overview
authorPJ Fanning <fanningpj@apache.org>
Wed, 17 Aug 2022 19:30:20 +0000 (19:30 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 17 Aug 2022 19:30:20 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903505 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 6dcf8771e7ef02586188d7a0dd01c49757d1dc12..f872e4042a6fa43bd8381219dca54af01fbc9a1b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -2120,6 +2120,11 @@ under the License.
                 <title>DDF - Dreadful Drawing Format</title>
                 <package name="org.apache.poi.ddf*"/>
             </group>
+            <group>
+                <title>XDDF - Open Office XML Dreadful Drawing Format</title>
+                <package name="org.apache.poi.xddf*"/>
+            </group>
+
             <group>
                 <title>HPSF - Horrible Property Set Format</title>
                 <package name="org.apache.poi.hpsf*"/>
@@ -2176,11 +2181,20 @@ under the License.
             <group>
                 <title>Utilities</title>
                 <package name="org.apache.poi.util*"/>
+                <package name="org.apache.poi.ooxml.util*"/>
+            </group>
+            <group>
+                <title>Common</title>
+                <package name="org.apache.poi.common*"/>
+            </group>
+            <group>
+                <title>Extractor</title>
+                <package name="org.apache.poi.extractor*"/>
+                <package name="org.apache.poi.ooxml.extractor*"/>
             </group>
             <group>
                 <title>Examples</title>
-                <package name="org.apache.poi.hpsf.examples*"/>
-                <package name="org.apache.poi.hssf.usermodel.examples*"/>
+                <package name="org.apache.poi.examples*"/>
             </group>
         </javadoc>
     </target>