forked from JetBrains/intellij-scala
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScalaCommunity.iml
37 lines (36 loc) · 1.79 KB
/
ScalaCommunity.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
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="false" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="scala" name="Scala">
<configuration>
<option name="basePackage" value="org.jetbrains.plugins.scala" />
<option name="compilerLibraryLevel" value="Project" />
<option name="compilerLibraryName" value="main-scala-compiler" />
<option name="fsc" value="true" />
<option name="maximumHeapSize" value="1024" />
<option name="vmOptions" value="" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/SDK/LedaSDK" />
<excludeFolder url="file://$MODULE_DIR$/SDK/NikaSDK" />
<excludeFolder url="file://$MODULE_DIR$/SDK/TrunkSDK" />
<excludeFolder url="file://$MODULE_DIR$/classes" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="Runners" />
<orderEntry type="library" name="main-scala-library" level="project" />
<orderEntry type="library" name="scalatest-finders" level="project" />
<orderEntry type="library" name="evo-inflector-0.6" level="project" />
<orderEntry type="library" name="idea-full" level="project" />
<orderEntry type="library" name="community-plugins" level="project" />
<orderEntry type="library" name="nailgun" level="project" />
</component>
</module>