summaryrefslogtreecommitdiff
path: root/src/eclipse/continuations-library
Commit message (Collapse)AuthorAgeFilesLines
* Updated eclipse project files.Adriaan Moors2013-07-052-2/+2
| | | | | | | | Set everything up so that soon-to-be independent modules are compiled with the Eclipse plugin's compiler & library (2.11.0-M3 currently). Most projects still compile with 2.11.0-M3, but partest will need a nightly build of 2.11.
* SI-6766 Makes the -Pcontinuations:enable flag a project specific preferenceJames Iry2012-12-061-0/+2
| | | | | | | | | | | 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.
* SI-6766 Create a continuations project in eclipseJames Iry2012-12-062-0/+38
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.