summaryrefslogtreecommitdiff
path: root/compiler.iml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2009-10-22 16:14:39 +0000
committerIulian Dragos <jaguarul@gmail.com>2009-10-22 16:14:39 +0000
commitc23174011d44ddf9b405feccf5823d55a6178e06 (patch)
treeec0a7d03bf74db06fedb6f72c3582e20b3e347cc /compiler.iml
parent1b7e1feee18b1897f831ccd356b1032c09b203fa (diff)
downloadscala-c23174011d44ddf9b405feccf5823d55a6178e06.tar.gz
scala-c23174011d44ddf9b405feccf5823d55a6178e06.tar.bz2
scala-c23174011d44ddf9b405feccf5823d55a6178e06.zip
Specialized works with Unit and handles correct...
Specialized works with Unit and handles correctly uncheckedVariance annotations.
Diffstat (limited to 'compiler.iml')
-rw-r--r--compiler.iml14
1 files changed, 10 insertions, 4 deletions
diff --git a/compiler.iml b/compiler.iml
index a41887aa3b..72b86fd446 100644
--- a/compiler.iml
+++ b/compiler.iml
@@ -2,20 +2,26 @@
<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="Scala SDK" level="application" />
<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="Project Scala SDK" level="project" />
</component>
</module>