<include name="log4j-1.2.13*"/>
<include name="org.jacoco.*-0.6.*"/>
<include name="dom4j*"/>
- <include name="rat-0.10*"/>
+ <include name="apache-rat-0.10*"/>
</fileset>
</delete>
<and>
<available file="${ooxml.xmlbeans23.jar}"/>
<available file="${ooxml.xmlbeans26.jar}"/>
- <available file="${ooxml.xsds.jar}"/>
</and>
<isset property="disconnected"/>
</or>
<or>
<and>
<available file="${ooxml.lib}/${ooxml.xsds.izip.1}"/>
+ <available file="${ooxml.lib}/${ooxml.xsds.izip.2}"/>
</and>
<isset property="disconnected"/>
</or>
<target name="check-compiled-ooxml-xsds" depends="fetch-ooxml-xsds">
<condition property="ooxml-compiled-xsds.present">
<or>
- <available file="${ooxml.xsds.jar}"/>
+ <and>
+ <available file="${ooxml.xsds.jar}"/>
+ <available file="${ooxml.encryption.jar}"/>
+ </and>
<isset property="disconnected"/>
</or>
</condition>