diff options
author | Dominik Stadler <centic@apache.org> | 2017-10-09 19:35:39 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-10-09 19:35:39 +0000 |
commit | ceba27fa2cfc98424996570d7c199d9d644773c7 (patch) | |
tree | 4453ed9a6c7c4ca1b0543e9b1c754c112de4e874 /build.xml | |
parent | 88b3286345b4a639e8b675d1b5d01c2a7e9ddcde (diff) | |
download | poi-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}" |