Skip to content

Commit

Permalink
Merge pull request #3145 from dotta/issue/update-eclipse-readme
Browse files Browse the repository at this point in the history
Added information on how to launch and debug scalac inside Eclipse
  • Loading branch information
adriaanm committed Nov 17, 2013
2 parents ab77f2a + e99b5e3 commit a1da835
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/eclipse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ and Eclipse .classpath of the different projects isn’t updated accordingly. Th
the build path of each project and make sure the version of the declared dependencies is in sync with the version
declared in the `version.properties` file. If it isn’t, update it manually and, when done, don’t forget to share
your changes via a pull request.
(We are aware this is manual process is cumbersome. If you feel like scripting this process, pull requests are of course welcome.)
(We are aware this is cumbersome. If you feel like scripting the process, pull requests are of course welcome.)

Launching & Debugging scalac
============================

Read [here](http://scala-ide.org/docs/tutorials/scalac-trunk/index.html#Launching_and_Debugging_scalac).

DETAILS
=======
Expand Down

0 comments on commit a1da835

Please sign in to comment.