summaryrefslogtreecommitdiff
path: root/project/Layers.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for reflection. Review/Use by @adriaanmJosh Suereth2012-06-121-6/+21
|
* Added lock by default and did a minor amount of cleanup. More to come ↵Josh Suereth2012-05-231-4/+15
| | | | hopefully.
* ASM now compiled once in the build.Josh Suereth2012-05-231-7/+8
| | | | | | | | * Moved ASM sources to src/asm * New ant task builds asm *ONCE*. Build times improve by a few seconds * Fixed SBT build for new asm location. SBT build still broken from actors-migration and partest Review by @magarciaEPFL
* Don't regenerate properties file if skip is true (i.e. locker/quick is locked)Josh Suereth2012-05-101-2/+2
|
* Everything now builds. Partest is bombing about reflection issue.Josh Suereth2012-05-101-1/+0
|
* Fixed up versioning scheme.Josh Suereth2012-04-031-2/+4
| | | | SBT build should now mimic ant build for versions.
* Brought version detection up-to-date.Josh Suereth2011-12-161-2/+2
| | | | * SBT's version creation is now on par with tools/get-latest-version
* MSIL now part of layered compilesJosh Suereth2011-12-091-3/+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-34/+33
| | | | | | | | * 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.
* Step one towards using project revision to buildJosh Suereth2011-12-051-2/+4
|
* Port of SBT 0.11.x build. Things appear to be working well.Josh Suereth2011-12-011-0/+90