From 1c12c92494e6391dac742f6acb256ade71a146b5 Mon Sep 17 00:00:00 2001 From: Florian Lugou <florian.lugou@telecom-paristech.fr> Date: Fri, 15 Dec 2017 17:22:42 +0100 Subject: [PATCH] added a library to testing dependencies in IntelliJ project conf --- .idea/codeStyles/codeStyleConfig.xml | 5 +++++ ttool/src/main/ttool.iml | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..a55e7a179b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> + </state> +</component> \ No newline at end of file diff --git a/ttool/src/main/ttool.iml b/ttool/src/main/ttool.iml index 16c7e7d5d0..1213f58b47 100644 --- a/ttool/src/main/ttool.iml +++ b/ttool/src/main/ttool.iml @@ -10,6 +10,9 @@ <content url="file://$MODULE_DIR$/../test/java"> <sourceFolder url="file://$MODULE_DIR$/../test/java" isTestSource="true" /> </content> + <content url="file://$MODULE_DIR$/../test/resources"> + <sourceFolder url="file://$MODULE_DIR$/../test/resources" type="java-test-resource" /> + </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="module" module-name="shared" /> @@ -23,5 +26,14 @@ <jarDirectory url="file://$MODULE_DIR$/../../../libs" recursive="false" /> </library> </orderEntry> + <orderEntry type="module-library" scope="TEST"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../test/libs/fr.tpt.mem4csd.utils.compare_1.0.0.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> </component> </module> \ No newline at end of file -- GitLab