You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2016/04/05 01:56:06 UTC

spark git commit: [SPARK-14366] Remove sbt-idea plugin

Repository: spark
Updated Branches:
  refs/heads/master 24d7d2e45 -> a172e11cb


[SPARK-14366] Remove sbt-idea plugin

## What changes were proposed in this pull request?

Remove sbt-idea plugin as importing sbt project provides much better support.

Author: Luciano Resende <lr...@apache.org>

Closes #12151 from lresende/SPARK-14366.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a172e11c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a172e11c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a172e11c

Branch: refs/heads/master
Commit: a172e11cba6f917baf5bd6c4f83dc6689932de9a
Parents: 24d7d2e
Author: Luciano Resende <lr...@apache.org>
Authored: Mon Apr 4 16:55:59 2016 -0700
Committer: Josh Rosen <jo...@databricks.com>
Committed: Mon Apr 4 16:55:59 2016 -0700

----------------------------------------------------------------------
 project/plugins.sbt | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a172e11c/project/plugins.sbt
----------------------------------------------------------------------
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4929ba3..44ec3a1 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,8 +2,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")
 
 addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
 
-addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
-
 addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
 
 addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org