summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-04-02 11:01:43 +0000
committerDominik Stadler <centic@apache.org>2016-04-02 11:01:43 +0000
commitdf04d68834c12750836361015c9b9c3ecd6412ef (patch)
tree9451a6eefeae4c3e6c45b0b3d07f6b1ea592af5b /build.xml
parent1b5284d5d5e1f7c59ff9fbb963de2acabeb27aaa (diff)
downloadpoi-df04d68834c12750836361015c9b9c3ecd6412ef.tar.gz
poi-df04d68834c12750836361015c9b9c3ecd6412ef.zip
Fix some cases where file handles are not closed in OldExcelExtractor
Close resources in some more tests to make the file-leak report clean again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3008840fe7..cb23812c97 100644
--- a/build.xml
+++ b/build.xml
@@ -531,7 +531,9 @@ under the License.
<include name="xmlsec-2.0.1.jar"/>
<include name="xmlsec-2.0.5.jar"/>
<include name="bcprov-ext-jdk15on-1.51.jar"/>
+ <include name="bcprov-ext-jdk15on-1.53.jar"/>
<include name="bcpkix-jdk15on-1.51.jar"/>
+ <include name="bcpkix-jdk15on-1.53.jar"/>
<include name="slf4j-api-1.7.7.jar"/>
</fileset>
</delete>