mirror of https://github.com/apache/poi.git
fix forbidden-apis check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e48ae9d16e
commit
5c68edcb92
11
build.xml
11
build.xml
|
@ -428,13 +428,17 @@ under the License.
|
||||||
<pathelement location="${additionaljar}"/>
|
<pathelement location="${additionaljar}"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
|
<path id="test.ooxml.reflections.classpath">
|
||||||
|
<pathelement location="${ooxml.test.reflections.jar}"/>
|
||||||
|
<pathelement location="${ooxml.test.guava.jar}"/>
|
||||||
|
<pathelement location="${ooxml.test.javassist.jar}"/>
|
||||||
|
</path>
|
||||||
|
|
||||||
<path id="test.ooxml.classpath">
|
<path id="test.ooxml.classpath">
|
||||||
<path refid="ooxml.classpath"/>
|
<path refid="ooxml.classpath"/>
|
||||||
<path refid="ooxml.xmlsec.classpath"/>
|
<path refid="ooxml.xmlsec.classpath"/>
|
||||||
<path refid="test.jar.classpath"/>
|
<path refid="test.jar.classpath"/>
|
||||||
<pathelement location="${ooxml.test.reflections.jar}"/>
|
<path refid="test.ooxml.reflections.classpath"/>
|
||||||
<pathelement location="${ooxml.test.guava.jar}"/>
|
|
||||||
<pathelement location="${ooxml.test.javassist.jar}"/>
|
|
||||||
<pathelement location="${ooxml.output.dir}"/>
|
<pathelement location="${ooxml.output.dir}"/>
|
||||||
<pathelement location="${ooxml.output.test.dir}"/>
|
<pathelement location="${ooxml.output.test.dir}"/>
|
||||||
<pathelement location="${main.output.test.dir}"/>
|
<pathelement location="${main.output.test.dir}"/>
|
||||||
|
@ -499,6 +503,7 @@ under the License.
|
||||||
<path refid="scratchpad.classpath"/>
|
<path refid="scratchpad.classpath"/>
|
||||||
<path refid="ooxml.classpath"/>
|
<path refid="ooxml.classpath"/>
|
||||||
<path refid="ooxml.xmlsec.classpath"/>
|
<path refid="ooxml.xmlsec.classpath"/>
|
||||||
|
<path refid="test.ooxml.reflections.classpath"/>
|
||||||
<path refid="excelant.classpath"/>
|
<path refid="excelant.classpath"/>
|
||||||
<path refid="examples.classpath"/>
|
<path refid="examples.classpath"/>
|
||||||
<pathelement location="${examples.output.dir}"/>
|
<pathelement location="${examples.output.dir}"/>
|
||||||
|
|
Loading…
Reference in New Issue