summaryrefslogtreecommitdiff
path: root/project/Packaging.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed sbt build.Paul Phillips2013-06-131-129/+0
| | | | | | | | | | | | | Difficult though it may be to accept, it must go. We couldn't keep it working with active maintenance; after eight months of neglect there is no chance. Nobody is working on it or using it. The code will remain in the history if anyone wants it. One of the most annoying experiences one can have when building a new project is finding out one has been fiddling with an abandoned build system which isn't even expected to work. Sometimes I check out a scala project and there is a build.xml, a pom.xml, and a project directory. We should not be among those who sow such build confusion.
* Fix some typosSamy Dindane2013-01-241-1/+1
| | | | | | Fixes mostly "a int", "a a thing" kind of typos. Also removes trailing whitespaces, useless empty lines and commented println() from "test/files/run/ctries-new/iterator.scala".
* SI-6769 Removes GenJVM backendJames Iry2012-12-051-1/+1
| | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* Refactoring and temporary commit before finishing the fix.Josh Suereth2012-06-131-0/+129