From 3e41859789c644a59334da6a07157aa0f1e0138f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 10 Dec 2012 16:35:33 +0100 Subject: wip --- project/build.properties | 1 + project/build.sbt | 5 +++++ project/plugins.sbt | 1 + 3 files changed, 7 insertions(+) create mode 100644 project/build.properties create mode 100644 project/build.sbt create mode 100644 project/plugins.sbt (limited to 'project') diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..4474a03 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.12.1 diff --git a/project/build.sbt b/project/build.sbt new file mode 100644 index 0000000..a6cd73f --- /dev/null +++ b/project/build.sbt @@ -0,0 +1,5 @@ +resolvers += Classpaths.typesafeResolver + +addSbtPlugin("com.typesafe.startscript" % "xsbt-start-script-plugin" % "0.5.3") + +addSbtPlugin("me.lessis" % "coffeescripted-sbt" % "0.2.3") diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..10155b5 --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0") -- cgit v1.2.3