summaryrefslogtreecommitdiff
path: root/project/Build.scala
Commit message (Collapse)AuthorAgeFilesLines
* Making sbt build work.v2.10.0-M1Paul Phillips2012-01-181-6/+6
|
* All projects can be locked now.Josh Suereth2011-12-291-1/+6
| | | | | * Added 'lock' key to write 'compile.lock' file to target dir. * Added 'unlock' key to delete 'compile.lock' file to target dir.
* MSIL now part of layered compilesJosh Suereth2011-12-091-16/+4
| | | | | | | * The MSIL source code is now built at every layer as part of the compiler project. * The MSIL project is completely removed from other references.
* Fixed publish issue.Josh Suereth2011-12-061-10/+2
| | | | | | | | * Cleaned up layered build settings definition * Removed scalaVersion specification from build (not NEEDED). * Fixed a migration from build.sbt to project/Build.scala where publish settings were only being used on the root project and not also used for sub-projects which are published.
* Adding SHA resolve to the SBT build so that we don't need the push/pull ↵Josh Suereth2011-12-051-2/+2
| | | | binary libs script anymore. Only pull is implemented.
* Port of SBT 0.11.x build. Things appear to be working well.Josh Suereth2011-12-011-0/+574