summaryrefslogtreecommitdiff
path: root/src/eclipse/update-workspace.sh
Commit message (Collapse)AuthorAgeFilesLines
* Automate Eclipse settings and update project files: (#5091)Iulian Dragos2016-04-201-0/+72
- 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.