summaryrefslogtreecommitdiff
path: root/src/intellij/scaladoc.iml.SAMPLE
blob: 8f9a0d83443d287ac2d9fa6f8e9ed3f0af08eb2b (plain) (blame)
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
<?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="starr" />
        <option name="languageLevel" value="Scala 2.11" />
        <option name="maximumHeapSize" value="1536" />
        <option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:+CMSClassUnloadingEnabled -XX:+UseCompressedOops -XX:+UseParallelGC" />
      </configuration>
    </facet>
  </component>
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$/../scaladoc">
      <sourceFolder url="file://$MODULE_DIR$/../scaladoc" isTestSource="false" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
    <orderEntry type="module" module-name="library" />
    <orderEntry type="module" module-name="reflect" />
    <orderEntry type="module" module-name="compiler" />
    <orderEntry type="library" name="partest" level="project" />
    <orderEntry type="library" name="scaladoc-deps" level="project" />
  </component>
</module>