summaryrefslogtreecommitdiff
path: root/src/intellij/compiler.iml.SAMPLE
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2010-05-03 07:58:15 +0000
committerIulian Dragos <jaguarul@gmail.com>2010-05-03 07:58:15 +0000
commit3ec6dba7bac21c5e8b518a2aef7592ea5f23e61b (patch)
tree656ddf1a44ce8ac7cb93c30a0a91e819d7730c94 /src/intellij/compiler.iml.SAMPLE
parent5f75746b6653cd666c007fb59ed3ac847c6fd85f (diff)
downloadscala-3ec6dba7bac21c5e8b518a2aef7592ea5f23e61b.tar.gz
scala-3ec6dba7bac21c5e8b518a2aef7592ea5f23e61b.tar.bz2
scala-3ec6dba7bac21c5e8b518a2aef7592ea5f23e61b.zip
Renamed Idea project files to have a .SAMPLE su...
Renamed Idea project files to have a .SAMPLE suffix. Having to constantly remove them from each commit was too cumbersome.
Diffstat (limited to 'src/intellij/compiler.iml.SAMPLE')
-rw-r--r--src/intellij/compiler.iml.SAMPLE27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/intellij/compiler.iml.SAMPLE b/src/intellij/compiler.iml.SAMPLE
new file mode 100644
index 0000000000..cc0b64e735
--- /dev/null
+++ b/src/intellij/compiler.iml.SAMPLE
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module relativePaths="true" type="JAVA_MODULE" version="4">
+ <component name="FacetManager">
+ <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" />
+ </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" />
+ <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" />
+ </component>
+</module>
+