Add missing jar to init

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2008-04-04 09:25:54 +00:00
parent a27d621e3c
commit 36a9edfe59

View File

@ -355,6 +355,7 @@ under the License.
<available file="${ooxml.jar3.dir}"/>
<available file="${ooxml.jar4.dir}"/>
<available file="${ooxml.jar5.dir}"/>
<available file="${ooxml.jar6.dir}"/>
</and>
<isset property="disconnected"/>
</or>
@ -375,6 +376,7 @@ under the License.
<get src="${ooxml.jar3.url}" dest="${ooxml.jar3.dir}"/>
<get src="${ooxml.jar4.url}" dest="${ooxml.jar4.dir}"/>
<get src="${ooxml.jar5.url}" dest="${ooxml.jar5.dir}"/>
<get src="${ooxml.jar6.url}" dest="${ooxml.jar6.dir}"/>
</target>
<target name="check-ooxml-xsds">