Repository: cassandra
Updated Branches:
  refs/heads/trunk ddaaf924e -> d0e2b9ca9


Add test.conf directory to JMH benchmarks.jar

Patch by Michael Burman; Reviewed by Jeff Jirsa for CASSANDRA-14287


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

Branch: refs/heads/trunk
Commit: d0e2b9ca9951804a92513d156ce234d55d64972a
Parents: ddaaf92
Author: Michael Burman <y...@iki.fi>
Authored: Sun Mar 4 11:26:42 2018 +0200
Committer: Jeff Jirsa <jji...@apple.com>
Committed: Sun Mar 4 17:46:01 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d0e2b9ca/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9e18ee5..e3724ca 100644
--- a/build.xml
+++ b/build.xml
@@ -1070,6 +1070,7 @@
           <zipfileset src="${build.test.dir}/deps.jar" 
excludes="META-INF/*.SF" />
           <fileset dir="${build.classes.main}"/>
           <fileset dir="${test.classes}"/>
+          <fileset dir="${test.conf}" />
       </jar>
   </target>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to