Skip to content

Commit 52c68c4

Browse files
committed
IDEA project, generated by sbt-idea.
1 parent ef2d650 commit 52c68c4

File tree

7 files changed

+117
-8
lines changed

7 files changed

+117
-8
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/buildScala.xml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/defScala.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functionaljava.iml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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="buildScala" />
8+
</configuration>
9+
</facet>
10+
</component>
11+
<component name="NewModuleRootManager" inherit-compiler-output="false">
12+
<output url="file://$MODULE_DIR$/target/classes" />
13+
<output-test url="file://$MODULE_DIR$/target/test-classes" />
14+
<exclude-output />
15+
<content url="file://$MODULE_DIR$">
16+
<sourceFolder url="file://$MODULE_DIR$/src/main" isTestSource="false" />
17+
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
18+
<excludeFolder url="file://$MODULE_DIR$/target" />
19+
</content>
20+
<orderEntry type="inheritedJdk" />
21+
<orderEntry type="sourceFolder" forTests="false" />
22+
<orderEntry type="library" name="buildScala" level="project" />
23+
<orderEntry type="module-library" exported="" scope="TEST">
24+
<library>
25+
<CLASSES>
26+
<root url="jar://$MODULE_DIR$/lib_managed/test/jar/test-interface-0.5.jar!/" />
27+
</CLASSES>
28+
<JAVADOC />
29+
<SOURCES />
30+
</library>
31+
</orderEntry>
32+
<orderEntry type="module-library" exported="" scope="TEST">
33+
<library>
34+
<CLASSES>
35+
<root url="jar://$MODULE_DIR$/lib_managed/test/jar/scalacheck_2.8.1-1.8.jar!/" />
36+
</CLASSES>
37+
<JAVADOC />
38+
<SOURCES />
39+
</library>
40+
</orderEntry>
41+
</component>
42+
</module>
43+

project/project.iml

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,66 @@
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="defScala" />
8+
</configuration>
9+
</facet>
10+
</component>
311
<component name="NewModuleRootManager" inherit-compiler-output="true">
412
<exclude-output />
513
<content url="file://$MODULE_DIR$">
614
<sourceFolder url="file://$MODULE_DIR$/build" isTestSource="false" />
15+
<sourceFolder url="file://$MODULE_DIR$/build/src" isTestSource="false" />
716
<excludeFolder url="file://$MODULE_DIR$/boot" />
817
<excludeFolder url="file://$MODULE_DIR$/build/target" />
18+
<excludeFolder url="file://$MODULE_DIR$/plugins/lib_managed" />
19+
<excludeFolder url="file://$MODULE_DIR$/plugins/src_managed" />
20+
<excludeFolder url="file://$MODULE_DIR$/plugins/target" />
921
</content>
1022
<orderEntry type="inheritedJdk" />
1123
<orderEntry type="sourceFolder" forTests="false" />
24+
<orderEntry type="library" name="defScala" level="project" />
25+
<orderEntry type="module-library">
26+
<library>
27+
<CLASSES>
28+
<root url="file://$MODULE_DIR$/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.5.RC0" />
29+
</CLASSES>
30+
<JAVADOC />
31+
<SOURCES />
32+
<jarDirectory url="file://$MODULE_DIR$/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.5.RC0" recursive="true" />
33+
</library>
34+
</orderEntry>
35+
<orderEntry type="module-library">
36+
<library>
37+
<CLASSES>
38+
<root url="file://$MODULE_DIR$/plugins/target/scala_2.7.7/plugin-classes" />
39+
</CLASSES>
40+
<JAVADOC />
41+
<SOURCES />
42+
</library>
43+
</orderEntry>
44+
<orderEntry type="module-library">
45+
<library>
46+
<CLASSES>
47+
<root url="file://$MODULE_DIR$/build/lib" />
48+
</CLASSES>
49+
<JAVADOC />
50+
<SOURCES />
51+
<jarDirectory url="file://$MODULE_DIR$/build/lib" recursive="false" />
52+
</library>
53+
</orderEntry>
1254
<orderEntry type="module-library">
1355
<library>
1456
<CLASSES>
15-
<root url="file://$MODULE_DIR$/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.4" />
57+
<root url="file://$MODULE_DIR$/plugins/lib_managed/scala_2.7.7" />
1658
</CLASSES>
1759
<JAVADOC />
1860
<SOURCES />
19-
<jarDirectory url="file://$MODULE_DIR$/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.4" recursive="true" />
61+
<jarDirectory url="file://$MODULE_DIR$/plugins/lib_managed/scala_2.7.7" recursive="false" />
2062
</library>
2163
</orderEntry>
22-
<orderEntry type="library" name="scala-2.7.7 (build)" level="project" />
2364
</component>
2465
</module>
2566

0 commit comments

Comments
 (0)