Skip to content

Commit

Permalink
Update README with info about latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 22, 2015
1 parent 117d94a commit 931d513
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions README.rst
Expand Up @@ -12,17 +12,11 @@ For sbt 0.13 and up
- 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*

For the latest beta version:
For the latest version:

::

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0-RC2")

For the stable version:

::

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")

- In sbt use the command *eclipse* to create Eclipse project files

Expand All @@ -32,21 +26,6 @@ For the stable version:

- 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
-------------------

Expand Down

0 comments on commit 931d513

Please sign in to comment.