From 15c0462db3bde60f4151060f1cf7d11c4514b930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Bone=CC=81r?= Date: Fri, 9 Dec 2011 18:28:43 +0100 Subject: [PATCH] Added sbteclipse plugin to the build (version 1.5.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Bonér --- .gitignore | 1 + .history | 4 ---- project/plugins.sbt | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 .history diff --git a/.gitignore b/.gitignore index 91eba2fc6b..203d9a1ef5 100755 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ reports dist target deploy/*.jar +.history data out logs diff --git a/.history b/.history deleted file mode 100644 index 7bbf31e478..0000000000 --- a/.history +++ /dev/null @@ -1,4 +0,0 @@ -update -reload -projects -exit diff --git a/project/plugins.sbt b/project/plugins.sbt index e298278e00..b9dfcde215 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,6 +3,8 @@ resolvers += Classpaths.typesafeResolver addSbtPlugin("com.typesafe.sbtmultijvm" % "sbt-multi-jvm" % "0.1.7") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.5.0") + addSbtPlugin("com.typesafe.sbtscalariform" % "sbtscalariform" % "0.3.1") resolvers ++= Seq(