summaryrefslogtreecommitdiff
path: root/src/intellij/compiler.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/compiler.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/compiler.iml.SAMPLE')
-rw-r--r--src/intellij/compiler.iml.SAMPLE25
1 files changed, 16 insertions, 9 deletions
diff --git a/src/intellij/compiler.iml.SAMPLE b/src/intellij/compiler.iml.SAMPLE
index cc0b64e735..6327f1b371 100644
--- a/src/intellij/compiler.iml.SAMPLE
+++ b/src/intellij/compiler.iml.SAMPLE
@@ -4,24 +4,31 @@
<facet type="Scala" name="Scala">
<configuration>
<option name="takeFromSettings" value="true" />
- <option name="myScalaCompilerJarPath" value="build/locker/classes/compiler lib/fjbg.jar lib/msil.jar" />
- <option name="myScalaSdkJarPath" value="build/locker/classes/library" />
+ <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>
</configuration>
</facet>
</component>
- <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" />
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../compiler">
<sourceFolder url="file://$MODULE_DIR$/../compiler" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Project ant library" level="project" />
- <orderEntry type="library" name="Project Scala SDK" level="project" />
- <orderEntry type="library" name="ant" level="project" />
- <orderEntry type="library" name="locker" level="project" />
+ <orderEntry type="library" name="quicklib" level="project" />
+ <orderEntry type="library" name="lib" level="project" />
+ <orderEntry type="library" name="ant" level="application" />
</component>
</module>