summaryrefslogtreecommitdiff
path: root/src/eclipse/continuations-library
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2012-12-06 22:36:20 -0800
committerJames Iry <james.iry@typesafe.com>2012-12-06 22:36:20 -0800
commit868fe64b3608a07f3a6af7a096b7d7e4cdcc5421 (patch)
tree6d946bb379f95dcc55f1a189c50dbb4dcb72aa71 /src/eclipse/continuations-library
parenta725494c6186653f2a383e014ba85cb8b2bab1ea (diff)
downloadscala-868fe64b3608a07f3a6af7a096b7d7e4cdcc5421.tar.gz
scala-868fe64b3608a07f3a6af7a096b7d7e4cdcc5421.tar.bz2
scala-868fe64b3608a07f3a6af7a096b7d7e4cdcc5421.zip
SI-6766 Makes the -Pcontinuations:enable flag a project specific preference
Make the continuations plugin flag specific to the continuations library. Remove the documentation about adding the continuation plugin from the eclipse README.md. One consequence of this change is that if a programmer has prefs for the continuations eclipse project then there will be a merge conflict. That's unavoidable without having a more sophisticated way to build the eclipse projects.
Diffstat (limited to 'src/eclipse/continuations-library')
-rw-r--r--src/eclipse/continuations-library/.settings/org.scala-ide.sdt.core.prefs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eclipse/continuations-library/.settings/org.scala-ide.sdt.core.prefs b/src/eclipse/continuations-library/.settings/org.scala-ide.sdt.core.prefs
new file mode 100644
index 0000000000..63e1df247f
--- /dev/null
+++ b/src/eclipse/continuations-library/.settings/org.scala-ide.sdt.core.prefs
@@ -0,0 +1,2 @@
+P=continuations\:enable
+scala.compiler.useProjectSettings=true