summaryrefslogtreecommitdiff
path: root/runtime/project
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/project')
-rw-r--r--runtime/project/Build.scala11
-rw-r--r--runtime/project/build.properties1
-rw-r--r--runtime/project/build.sbt5
-rw-r--r--runtime/project/plugins.sbt1
4 files changed, 1 insertions, 17 deletions
diff --git a/runtime/project/Build.scala b/runtime/project/Build.scala
deleted file mode 100644
index b7d4ecc..0000000
--- a/runtime/project/Build.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-import sbt._
-import Keys._
-import ch.epfl.lamp.sbtscalajs.ScalaJSPlugin._
-import ScalaJSKeys._
-
-object Build extends sbt.Build {
- lazy val resource =
- project.in(file("."))
- .settings(scalaJSSettings: _*)
- .settings(name := "resources")
-} \ No newline at end of file
diff --git a/runtime/project/build.properties b/runtime/project/build.properties
deleted file mode 100644
index 1ebc8a2..0000000
--- a/runtime/project/build.properties
+++ /dev/null
@@ -1 +0,0 @@
- sbt.version=0.13.0
diff --git a/runtime/project/build.sbt b/runtime/project/build.sbt
deleted file mode 100644
index 3407493..0000000
--- a/runtime/project/build.sbt
+++ /dev/null
@@ -1,5 +0,0 @@
-addSbtPlugin("ch.epfl.lamp" % "scalajs-sbt-plugin" % "0.1-SNAPSHOT")
-
-addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
-
-
diff --git a/runtime/project/plugins.sbt b/runtime/project/plugins.sbt
new file mode 100644
index 0000000..d872618
--- /dev/null
+++ b/runtime/project/plugins.sbt
@@ -0,0 +1 @@
+addSbtPlugin("ch.epfl.lamp" % "scalajs-sbt-plugin" % "0.1-SNAPSHOT") \ No newline at end of file