This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 4950878639056261746e24b2a5de29d739668e2d Author: Caleb Rackliffe <[email protected]> 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 dac9f2f..ce8119b 100644 --- a/ide/idea-iml-file.xml +++ b/ide/idea-iml-file.xml @@ -33,6 +33,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" /> <sourceFolder url="file://$MODULE_DIR$/test/conf" type="java-test-resource" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
