summaryrefslogtreecommitdiff
path: root/src/eclipse/scalap
Commit message (Collapse)AuthorAgeFilesLines
* SI-6766 Create a continuations project in eclipseJames Iry2012-12-061-0/+1
| | | | | | | | | 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.
* Add `partest` and `scalap` Eclipse project definitions.Grzegorz Kossakowski2012-07-162-0/+47
Created by copying scala-compiler project definition and manually editing project files so they point at partest and scalap. I imported it successfully to Eclipse. Review by @dragos.