summaryrefslogtreecommitdiff
path: root/src/intellij/compiler.iml.SAMPLE
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2010-08-06 09:01:56 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2010-08-06 09:01:56 +0000
commit50a178f73e49f2ed52b52f359e74683e06c65b9e (patch)
tree36aea942ae44489d97d4fe2df7069d2f14265a81 /src/intellij/compiler.iml.SAMPLE
parent20efb133c53be74160d711286a99d3cd6d751fdf (diff)
downloadscala-50a178f73e49f2ed52b52f359e74683e06c65b9e.tar.gz
scala-50a178f73e49f2ed52b52f359e74683e06c65b9e.tar.bz2
scala-50a178f73e49f2ed52b52f359e74683e06c65b9e.zip
updated intellij project SAMPLE files to new fa...
updated intellij project SAMPLE files to new facet configuration. uses 'palo' right now because a .jar (scala-compiler.jar) is required, a directory does not work. no review.
Diffstat (limited to 'src/intellij/compiler.iml.SAMPLE')
-rw-r--r--src/intellij/compiler.iml.SAMPLE19
1 files changed, 4 insertions, 15 deletions
diff --git a/src/intellij/compiler.iml.SAMPLE b/src/intellij/compiler.iml.SAMPLE
index 6327f1b371..ef3eb9d730 100644
--- a/src/intellij/compiler.iml.SAMPLE
+++ b/src/intellij/compiler.iml.SAMPLE
@@ -1,21 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
<component name="FacetManager">
- <facet type="Scala" name="Scala">
+ <facet type="scala" name="Scala">
<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>
+ <option name="compilerLibraryLevel" value="Project" />
+ <option name="compilerLibraryName" value="compiler_palo" />
</configuration>
</facet>
</component>
@@ -26,9 +15,9 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="quicklib" level="project" />
<orderEntry type="library" name="lib" level="project" />
<orderEntry type="library" name="ant" level="application" />
+ <orderEntry type="library" name="quicklib" level="project" />
</component>
</module>