]> source.dussan.org Git - poi.git/commitdiff
Add ooxml-sources-jar files to up-to-date check to still recompile if only they are...
authorDominik Stadler <centic@apache.org>
Mon, 9 Feb 2015 22:32:43 +0000 (22:32 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 9 Feb 2015 22:32:43 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1658593 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 57ee3459950184dcb27f24512068812d8ce2d364..cfa95666ecfdeb5a243d09836b443af1dabea843 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>