summaryrefslogtreecommitdiff
path: root/src/eclipse/scalap
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2012-12-05 09:03:40 -0800
committerJames Iry <james.iry@typesafe.com>2012-12-06 07:21:31 -0800
commita725494c6186653f2a383e014ba85cb8b2bab1ea (patch)
treef8e35b23bb53aaaf0e63b80d80bfc16811c38647 /src/eclipse/scalap
parentf50131d70dfe5b18107d7037a72362249640c54b (diff)
downloadscala-a725494c6186653f2a383e014ba85cb8b2bab1ea.tar.gz
scala-a725494c6186653f2a383e014ba85cb8b2bab1ea.tar.bz2
scala-a725494c6186653f2a383e014ba85cb8b2bab1ea.zip
SI-6766 Create a continuations project in eclipse
We're missing a continuations dependency when we try to build reflect in eclipse which causes things to die horribly. This commit adds an eclipse project for the library portion of continuations, makes projects that depend on the scala-library also depend on continuations-library, and adds another bullet to the eclipse readme to turn on the continuations plugin.
Diffstat (limited to 'src/eclipse/scalap')
-rw-r--r--src/eclipse/scalap/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eclipse/scalap/.classpath b/src/eclipse/scalap/.classpath
index 2b44ad19b2..16737bd9cd 100644
--- a/src/eclipse/scalap/.classpath
+++ b/src/eclipse/scalap/.classpath
@@ -8,5 +8,6 @@
<classpathentry kind="lib" path="lib/ant/ant.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
<classpathentry kind="lib" path="lib/msil.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/continuations-library"/>
<classpathentry kind="output" path="build-quick-scalap"/>
</classpath>