From 761a61eb6bffba61c9dc828e58627a5fabf40871 Mon Sep 17 00:00:00 2001 From: Roland Date: Wed, 8 Feb 2012 09:36:17 +0100 Subject: [PATCH] remove sbteclipse plugin from project/plugins.sbt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this should be in each user’s .sbt directory, so that everybody is free to use which version they like --- project/plugins.sbt | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 52704b5935..80ff9db95a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,8 +5,6 @@ addSbtPlugin("com.typesafe.sbtmultijvm" % "sbt-multi-jvm" % "0.1.9") addSbtPlugin("com.typesafe.schoir" % "schoir" % "0.1.2") -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse" % "1.5.0") - addSbtPlugin("com.typesafe.sbtscalariform" % "sbtscalariform" % "0.3.1") resolvers ++= Seq(