summaryrefslogtreecommitdiff
path: root/compiler.iml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2009-11-25 19:42:33 +0000
committerIulian Dragos <jaguarul@gmail.com>2009-11-25 19:42:33 +0000
commitec664b1cd0c333c15c62551181d13f4be599d31f (patch)
tree2083bd3038aec7e6f748d20cf2b0b18d1cb41c0c /compiler.iml
parentdc683cb316800ad82547e0c1ba325cd7f9cb848d (diff)
downloadscala-ec664b1cd0c333c15c62551181d13f4be599d31f.tar.gz
scala-ec664b1cd0c333c15c62551181d13f4be599d31f.tar.bz2
scala-ec664b1cd0c333c15c62551181d13f4be599d31f.zip
Updated Idea files to use relative paths toward...
Updated Idea files to use relative paths towards locker when building quick
Diffstat (limited to 'compiler.iml')
-rw-r--r--compiler.iml9
1 files changed, 5 insertions, 4 deletions
diff --git a/compiler.iml b/compiler.iml
index 72b86fd446..97b08d70cd 100644
--- a/compiler.iml
+++ b/compiler.iml
@@ -4,8 +4,9 @@
<facet type="Scala" name="Scala">
<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" />
+ <option name="isRelativeToProjectPath" value="true" />
+ <option name="myScalaCompilerJarPath" value="build/locker/classes/compiler lib/fjbg.jar lib/msil.jar" />
+ <option name="myScalaSdkJarPath" value="build/locker/classes/library" />
</configuration>
</facet>
</component>
@@ -18,10 +19,10 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Scala SDK" level="application" />
<orderEntry type="library" name="Project ant library" level="project" />
- <orderEntry type="library" name="ant" level="application" />
<orderEntry type="library" name="Project Scala SDK" level="project" />
+ <orderEntry type="library" name="ant" level="project" />
+ <orderEntry type="library" name="locker" level="project" />
</component>
</module>