首先把咱們以前的項目hello-sbt複製兩份,分別叫hello-sbt-idea和hello-sbt-eclipse。 git
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.2") // 2013/10/28
一樣的,在hello-sbt-eclipse/project/下建立plugin.sbt文件,內容爲: github
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0") // 2013/10/28
再看一下包結構
shell
根目錄下的project文件夾(圖中選中項)被轉換成一個模塊
eclipse
$sbt > eclipse完成後,熟悉的.project和.classpath文件出現了。