Skip to content
Snippets Groups Projects
Commit 1c12c924 authored by Florian Lugou's avatar Florian Lugou Committed by Fabien Tessier
Browse files

added a library to testing dependencies in IntelliJ project conf

parent ea040657
No related branches found
No related tags found
1 merge request!30Merge project manager into master
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>
\ No newline at end of file
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
<content url="file://$MODULE_DIR$/../test/java"> <content url="file://$MODULE_DIR$/../test/java">
<sourceFolder url="file://$MODULE_DIR$/../test/java" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/../test/java" isTestSource="true" />
</content> </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="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="shared" /> <orderEntry type="module" module-name="shared" />
...@@ -23,5 +26,14 @@ ...@@ -23,5 +26,14 @@
<jarDirectory url="file://$MODULE_DIR$/../../../libs" recursive="false" /> <jarDirectory url="file://$MODULE_DIR$/../../../libs" recursive="false" />
</library> </library>
</orderEntry> </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> </component>
</module> </module>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment