Skip to content

Commit

Permalink
Add the matsim plugin to the usage list, remove mention of Mapillary …
Browse files Browse the repository at this point in the history
…plugin in task description when "the plugin currently built" is meant
  • Loading branch information
floscher committed Nov 9, 2017
1 parent 942899a commit b36d497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Also, the [Groovydoc of this plugin is available online](https://floscher.github
* [iandees/josm-mbtiles](https://github.com/iandees/josm-mbtiles)
* [JOSM/geojson](https://github.com/JOSM/geojson)
* [JOSM/Mapillary](https://github.com/JOSM/Mapillary)
* [matsim-org/josm-matsim-plugin](https://github.com/matsim-org/josm-matsim-plugin)
2 changes: 1 addition & 1 deletion docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'org.openstreetmap.josm.gradle.plugin' version '‹insertCurrentVersionNumber›'
}
```
(replace `‹insertCurrentVersionNumber›` by the latest version number that is displayed at [the Gradle plugin repository](https://plugins.gradle.org/plugin/org.openstreetmap.josm.gradle.plugin))
(replace `‹insertCurrentVersionNumber›` with [![the latest available version number](https://img.shields.io/github/tag/floscher/gradle-josm-plugin.svg?style=flat-square&label=%20)](https://plugins.gradle.org/plugin/org.openstreetmap.josm.gradle.plugin))

## Option 1: My project does not have a `build.xml` file in the project root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class BasicTaskSetup extends AbstractSetup {
pro.task(
[
type: RunJosmTask.class,
description: 'Runs an independent JOSM instance (version specified in project dependencies) with `build/.josm/` as home directory and the freshly compiled Mapillary plugin active.'
description: 'Runs an independent JOSM instance (version specified in project dependencies) with `build/.josm/` as home directory and the freshly compiled plugin active.'
],
'runJosm'
)
Expand Down

0 comments on commit b36d497

Please sign in to comment.