Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5090aa892df97509015af0b64f024ddc > files > 2

apache-poi-3.8-4.mga3.src.rpm

--- poi-3.7-beta1/build.xml.compile-xsds	2010-06-15 05:44:36.000000000 -0600
+++ poi-3.7-beta1/build.xml	2010-06-25 15:15:51.240179517 -0600
@@ -370,12 +370,9 @@
     </target>
     <target name="check-compiled-ooxml-xsds" depends="fetch-ooxml-xsds">
         <condition property="ooxml-compiled-xsds.present">
-            <or>
-                <and>
-                    <available file="${ooxml.xsds.jar}"/>
-                </and>
-                <isset property="disconnected"/>
-            </or>
+            <and>
+                <available file="${ooxml.xsds.jar}"/>
+            </and>
         </condition>
     </target>
     <target name="compile-ooxml-xsds" unless="ooxml-compiled-xsds.present"