-
Notifications
You must be signed in to change notification settings - Fork 5
/
douban-scala.iml
33 lines (33 loc) · 2.13 KB
/
douban-scala.iml
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
28
29
30
31
32
33
<module version="4" type="JAVA_MODULE">
<component name="FacetManager">
<facet name="Scala" type="scala">
<configuration>
<option name="compilerLibraryLevel" value="Project"></option>
<option name="compilerLibraryName" value="SBT: scala:2.10.1"></option>
<option name="fsc" value="true"></option>
<option name="compilerOptions" value=""></option>
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/../target/scala-2.10/classes"></output>
<output-test url="file://$MODULE_DIR$/../target/scala-2.10/test-classes"></output-test>
<exclude-output></exclude-output>
<content url="file://$USER_HOME$/workspace/idea/douban-scala">
<sourceFolder url="file://$MODULE_DIR$/../src/main/scala" isTestSource="false" ></sourceFolder>
<sourceFolder url="file://$MODULE_DIR$/../src/main/java" isTestSource="false" ></sourceFolder>
<sourceFolder url="file://$MODULE_DIR$/../src/main/resources" isTestSource="false" ></sourceFolder>
<sourceFolder url="file://$MODULE_DIR$/../src/test/scala" isTestSource="true" ></sourceFolder>
<sourceFolder url="file://$MODULE_DIR$/../src/test/java" isTestSource="true" ></sourceFolder>
<sourceFolder url="file://$MODULE_DIR$/../src/test/resources" isTestSource="true" ></sourceFolder>
<excludeFolder url="file://$MODULE_DIR$/../target"></excludeFolder>
</content>
<orderEntry type="inheritedJdk"></orderEntry>
<orderEntry type="sourceFolder" forTests="false"></orderEntry>
<orderEntry level="project" name="SBT: org.scala-lang:scala-library:2.10.1" type="library"></orderEntry>
<orderEntry level="project" name="SBT: com.thoughtworks.paranamer:paranamer:2.5.2" type="library"></orderEntry>
<orderEntry level="project" name="SBT: org.scala-lang:scalap:2.10.1" type="library"></orderEntry>
<orderEntry level="project" name="SBT: org.scala-lang:scala-compiler:2.10.1" type="library"></orderEntry>
<orderEntry level="project" name="SBT: org.scala-lang:scala-reflect:2.10.1" type="library"></orderEntry>
</component>
</module>