aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-12-26 07:04:10 +0000
committerDominik Stadler <centic@apache.org>2014-12-26 07:04:10 +0000
commit0e0fcc7d61feb2410f504c43dc677d17bec655d1 (patch)
treecd6f3c4bf66c919a3d044bb98fb1c5482eaa5593 /build.xml
parentee2ccafd0b9d8f3e5830861918f6773f409d83d0 (diff)
downloadpoi-0e0fcc7d61feb2410f504c43dc677d17bec655d1.tar.gz
poi-0e0fcc7d61feb2410f504c43dc677d17bec655d1.zip
Add jars from compile-lib to findbugs target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index ec4e65bb2a..ae715fc44d 100644
--- a/build.xml
+++ b/build.xml
@@ -1677,6 +1677,10 @@ under the License.
<include name="poi-ooxml-${version.id}-*.jar"/>
<exclude name="poi-*${version.id}-sources-*.jar"/>
</fileset>
+ <auxClasspath path="${compile.lib}/bcpkix-jdk15on-1.51.jar" />
+ <auxClasspath path="${compile.lib}/bcprov-ext-jdk15on-1.51.jar" />
+ <auxClasspath path="${compile.lib}/slf4j-api-1.7.7.jar" />
+ <auxClasspath path="${compile.lib}/xmlsec-2.0.1.jar" />
<auxClasspath path="ooxml-lib/ooxml-schemas-1.1.jar" />
<auxClasspath path="ooxml-lib/ooxml-security-1.0.jar" />
<auxClasspath path="ooxml-lib/xmlbeans-2.6.0.jar" />