Skip to content
Snippets Groups Projects
Commit 0dbec698 authored by Ivan Kuraj's avatar Ivan Kuraj Committed by Etienne Kneuss
Browse files

Include documentation about using Leon within eclipse

parent e40267eb
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,17 @@ Scala compiler.
Now we can make sure that the build went fine. Leon comes with a test suite.
Use ```sbt test``` to run all the tests.
Using Leon in Eclipse
---------------------
Type: ```sbt eclipse```
This should create all the necessary metadata for using Leon as a project in Eclipse.
Specifically, two Eclipse projects are generated in corresponding directories: the main *Leon* project in the Leon root directory, and the *Leon library* project in the ```library``` subdirectory.
You should now be able to [import the projects](http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-importproject.htm) into your Eclipse workspace.
Since the main Leon project depends on the library, you should import both of them.
Changelog
---------
......@@ -151,4 +162,3 @@ Changelog
#### v2.0
* First release
......@@ -38,3 +38,6 @@ logBuffered in Test := false
testOptions in Test += Tests.Argument("-oD")
sourcesInBase in Compile := false
// do not skip parent Eclipse project definition
EclipseKeys.skipParents in ThisBuild := false
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.0")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment