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
f2f44023f7
commit
985ae18128
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user