]> source.dussan.org Git - poi.git/commitdiff
Exclude package sl.draw.binding from coverage-counting as this is generated code
authorDominik Stadler <centic@apache.org>
Sun, 31 Jul 2016 17:19:37 +0000 (17:19 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 31 Jul 2016 17:19:37 +0000 (17:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754676 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index beab59292c6454b0f83baaf2077ef6ad5abc6768..b72890224b2d2c24ccfc1158f5d21c924b607a12 100644 (file)
--- 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>