mirror of https://github.com/apache/lucene.git
exclude non-apache files from clover
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@892225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a1e956a41d
commit
94c23a040d
|
@ -472,12 +472,10 @@
|
|||
<mkdir dir="${clover.db.dir}"/>
|
||||
<clover-setup initString="${clover.db.dir}/lucene_coverage.db" encoding="${build.encoding}">
|
||||
<fileset dir="src/java">
|
||||
<include name="org/apache/**" />
|
||||
<include name="com/example/**" />
|
||||
<include name="lucli/**" />
|
||||
<include name="org/apache/**/*.java" />
|
||||
</fileset>
|
||||
<testsources dir="src/test">
|
||||
<include name="**/*.java" />
|
||||
<include name="org/apache/**/*.java" />
|
||||
</testsources>
|
||||
</clover-setup>
|
||||
</target>
|
||||
|
|
Loading…
Reference in New Issue