Skip to content

Commit 1aa56d3

Browse files
committed
Fix up the SBT version in the 'project' sub-module. I had accidentally checked in one referring to SBT 0.7.5.RC0, now it is 0.7.4.
1 parent a07d4e6 commit 1aa56d3

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

project/build/OverridableVersion.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ trait OverridableVersion extends Project {
1717
}
1818
}
1919
}
20+

project/project.iml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
<exclude-output />
1313
<content url="file://$MODULE_DIR$">
1414
<sourceFolder url="file://$MODULE_DIR$/build" isTestSource="false" />
15+
<sourceFolder url="file://$MODULE_DIR$/build/src" isTestSource="false" />
1516
<excludeFolder url="file://$MODULE_DIR$/boot" />
1617
<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" />
1721
</content>
1822
<orderEntry type="inheritedJdk" />
1923
<orderEntry type="sourceFolder" forTests="false" />
24+
<orderEntry type="library" name="defScala" level="project" />
2025
<orderEntry type="module-library">
2126
<library>
2227
<CLASSES>
@@ -27,7 +32,35 @@
2732
<jarDirectory url="file://$MODULE_DIR$/boot/scala-2.7.7/org.scala-tools.sbt/sbt/0.7.4" recursive="true" />
2833
</library>
2934
</orderEntry>
30-
<orderEntry type="library" name="scala-2.7.7" level="project" />
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>
3164
</component>
3265
</module>
3366

0 commit comments

Comments
 (0)