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/25 20:44:30 UTC

git commit: Exclude stress/thrift from jacoco Patch by Russ Hatch, reviewed by brandonwilliams for CASSANDRA-7226

Repository: cassandra
Updated Branches:
  refs/heads/trunk d583c9dca -> eb396399c


Exclude stress/thrift from jacoco
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/eb396399
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/eb396399
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/eb396399

Branch: refs/heads/trunk
Commit: eb396399ce9bf6d830a71728a2bddba940c7e0c6
Parents: d583c9d
Author: Brandon Williams <br...@apache.org>
Authored: Wed Jun 25 13:43:38 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed Jun 25 13:43:38 2014 -0500

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/eb396399/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index db738bf..d87da52 100644
--- a/build.xml
+++ b/build.xml
@@ -1294,7 +1294,7 @@
       </executiondata>
       <structure name="JaCoCo Cassandara Coverage Report">
         <classfiles>
-          <fileset dir="${build.classes}">
+          <fileset dir="${build.classes.main}">
             <include name="**/*.class"/>
           </fileset>
         </classfiles>