Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d84764f33bc212579b37dfed1d688384 > files > 2

apache-poi-3.7-3.fc14.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"