summaryrefslogtreecommitdiff
path: root/src/intellij/library.iml.SAMPLE
diff options
context:
space:
mode:
Diffstat (limited to 'src/intellij/library.iml.SAMPLE')
-rw-r--r--src/intellij/library.iml.SAMPLE23
1 files changed, 16 insertions, 7 deletions
diff --git a/src/intellij/library.iml.SAMPLE b/src/intellij/library.iml.SAMPLE
index a8719634aa..25ecd691cf 100644
--- a/src/intellij/library.iml.SAMPLE
+++ b/src/intellij/library.iml.SAMPLE
@@ -2,22 +2,31 @@
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="Scala" name="Scala">
- <configuration />
+ <configuration>
+ <option name="takeFromSettings" value="true" />
+ <option name="myScalaCompilerJarPaths">
+ <array>
+ <option value="$MODULE_DIR$/../../build/locker/classes/compiler" />
+ <option value="$MODULE_DIR$/../../lib/fjbg.jar" />
+ <option value="$MODULE_DIR$/../../lib/msil.jar" />
+ </array>
+ </option>
+ <option name="myScalaSdkJarPaths">
+ <array>
+ <option value="$MODULE_DIR$/../../build/locker/classes/library" />
+ </array>
+ </option>
+ </configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
- <content url="file://$MODULE_DIR$/../../META-INF" />
- <content url="file://$MODULE_DIR$/../../bin" />
- <content url="file://$MODULE_DIR$/../../lib" />
<content url="file://$MODULE_DIR$/../library">
<sourceFolder url="file://$MODULE_DIR$/../library" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Project ant library" level="project" />
- <orderEntry type="library" name="Project Scala SDK" level="project" />
- <orderEntry type="library" name="ant" level="application" />
+ <orderEntry type="library" name="lib" level="project" />
</component>
</module>