summaryrefslogtreecommitdiff
path: root/src/intellij/swing.iml.SAMPLE
diff options
context:
space:
mode:
Diffstat (limited to 'src/intellij/swing.iml.SAMPLE')
-rw-r--r--src/intellij/swing.iml.SAMPLE17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/intellij/swing.iml.SAMPLE b/src/intellij/swing.iml.SAMPLE
index c623fe0e72..4b5071e3f2 100644
--- a/src/intellij/swing.iml.SAMPLE
+++ b/src/intellij/swing.iml.SAMPLE
@@ -2,7 +2,18 @@
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Scala" name="Scala">
- <configuration />
+ <configuration>
+ <option name="myScalaCompilerJarPaths">
+ <array>
+ <option value="$MODULE_DIR$/../../../../Library/Application Support/IntelliJIdea90CE/Scala/lib/scala-compiler.jar" />
+ </array>
+ </option>
+ <option name="myScalaSdkJarPaths">
+ <array>
+ <option value="$MODULE_DIR$/../../../../Library/Application Support/IntelliJIdea90CE/Scala/lib/scala-library.jar" />
+ </array>
+ </option>
+ </configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
@@ -12,11 +23,9 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="actors" />
<orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="library" />
- <orderEntry type="library" name="Project ant library" level="project" />
- <orderEntry type="library" name="Project Scala SDK" level="project" />
+ <orderEntry type="library" name="lib" level="project" />
</component>
</module>