summaryrefslogtreecommitdiff
path: root/src/eclipse/reflect
Commit message (Collapse)AuthorAgeFilesLines
* Automate Eclipse settings and update project files: (#5091)Iulian Dragos2016-04-201-0/+1
| | | | | | | | - remove `M2_REPO`. All dependencies are picked up from `build/deps` - add script to update an existing workspace directory with the required path variables - add the default Scala library to several projects for better out-of-the-box experience. This means that changes in the scale-library project may not be visible in the other projects, but makes it way easier to get a working config. If you really need that, you probably know what you’re doing anyway.
* SI-9506 suppress Scala IDE-generated files in the Eclipse project dirsPerformant Data LLC2015-10-051-0/+2
|
* Modularize continuations plugin.Adriaan Moors2013-12-131-1/+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/+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.
* 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.