sbteclipse |Build Status|
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.
For sbt 0.13 and up
-
Add sbteclipse to your plugin definition file. You can use either:
- the global file (for version 0.13 and up) at ~/.sbt/0.13/plugins/plugins.sbt
- the project-specific file at PROJECT_DIR/project/plugins.sbt
::
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
- In sbt use the command eclipse to create Eclipse project files
::
eclipse
- In Eclipse use the Import Wizard to import Existing Projects into Workspace
For sbt 0.12 and earlier
-
Add sbteclipse to the old global file at ~/.sbt/plugins/plugins.sbt or to the project-specific file (see above).
-
Use an earlier version of sbteclipse:
============= ====================
sbt version sbteclipse version
============= ====================
0.12 2.1.2
0.11.3 2.1.1
0.11.2 2.0.0
============= ====================
Contribution policy
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.
License
This code is open source software licensed under the Apache 2.0 License_. Feel free to use it accordingly.
.. _sbt: http://github.com/harrah/xsbt/
.. _Eclipse: http://www.eclipse.org/
.. _Documentation: http://github.com/typesafehub/sbteclipse/wiki/
.. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0.html
.. _Typesafe Contributor License Agreement: http://www.typesafe.com/contribute/cla
.. |Build Status| image:: https://travis-ci.org/typesafehub/sbteclipse.png?branch=master
:target: https://travis-ci.org/typesafehub/sbteclipse