Changeset 34174 in osm for applications/editors/josm/plugins/wikipedia
- Timestamp:
- 2018-04-28T20:31:44+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/wikipedia
- Files:
-
- 11 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/build.xml
r34149 r34174 4 4 <!-- enter the SVN commit message --> 5 5 <property name="commit.message" value="Commit message"/> 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->7 <property name="plugin.main.version" value="13597"/>8 <property name="plugin.canloadatruntime" value="true"/>9 6 10 <property name="plugin.author" value="simon04"/> 11 <property name="plugin.class" value="org.wikipedia.WikipediaPlugin"/> 7 <!-- edit the properties of this plugin in the file `gradle.properties` --> 8 <property file="${basedir}/gradle.properties"/> 9 <!-- The description has to stay here AND in the build.gradle, so Ant can sync the description to Launchpad and Gradle can also pick it up. --> 12 10 <property name="plugin.description" value="Simplifies linking OSM objects to Wikipedia articles and Wikidata items"/> 13 <property name="plugin.icon" value="images/dialogs/wikipedia.png"/>14 <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/Wikipedia"/>15 11 16 12 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.