mirror of https://github.com/apache/poi.git
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:
parent
e6def0fe4a
commit
5887b48cca
|
@ -18,6 +18,24 @@
|
||||||
|
|
||||||
</target>
|
</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">
|
<target name="ABC" description="Abc" depends="init">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue