Repository: cassandra Updated Branches: refs/heads/trunk 94b234313 -> 2db8bd560
Ninja-add test/conf to IntelliJ IDE JUnit default config Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2db8bd56 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2db8bd56 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/2db8bd56 Branch: refs/heads/trunk Commit: 2db8bd560a41653af9838a8ae2a04d847fc8f277 Parents: 94b2343 Author: Robert Stupp <[email protected]> Authored: Sun Apr 10 18:00:19 2016 +0200 Committer: Robert Stupp <[email protected]> Committed: Sun Apr 10 18:00:19 2016 +0200 ---------------------------------------------------------------------- ide/idea-iml-file.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/2db8bd56/ide/idea-iml-file.xml ---------------------------------------------------------------------- diff --git a/ide/idea-iml-file.xml b/ide/idea-iml-file.xml index e6c4aee..f14fe2e 100644 --- a/ide/idea-iml-file.xml +++ b/ide/idea-iml-file.xml @@ -33,6 +33,7 @@ <sourceFolder url="file://$MODULE_DIR$/test/microbench" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/test/burn" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/test/resources" type="java-test-resource" /> + <sourceFolder url="file://$MODULE_DIR$/test/conf" type="java-test-resource" /> <excludeFolder url="file://$MODULE_DIR$/.idea" /> <excludeFolder url="file://$MODULE_DIR$/.settings" /> <excludeFolder url="file://$MODULE_DIR$/build" />
