summaryrefslogtreecommitdiff
path: root/project/plugins.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Generate shell scripts.Grzegorz Kossakowski2015-04-171-0/+1
| | | | | | | | | | Shell scripts are generated with `mkBin` sbt task that calls ScalaTool. ScalaTool is defined in project/ and is a port of Ant task that lives in scala.tools.ant.ScalaTool. While porting, we've simplified the code significantly. The `mkBin` task is defined in a new subproject: dist. This subproject will become responsible for building the distribution in the future.
* Removed sbt build.Paul Phillips2013-06-131-9/+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.
* SBT build now works with SBT 0.12.Josh Suereth2012-08-311-1/+1
| | | | Also fixed partest explosion that happened after partest redesign.
* Adding SHA resolve to the SBT build so that we don't need the push/pull ↵Josh Suereth2011-12-051-0/+2
| | | | binary libs script anymore. Only pull is implemented.
* Step one towards using project revision to buildJosh Suereth2011-12-051-0/+7