-
Notifications
You must be signed in to change notification settings - Fork 11
/
cmdsupport.iml
29 lines (29 loc) · 1.4 KB
/
cmdsupport.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
<component name="FacetManager">
<facet type="scala" name="Scala">
<configuration>
<option name="compilerLibraryLevel" value="Global" />
<option name="compilerLibraryName" value="Scala 2.11" />
<option name="compilerOptions" value="-target:jvm-1.6" />
<option name="deprecationWarnings" value="true" />
<option name="explainTypeErrors" value="true" />
<option name="languageLevel" value="Scala 2.11" />
<option name="optimiseBytecode" value="true" />
<option name="uncheckedWarnings" value="true" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" 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$/target/generated-sources/jflex" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="scala-sdk-2.11.4" level="application" />
</component>
</module>