Skip to content

Commit c3236d2

Browse files
committed
trying to get idea to build
1 parent c4a2c90 commit c3236d2

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

project/project.iml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="JAVA_MODULE" version="4">
3-
<component name="FacetManager">
4-
<facet type="scala" name="Scala">
5-
<configuration>
6-
<option name="compilerLibraryLevel" value="Project" />
7-
<option name="compilerLibraryName" value="scala-2.8.1" />
8-
</configuration>
9-
</facet>
10-
</component>
113
<component name="NewModuleRootManager" inherit-compiler-output="true">
124
<exclude-output />
135
<content url="file://$MODULE_DIR$">

src/src.iml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="JAVA_MODULE" version="4">
3-
<component name="NewModuleRootManager" inherit-compiler-output="true">
3+
<component name="FacetManager">
4+
<facet type="scala" name="Scala">
5+
<configuration>
6+
<option name="compilerLibraryLevel" value="Project" />
7+
<option name="compilerLibraryName" value="scala-2.8.1" />
8+
</configuration>
9+
</facet>
10+
</component>
11+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="true">
412
<exclude-output />
513
<content url="file://$MODULE_DIR$">
614
<sourceFolder url="file://$MODULE_DIR$/main" isTestSource="false" />
@@ -9,6 +17,7 @@
917
<orderEntry type="inheritedJdk" />
1018
<orderEntry type="sourceFolder" forTests="false" />
1119
<orderEntry type="library" name="scalacheck-1.8" level="project" />
20+
<orderEntry type="library" name="scala-2.8.1" level="project" />
1221
</component>
1322
</module>
1423

0 commit comments

Comments
 (0)