diff options
author | Nick Burch <nick@apache.org> | 2007-09-19 11:56:36 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2007-09-19 11:56:36 +0000 |
commit | 4dd01813286b8015a8af97b530fc6bcd69482864 (patch) | |
tree | d7a8dffde4117d9e07e6c760faee79f8baa3fab9 /build.xml | |
parent | 1f218ff691efd6b1c0bbb2a0085287105b96f2fb (diff) | |
download | poi-4dd01813286b8015a8af97b530fc6bcd69482864.tar.gz poi-4dd01813286b8015a8af97b530fc6bcd69482864.zip |
Move POIDocument out of the scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -387,6 +387,10 @@ under the License. <classpath refid="test.classpath"/> <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/> + <sysproperty key="HSLF.testdata.path" + file="${main.src.test}/org/apache/poi/hslf/data"/> + <sysproperty key="HWPF.testdata.path" + file="${main.src.test}/org/apache/poi/hwpf/data"/> <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/> <sysproperty key="java.awt.headless" value="true"/> |