summaryrefslogtreecommitdiff
path: root/src/intellij/scala-lang.ipr.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/scala-lang.ipr.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/scala-lang.ipr.SAMPLE')
-rw-r--r--src/intellij/scala-lang.ipr.SAMPLE19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/intellij/scala-lang.ipr.SAMPLE b/src/intellij/scala-lang.ipr.SAMPLE
index 5b1782cf1f..b3964f14f8 100644
--- a/src/intellij/scala-lang.ipr.SAMPLE
+++ b/src/intellij/scala-lang.ipr.SAMPLE
@@ -286,7 +286,7 @@
<option name="UNCHECKED" value="false" />
</component>
<component name="ScalacSettings">
- <option name="MAXIMUM_HEAP_SIZE" value="1024" />
+ <option name="MAXIMUM_HEAP_SIZE" value="1536" />
</component>
<component name="SvnBranchConfigurationManager">
<option name="myConfigurationMap">
@@ -670,6 +670,23 @@
<JAVADOC />
<SOURCES />
</library>
+ <library name="quicklib_sbt">
+ <CLASSES>
+ <root url="file://$PROJECT_DIR$/../../target/quick/ classes/library" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
+ <library name="compiler_palo">
+ <CLASSES>
+ <root url="jar://$PROJECT_DIR$/../../build/palo/lib/scala-library.jar!/" />
+ <root url="jar://$PROJECT_DIR$/../../build/palo/lib/scala-compiler.jar!/" />
+ <root url="jar://$PROJECT_DIR$/../../lib/fjbg.jar!/" />
+ <root url="jar://$PROJECT_DIR$/../../lib/msil.jar!/" />
+ </CLASSES>
+ <JAVADOC />
+ <SOURCES />
+ </library>
</component>
</project>