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:
parent
702f8b9ee7
commit
a27718e373
@ -578,6 +578,8 @@ under the License.
|
|||||||
<and>
|
<and>
|
||||||
<available file="${ooxml.xsds.jar}"/>
|
<available file="${ooxml.xsds.jar}"/>
|
||||||
<available file="${ooxml.security.jar}"/>
|
<available file="${ooxml.security.jar}"/>
|
||||||
|
<available file="${ooxml.xsds.src.jar}"/>
|
||||||
|
<available file="${${ooxml.security.src.jar}"/>
|
||||||
</and>
|
</and>
|
||||||
<isset property="disconnected"/>
|
<isset property="disconnected"/>
|
||||||
</or>
|
</or>
|
||||||
|
Loading…
Reference in New Issue
Block a user