diff options
author | Nick Burch <nick@apache.org> | 2007-07-09 22:19:21 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2007-07-09 22:19:21 +0000 |
commit | dbc94048303ff999671f0a02966052e3321053a1 (patch) | |
tree | 65ce862f99e63513ee39d32f7ec467dc0ec19cc9 /build.xml | |
parent | 937e6d3e4978ea9cbcd288a2656e060a405c2086 (diff) | |
download | poi-dbc94048303ff999671f0a02966052e3321053a1.tar.gz poi-dbc94048303ff999671f0a02966052e3321053a1.zip |
Initial HSMF (outlook) support from Travis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -503,6 +503,7 @@ under the License. <sysproperty key="HDF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdf/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="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/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"/> @@ -536,6 +537,7 @@ under the License. <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/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="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/> <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/> <sysproperty key="java.awt.headless" value="true"/> <sysproperty key="java.awt.headless" value="true"/> |