]> source.dussan.org Git - poi.git/commitdiff
Add jars from compile-lib to findbugs target
authorDominik Stadler <centic@apache.org>
Fri, 26 Dec 2014 07:04:10 +0000 (07:04 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 26 Dec 2014 07:04:10 +0000 (07:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647938 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ec4e65bb2ae18861360ce1410ddc8fe99b4a168b..ae715fc44d3ffb5520726feaee39407f3798e276 100644 (file)
--- 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" />