]> source.dussan.org Git - poi.git/commitdiff
Add missing jar to init
authorNick Burch <nick@apache.org>
Fri, 4 Apr 2008 09:25:54 +0000 (09:25 +0000)
committerNick Burch <nick@apache.org>
Fri, 4 Apr 2008 09:25:54 +0000 (09:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644650 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5c7a159c588942803e348ffe9c99f1ecd9fcd5f3..0ccfc5f7f7f2e66c3e3ea09fe1110b79389f02ca 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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">