summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2015-02-11 18:39:44 +0100
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-04-17 11:27:59 -0700
commit70cb911f54c8b049b23d77e28048fd4cdb217454 (patch)
tree2e97d27d31f305b95c374aeb8943ca8c2607071f /project
parentb730937493f8f25c985b1a4cf5fcfb7fc16092a4 (diff)
downloadscala-70cb911f54c8b049b23d77e28048fd4cdb217454.tar.gz
scala-70cb911f54c8b049b23d77e28048fd4cdb217454.tar.bz2
scala-70cb911f54c8b049b23d77e28048fd4cdb217454.zip
Introduce sbt build
It mimics the ant build as closely as necessary to compare the produced artifacts between the two builds, to build confidence in the transition: - all projects are built into the same directories in build/quick - include legacy projects: forkjoin, asm, actors - TODO: Include forkjoin & asm into library & compiler jars, respectively. We don't carry over ant's built-in bootstrapping process; this will be scripted outside of the build, publishing layers locally. NOTE: the root project cannot be named `scala`: it shadows the `scala` package in e.g., `projectConsole`.
Diffstat (limited to 'project')
-rw-r--r--project/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/build.properties b/project/build.properties
new file mode 100644
index 0000000000..748703f770
--- /dev/null
+++ b/project/build.properties
@@ -0,0 +1 @@
+sbt.version=0.13.7