summaryrefslogtreecommitdiff
path: root/src/intellij/library.iml.SAMPLE
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-07-16 15:04:47 +1000
committerJason Zaugg <jzaugg@gmail.com>2013-07-29 12:36:25 +0200
commit02df8f3f9f16d67ba475829ed57b0d858b513031 (patch)
tree34ccccd9c7e61da347ae23f7bfc243d874fe2b14 /src/intellij/library.iml.SAMPLE
parentca6a1666a951ac98c633cb10b20a0a991dadf31b (diff)
downloadscala-02df8f3f9f16d67ba475829ed57b0d858b513031.tar.gz
scala-02df8f3f9f16d67ba475829ed57b0d858b513031.tar.bz2
scala-02df8f3f9f16d67ba475829ed57b0d858b513031.zip
Scrubbing up the IntelliJ Config
- Add recently sprouted modules (xml and parser-combinators) - Replace some of the documentation with a setup script - Update Ant build to copy Maven sourced JARs to ./build/deps. These are included in the IntelliJ classpath. - Define the library for Ant at the project level based on ./lib, rather than asking the user to define global library. - Disable Type Aware Highlighting by default. IntelliJ now can build everything within the IDE with CTRL-F9.
Diffstat (limited to 'src/intellij/library.iml.SAMPLE')
-rw-r--r--src/intellij/library.iml.SAMPLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intellij/library.iml.SAMPLE b/src/intellij/library.iml.SAMPLE
index 9c1b7ec185..cac53dff15 100644
--- a/src/intellij/library.iml.SAMPLE
+++ b/src/intellij/library.iml.SAMPLE
@@ -5,7 +5,7 @@
<configuration>
<option name="compilerLibraryLevel" value="Project" />
<option name="compilerLibraryName" value="compiler-locker" />
- <option name="compilerOptions" value="-sourcepath /Users/luc/scala/scala/src/library -Yno-generic-signatures" />
+ <option name="compilerOptions" value="-sourcepath $BASE_DIR$/src/library" />
<option name="maximumHeapSize" value="1536" />
<option name="vmOptions" value="-Xms1536m -Xss1m -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:+CMSClassUnloadingEnabled -XX:+UseCompressedOops -XX:+UseParallelGC" />
</configuration>