-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsudoku.iml
More file actions
28 lines (27 loc) · 1.49 KB
/
sudoku.iml
File metadata and controls
28 lines (27 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="/scratch/arthur/local-repos/sudoku" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file:///scratch/arthur/local-repos/sudoku">
<sourceFolder url="file:///scratch/arthur/local-repos/sudoku/src" isTestSource="false" />
<sourceFolder url="file:///scratch/arthur/local-repos/sudoku/tests" isTestSource="true" />
<excludeFolder url="file:///scratch/arthur/local-repos/sudoku/.gradle" />
<excludeFolder url="file:///scratch/arthur/local-repos/sudoku/.idea" />
<excludeFolder url="file:///scratch/arthur/local-repos/sudoku/build" />
<excludeFolder url="file:///scratch/arthur/local-repos/sudoku/out" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.11.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-library-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>