Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 468e470609f4f29c48d36cab23e5db85 > files > 5

apache-poi-3.14-1.mga6.src.rpm

diff -Nru poi-3.14/build.xml poi-3.14.compile-xsds/build.xml
--- poi-3.14/build.xml	2016-03-01 01:42:55.000000000 +0100
+++ poi-3.14.compile-xsds/build.xml	2016-03-16 19:36:41.604888548 +0100
@@ -644,15 +644,12 @@
     </target>
     <target name="check-compiled-ooxml-xsds" depends="fetch-ooxml-xsds">
         <condition property="ooxml-compiled-xsds.present">
-            <or>
-                <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>
+            <and>
+                <available file="${ooxml.xsds.jar}"/>
+                <available file="${ooxml.security.jar}"/>
+                <available file="${ooxml.xsds.src.jar}"/>
+                <available file="${ooxml.security.src.jar}"/>
+            </and>
         </condition>
     </target>