summaryrefslogtreecommitdiff
path: root/src/eclipse/reflect
Commit message (Collapse)AuthorAgeFilesLines
* Fix Scala library dependency in Eclipse project files.Grzegorz Kossakowski2012-07-161-1/+0
| | | | | | | | Remove dependency on Scala library shipped with Scala IDE. In compiler projects we depend on library project itself so there's we shouldn't duplicate library dependency. Review by @dragos.
* The `reflect` project now depends on the `scala-library` project.Iulian Dragos2012-07-021-0/+1
| | | | | | | Moved the reflect project before the default library in the `scala-compiler` project, so that hyperlinks are resolved against the project sources, instead of the default binary library. README is now in markdown format.
* Added new project files for using the compiler and library inside Eclipse ↵Iulian Dragos2012-06-262-0/+37
and removed the old ones. To use these project files you need to define the Eclipse 'path variable' SCALA_BASEDIR, in General/Workspace/Linked Resources.