mirror of https://github.com/apache/poi.git
Adjust location of ooxml-lite classes and try with reduced classpath to actually test without full xsds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637704 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da1738611a
commit
1421f5c707
|
@ -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}"/>
|
||||
|
|
Loading…
Reference in New Issue