summaryrefslogtreecommitdiff
path: root/src/intellij/scalap.iml.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-07-22 14:31:11 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-07-22 14:31:11 +0000
commit97b7cc4ddb806641ce5d1584ae913312755c012d (patch)
tree4123af360cabfc33ae7ac3a86d53bc2033500822 /src/intellij/scalap.iml.SAMPLE
parentf5bc26b45fd713b10dd89f89f806512885872553 (diff)
downloadscala-97b7cc4ddb806641ce5d1584ae913312755c012d.tar.gz
scala-97b7cc4ddb806641ce5d1584ae913312755c012d.tar.bz2
scala-97b7cc4ddb806641ce5d1584ae913312755c012d.zip
updated intellij project file samples
Diffstat (limited to 'src/intellij/scalap.iml.SAMPLE')
-rw-r--r--src/intellij/scalap.iml.SAMPLE14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/intellij/scalap.iml.SAMPLE b/src/intellij/scalap.iml.SAMPLE
index 48f98a0b1e..9315bc37c2 100644
--- a/src/intellij/scalap.iml.SAMPLE
+++ b/src/intellij/scalap.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">
@@ -14,6 +25,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="compiler" />
<orderEntry type="module" module-name="library" />
+ <orderEntry type="library" name="lib" level="project" />
</component>
</module>