Building Eclipsify 0.8.0 for use with SBT 0.7.7
- Make sure you have SBT
- git clone https://github.com/musk/SbtEclipsify.git
- cd SbtEclipsify
- git checkout -b 0.8.0 origin/0.8.0
- Fix self-reference in the project/plugins/Plugins.scala
- lazy val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.1-SNAPSHOT"
- Change "0.7.1-SNAPSHORT" to "0.7.0"
- In the SbtEclipsify folder, type "sbt update publish-local"