]> source.dussan.org Git - poi.git/commitdiff
Adjust location of ooxml-lite classes and try with reduced classpath to actually...
authorDominik Stadler <centic@apache.org>
Sun, 9 Nov 2014 17:55:22 +0000 (17:55 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 9 Nov 2014 17:55:22 +0000 (17:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637704 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index af36927fab77c4159714cd58cd2b3e1156601c20..0443883d28bd29219c196b607fbf70af6f0c093e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -285,11 +285,11 @@ under the License.
 
     <path id="ooxml-lite.classpath">
         <pathelement location="${ooxml.xmlbeans26.jar}"/>
-        <pathelement location="build/ooxml-xsds-lite"/> <!-- instead of ooxml-xsds.jar use the filtered classes-->
+        <pathelement location="${ooxml.lite.output.dir}"/> <!-- instead of ooxml-xsds.jar use the filtered classes-->
         <path refid="main.classpath"/>
         <pathelement location="${main.output.dir}"/>
         <pathelement location="${scratchpad.output.dir}"/>
-        <path refid="ooxml.classpath"/>
+        <!--path refid="ooxml.classpath"/-->
         <pathelement location="${ooxml.output.dir}"/>
         <pathelement location="${ooxml.output.test.dir}"/>
         <pathelement location="${main.output.test.dir}"/>