Add ooxml-sources-jar files to up-to-date check to still recompile if only they are missing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1658593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2015-02-09 22:32:43 +00:00
parent 702f8b9ee7
commit a27718e373
1 changed files with 2 additions and 0 deletions

View File

@ -578,6 +578,8 @@ under the License.
<and>
<available file="${ooxml.xsds.jar}"/>
<available file="${ooxml.security.jar}"/>
<available file="${ooxml.xsds.src.jar}"/>
<available file="${${ooxml.security.src.jar}"/>
</and>
<isset property="disconnected"/>
</or>