summaryrefslogtreecommitdiff
path: root/src/eclipse/continuations-library/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Modularize continuations plugin.Adriaan Moors2013-12-131-8/+0
| | | | | The continuations plugin and library will still ship with 2.11 (albeit unsupported). They now reside at https://github.com/scala/scala-continuations.
* Updated eclipse project files.Adriaan Moors2013-07-051-1/+1
| | | | | | | | 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 Create a continuations project in eclipseJames Iry2012-12-061-0/+8
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.