From 70c072abc729c1ffc080baff68dfd8fd6db1bcd1 Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Fri, 24 Mar 2017 15:32:09 +0100 Subject: Switch to build.sbt Using the same technique than scala-js where we just forward to Build.scala: https://github.com/scala-js/scala-js/pull/2312 --- build.sbt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 build.sbt (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt new file mode 100644 index 000000000..8f3754e57 --- /dev/null +++ b/build.sbt @@ -0,0 +1,19 @@ +val dotty = Build.dotty +val `dotty-bootstrapped` = Build.`dotty-bootstrapped` +val `dotty-interfaces` = Build.`dotty-interfaces` +val `dotty-doc` = Build.`dotty-doc` +val `dotty-bot` = Build.`dotty-bot` +val `dotty-compiler` = Build.`dotty-compiler` +val `dotty-compiler-bootstrapped` = Build.`dotty-compiler-bootstrapped` +val `dotty-bin-tests` = Build.`dotty-bin-tests` +val `dotty-library` = Build.`dotty-library` +val `dotty-library-bootstrapped` = Build.`dotty-library-bootstrapped` +val `dotty-sbt-bridge` = Build.`dotty-sbt-bridge` +val sjsSandbox = Build.sjsSandbox +val `dotty-bench` = Build.`dotty-bench` +val `scala-library` = Build.`scala-library` +val `scala-compiler` = Build.`scala-compiler` +val `scala-reflect` = Build.`scala-reflect` +val scalap = Build.scalap + +inThisBuild(Build.thisBuildSettings) -- cgit v1.2.3