You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/06/20 18:37:58 UTC

git commit: Allow browsing in jacoco-report

Repository: cassandra
Updated Branches:
  refs/heads/trunk 51db18cf0 -> e77b70eec


Allow browsing in jacoco-report

Patch by Russ Hatch, reviewed by brandonwilliams for CASSANDRA-7226


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e77b70ee
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e77b70ee
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e77b70ee

Branch: refs/heads/trunk
Commit: e77b70eecce36250ecbe4a4fd977813d0096b859
Parents: 51db18c
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jun 20 11:37:22 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jun 20 11:37:22 2014 -0500

----------------------------------------------------------------------
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/e77b70ee/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8595fa9..02e1f98 100644
--- a/build.xml
+++ b/build.xml
@@ -1299,7 +1299,10 @@
           </fileset>
         </classfiles>
         <sourcefiles encoding="UTF-8">
-          <fileset dir="${build.src}" />
+          <dirset dir="${build.src}">
+            <include name="java"/>
+            <include name="gen-java"/>
+          </dirset>
         </sourcefiles>
       </structure>
       <!-- to produce reports in different formats. -->