mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
88b3286345
commit
ceba27fa2c
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue