]> source.dussan.org Git - poi.git/commitdiff
Add missing sysproperty
authorNick Burch <nick@apache.org>
Mon, 14 Apr 2008 11:50:22 +0000 (11:50 +0000)
committerNick Burch <nick@apache.org>
Mon, 14 Apr 2008 11:50:22 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@647740 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 00f8c6601f0b695b8f985a553d6f90444ced116d..04b26e2a383ecef2db1608511dbce218c7088c13 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -794,6 +794,7 @@ under the License.
             <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
             <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
             <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
+            <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
             <sysproperty key="java.awt.headless" value="true"/>
             <formatter type="plain"/>
             <formatter type="xml"/>