Browse Source

update overview

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903505 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_3
PJ Fanning 1 year ago
parent
commit
1e580fe52b
1 changed files with 16 additions and 2 deletions
  1. 16
    2
      build.xml

+ 16
- 2
build.xml View File

@@ -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>

Loading…
Cancel
Save