aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-05-23 15:05:12 +0000
committerNick Burch <nick@apache.org>2008-05-23 15:05:12 +0000
commit8c9bade1fcc7bd16c0a29479f795dd95489fd986 (patch)
tree28e9b4675caead598e2ed93634f4eebd108296a2 /build.xml
parent6c9ab3d4ef790d1b3b2dfc8daccf1f216c71009a (diff)
downloadpoi-8c9bade1fcc7bd16c0a29479f795dd95489fd986.tar.gz
poi-8c9bade1fcc7bd16c0a29479f795dd95489fd986.zip
Patch from Yury from bug #45018 - Support for fetching embeded documents from within an OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@659564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 121cbbd2d1..e1cb26c353 100644
--- a/build.xml
+++ b/build.xml
@@ -562,6 +562,7 @@ under the License.
<uptodate property="main.test.notRequired" targetfile="${main.testokfile}">
<srcfiles dir="${main.src}"/>
<srcfiles dir="${main.src.test}"/>
+ <srcfiles dir="${ooxml.src}"/>
</uptodate>
</target>