You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2021/06/16 19:27:01 UTC

[cassandra] branch cassandra-3.0 updated: update IDEA setup generation to mark test/conf as test resources

This is an automated email from the ASF dual-hosted git repository.

maedhroz pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new 6ef3eaf  update IDEA setup generation to mark test/conf as test resources
6ef3eaf is described below

commit 6ef3eaf7711da4e7bb848d19c9600a966d802795
Author: Caleb Rackliffe <ca...@gmail.com>
AuthorDate: Wed Jun 16 14:15:40 2021 -0500

    update IDEA setup generation to mark test/conf as test resources
    
    patch by Abe Ratnofsky; reviewed by Caleb Rackliffe and Brandon Williams for CASSANDRA-16745
---
 ide/idea-iml-file.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ide/idea-iml-file.xml b/ide/idea-iml-file.xml
index bb9155d..4a720ff 100644
--- a/ide/idea-iml-file.xml
+++ b/ide/idea-iml-file.xml
@@ -32,6 +32,7 @@
             <sourceFolder url="file://$MODULE_DIR$/test/long" isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/microbench" isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/burn" isTestSource="true" />
+            <sourceFolder url="file://$MODULE_DIR$/test/conf" type="java-test-resource" />
             <sourceFolder url="file://$MODULE_DIR$/test/distributed" isTestSource="true" />
             <sourceFolder url="file://$MODULE_DIR$/test/resources" type="java-test-resource" />
             <excludeFolder url="file://$MODULE_DIR$/.idea" />

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