aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2007-09-19 11:56:36 +0000
committerNick Burch <nick@apache.org>2007-09-19 11:56:36 +0000
commit4dd01813286b8015a8af97b530fc6bcd69482864 (patch)
treed7a8dffde4117d9e07e6c760faee79f8baa3fab9 /build.xml
parent1f218ff691efd6b1c0bbb2a0085287105b96f2fb (diff)
downloadpoi-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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ce1cf7ff47..4dac62c700 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>