Index: /applications/editors/josm/plugins/mapillary/INSTALL.md
===================================================================
--- /applications/editors/josm/plugins/mapillary/INSTALL.md	(revision 32069)
+++ /applications/editors/josm/plugins/mapillary/INSTALL.md	(revision 32070)
@@ -17,4 +17,10 @@
 Windows users can simply replace `./gradlew` with `./gradlew.bat`.
 
+If you develop using the Eclipse IDE, run the following command before opening the project in Eclipse. This will download the dependencies and tells Eclipse about where these dependencies are located on your machine:
+```shell
+./gradlew eclipse
+```
+As Eclipse plugins we recommend [eclipse-pmd](http://marketplace.eclipse.org/content/eclipse-pmd) and [Anyedit tools](http://marketplace.eclipse.org/content/anyedit-tools).
+
 For just building the jar-file for the plugin, run
 ```shell
@@ -26,5 +32,5 @@
 ./gradlew build
 ```
-(look for the results in the directory `build/reports`)
+(look for the reports in the directory `build/reports` and for the packaged `Mapillary.jar` in the directory `build/libs`)
 
 And finally, you can execute the following to build the plugin from source, and run the latest JOSM with the Mapillary plugin already loaded.
@@ -43,5 +49,5 @@
 If you don't have push-access to the SVN-server, you should now be ready to go.
 
-The following paragraphs only deal with transferring commits grom the GitHub-repository to the SVN-server and the other way around.
+The following paragraphs only deal with transferring commits from the git-repository to the SVN-server and the other way around.
 
 ---
@@ -84,5 +90,5 @@
 ---
 
-If you want to commit all of the commits that you made on the _‹foo›_-branch back to SVN, then you can skip this step.
+If you want to push (or in SVN-terms _commit_) all of the commits that you made on the _‹foo›_-branch back to SVN, then you can skip this step.
 
 Otherwise execute the following line to preserve the other commits:
Index: /applications/editors/josm/plugins/mapillary/build.gradle
===================================================================
--- /applications/editors/josm/plugins/mapillary/build.gradle	(revision 32069)
+++ /applications/editors/josm/plugins/mapillary/build.gradle	(revision 32070)
@@ -31,8 +31,8 @@
   // The JOSM-version can be specified as "latest", "tested" or the numeric version number.
   // When using a numeric version number you can leave out {changing=true}.
-  compile(':josm:latest'){changing=true}
+  compile(':josm:9811')
   // For plugins it's irrelevant, which version is specified, always the latest version is used.
-  compile (':apache-commons:latest'){changing=true}
-  compile (':apache-http:latest'){changing=true}
+  compile (name: 'apache-commons'){changing=true}
+  compile (name: 'apache-http'){changing=true}
 
   testCompile 'junit:junit:4.12'
