]> source.dussan.org Git - poi.git/commitdiff
Fix target compile-ooxml-ss, it needs the crypt-code now
authorDominik Stadler <centic@apache.org>
Mon, 9 Oct 2017 19:35:39 +0000 (19:35 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 9 Oct 2017 19:35:39 +0000 (19:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1811596 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e23be54a1823054289a9c29e7bffbf4c98a1ddbd..b132fe06612acd79508ac29bab71aff8df4cde25 100644 (file)
--- 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}"