Skip to content

Commit 5e662e4

Browse files
committed
setting up scala dependency
1 parent e8f9000 commit 5e662e4

File tree

3 files changed

+15
-31
lines changed

3 files changed

+15
-31
lines changed

.idea/libraries/scala_2_8_1.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.

etc/demo/demo.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</content>
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />
10-
<orderEntry type="module" module-name="Src" />
10+
<orderEntry type="module" module-name="src" />
1111
</component>
1212
</module>
1313

project/project.iml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
</content>
2222
<orderEntry type="inheritedJdk" />
2323
<orderEntry type="sourceFolder" forTests="false" />
24-
<orderEntry type="library" name="defScala" level="project" />
2524
<orderEntry type="module-library">
2625
<library>
2726
<CLASSES>
@@ -32,35 +31,7 @@
3231
<jarDirectory url="file://$MODULE_DIR$/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.4" recursive="true" />
3332
</library>
3433
</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>
54-
<orderEntry type="module-library">
55-
<library>
56-
<CLASSES>
57-
<root url="file://$MODULE_DIR$/plugins/lib_managed/scala_2.7.7" />
58-
</CLASSES>
59-
<JAVADOC />
60-
<SOURCES />
61-
<jarDirectory url="file://$MODULE_DIR$/plugins/lib_managed/scala_2.7.7" recursive="false" />
62-
</library>
63-
</orderEntry>
34+
<orderEntry type="library" name="scala-2.8.1" level="project" />
6435
</component>
6536
</module>
6637

0 commit comments

Comments
 (0)