divided HDF from HSSF

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-03-17 00:36:28 +00:00
parent f2f44023f7
commit 985ae18128
1 changed files with 18 additions and 0 deletions

View File

@ -18,6 +18,24 @@
</target>
<target name="generate-types" depends="prepare"
description="Generates the record source code">
<java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
<arg value="src/types/definitions"/>
<arg value="src/types/styles"/>
<arg value="src/scratchpad/src"/>
<arg value="src/scratchpad/testcases"/>
<classpath>
<path refid="scratchpad.classpath"/>
<pathelement location="${build.scratchpad.dest}"/>
</classpath>
</java>
</target>
<!--
<target name="ABC" description="Abc" depends="init">