aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-02-23 21:59:56 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-02-23 21:59:56 +0000
commit6470765bbea16ed613bd0cee3158eb31c1d20e10 (patch)
tree2ab84819d310be25c49068e31050b7a6785c4f96 /build.xml
parent3c9f29a8c29cf0d9613df3dd791d00cae3c39709 (diff)
downloadpoi-6470765bbea16ed613bd0cee3158eb31c1d20e10.tar.gz
poi-6470765bbea16ed613bd0cee3158eb31c1d20e10.zip
add batik to forbidden-apis-check classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index fe462550e2..0ed2117c87 100644
--- a/build.xml
+++ b/build.xml
@@ -2501,6 +2501,7 @@ under the License.
<pathelement location="build/dist/maven/poi-tests/poi-${version.id}-tests.jar"/>
<pathelement location="build/dist/maven/poi-examples/poi-examples-${version.id}.jar"/>
<path path="${env.CLASSPATH}"/>
+ <path refid="batik.classpath"/>
</path>
<!-- forbiddenapis bundled signatures max supported version is 14 -->