forked from nicolasstucki/multisets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultisets.iml
More file actions
27 lines (26 loc) · 1.2 KB
/
Copy pathmultisets.iml
File metadata and controls
27 lines (26 loc) · 1.2 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
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="scala" name="Scala">
<configuration>
<option name="compilerLibraryLevel" value="Project" />
<option name="compilerLibraryName" value="scala-compiler" />
<option name="compilerOptions" value="-feature -Xlog-implicits" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/.idea" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="scala-library" level="project" />
<orderEntry type="library" name="scalameter_2.10-0.3" level="project" />
<orderEntry type="library" name="scalautils_2.10-2.0.RC1" level="project" />
<orderEntry type="library" name="scalatest_2.10-2.0.RC1" level="project" />
</component>
</module>