summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-10-09 19:35:39 +0000
committerDominik Stadler <centic@apache.org>2017-10-09 19:35:39 +0000
commitceba27fa2cfc98424996570d7c199d9d644773c7 (patch)
tree4453ed9a6c7c4ca1b0543e9b1c754c112de4e874 /build.xml
parent88b3286345b4a639e8b675d1b5d01c2a7e9ddcde (diff)
downloadpoi-ceba27fa2cfc98424996570d7c199d9d644773c7.tar.gz
poi-ceba27fa2cfc98424996570d7c199d9d644773c7.zip
Fix target compile-ooxml-ss, it needs the crypt-code now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811596 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 e23be54a18..b132fe0661 100644
--- a/build.xml
+++ b/build.xml
@@ -1098,6 +1098,7 @@ under the License.
<include name="org/apache/poi/ss/**/*.java"/>
<include name="org/apache/poi/xssf/**/*.java"/>
<include name="org/apache/poi/extractor/**/*.java"/>
+ <include name="org/apache/poi/poifs/crypt/**/*.java"/>
</javac>
<!-- compile the tests -->
<javac target="${jdk.version.class}"