diff options
author | Dominik Stadler <centic@apache.org> | 2016-07-31 17:19:37 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-07-31 17:19:37 +0000 |
commit | ba1b94a0127a029be9c68439dacbd08ba1a9e30b (patch) | |
tree | 62f4832ccfac3f703db107f73322c26359fd73c6 /build.xml | |
parent | cb43dfe6ebcfad35cae0d733088e2c14a54b2ba6 (diff) | |
download | poi-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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |