You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2017/10/09 19:35:39 UTC

svn commit: r1811596 - /poi/trunk/build.xml

Author: centic
Date: Mon Oct  9 19:35:39 2017
New Revision: 1811596

URL: http://svn.apache.org/viewvc?rev=1811596&view=rev
Log:
Fix target compile-ooxml-ss, it needs the crypt-code now

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1811596&r1=1811595&r2=1811596&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Oct  9 19:35:39 2017
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org