summaryrefslogtreecommitdiff
path: root/.project
Commit message (Collapse)AuthorAgeFilesLines
* Renamed .project to .project.SAMPLE, just like .classpath.SAMPLE.Iulian Dragos2011-12-201-29/+0
| | | | This should have been done a long time ago, when .classpath was renamed to .classpath.SAMPLE. Both files are needed to import the scala compiler in Eclipse, and having just one guarantees a broken project.
* Updated project files to the new Scala nature I...Iulian Dragos2011-01-181-4/+4
| | | | | | Updated project files to the new Scala nature ID (new meaning nearly 2-years old). no review.
* Reverting stray commit to Eclipse metadata.Miles Sabin2010-01-111-18/+3
|
* Fixed #2810.Aleksandar Pokopec2010-01-111-3/+18
| | | | | no review
* rolling back the faulty checkinLukas Rytz2008-06-091-1/+1
|
* now actually removing plugin.quickLukas Rytz2008-06-091-1/+1
|
* Rolled back unintented committed files.Iulian Dragos2008-05-131-0/+11
|
* Added explicit return type in take (see #879)Iulian Dragos2008-05-131-11/+0
|
* Adding eclipse meta data.Sean McDirmid2007-04-271-0/+29
|
* Removed some remaining Eclipse-related stuff th...Gilles Dubochet2005-12-141-11/+0
| | | | | Removed some remaining Eclipse-related stuff that hadn't been removed.
* Removing Eclipse project files from repository,...Sean McDirmid2005-12-141-11/+0
| | | | | Removing Eclipse project files from repository, testing SVN plugin.
* Adding Eclipse plug-in meta infoSean McDirmid2005-12-131-0/+11
|
* * Added semantic token models to support Eclips...Sean McDirmid2005-11-291-0/+11
* Added semantic token models to support Eclipse IDE. Fixed positions * to handle Windows newlines Fixed as much code generation line number * issues as possible, but some issues may remain.