Browse Source

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
tags/REL_3_12_BETA1
Dominik Stadler 9 years ago
parent
commit
18a640a2a9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      build.xml

+ 2
- 0
build.xml 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>

Loading…
Cancel
Save