aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-07-31 17:19:37 +0000
committerDominik Stadler <centic@apache.org>2016-07-31 17:19:37 +0000
commitba1b94a0127a029be9c68439dacbd08ba1a9e30b (patch)
tree62f4832ccfac3f703db107f73322c26359fd73c6 /build.xml
parentcb43dfe6ebcfad35cae0d733088e2c14a54b2ba6 (diff)
downloadpoi-ba1b94a0127a029be9c68439dacbd08ba1a9e30b.tar.gz
poi-ba1b94a0127a029be9c68439dacbd08ba1a9e30b.zip
Exclude package sl.draw.binding from coverage-counting as this is generated code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754676 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 beab59292c..b72890224b 100644
--- a/build.xml
+++ b/build.xml
@@ -1166,6 +1166,8 @@ under the License.
<group name="Main">
<classfiles>
<fileset dir="${main.output.dir}">
+ <!-- exclude some generated classes -->
+ <exclude name="org/apache/poi/sl/draw/binding/*.class"/>
<!-- exclude large test-class -->
<exclude name="org/apache/poi/hssf/usermodel/DummyGraphics2d.class"/>
</fileset>