summaryrefslogtreecommitdiff
path: root/compiler.iml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2009-10-06 16:22:11 +0000
committerIulian Dragos <jaguarul@gmail.com>2009-10-06 16:22:11 +0000
commitfe8658350be10057c5794ab3ccfa32894a46c710 (patch)
tree50d1e149d0793242a17c975b87aa1181ef259392 /compiler.iml
parent3e417979855b4a5c14db88c9d62f4264cbbcf631 (diff)
downloadscala-fe8658350be10057c5794ab3ccfa32894a46c710.tar.gz
scala-fe8658350be10057c5794ab3ccfa32894a46c710.tar.bz2
scala-fe8658350be10057c5794ab3ccfa32894a46c710.zip
Fixed stability issues for optimised
Diffstat (limited to 'compiler.iml')
-rw-r--r--compiler.iml12
1 files changed, 9 insertions, 3 deletions
diff --git a/compiler.iml b/compiler.iml
index a41887aa3b..fe440df844 100644
--- a/compiler.iml
+++ b/compiler.iml
@@ -2,17 +2,23 @@
<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="myScalaCompilerJarPath" value="$MODULE_DIR$/build/locker/classes/compiler:/localhome/dragos/workspace-laptop/git/scala/lib/fjbg.jar" />
+ <option name="myScalaSdkJarPath" value="$MODULE_DIR$/build/locker/classes/library" />
+ </configuration>
</facet>
</component>
- <component name="NewModuleRootManager" inherit-compiler-output="true">
+ <component name="NewModuleRootManager" inherit-compiler-output="false">
+ <output url="file://$MODULE_DIR$/build/quick/classes/compiler" />
+ <output-test url="file://$MODULE_DIR$/out/test/compiler" />
<exclude-output />
<content url="file://$MODULE_DIR$/src/compiler">
<sourceFolder url="file://$MODULE_DIR$/src/compiler" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="library" />
+ <orderEntry type="library" name="Locker Lib" level="project" />
<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" />