Plugin for sbt to create Eclipse project definitions. Please see the Documentation for information about installing and using sbteclipse. Information about mailing lists, contribution policy and license can be found below.
sbteclipse requires sbt 0.11.3-2 or 0.12!
Add sbteclipse to your plugin definition file. You can use either the global one at ~/.sbt/plugins/plugins.sbt or the project-specific one at PROJECT_DIR/project/plugins.sbt:
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.2")
In sbt use the command eclipse to create Eclipse project files:
> eclipse
In Eclipse use the Import Wizard to import Existing Projects into Workspace
Please use the sbt mailing list and prefix the subject with "[sbteclipse]".
Contributions via GitHub pull requests are gladly accepted from their original author. Before we can accept pull requests, you will need to agree to the Typesafe Contributor License Agreement online, using your GitHub account - it takes 30 seconds.
This code is open source software licensed under the Apache 2.0 License. Feel free to use it accordingly.