Changeset 31169 in osm for applications/editors
- Timestamp:
- 2015-06-01T11:31:41+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.xml
r30944 r31169 14 14 <project name="Mapillary" default="dist" basedir="."> 15 15 16 <!-- enter the SVN commit message -->17 <property name="commit.message" value="Commit message"/>18 16 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 17 <property name="plugin.main.version" value="7777"/> 18 <property name="plugin.version" value="0.8"/> 20 19 21 20 <!-- Configure these properties (replace "..." accordingly). … … 25 24 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 26 25 --> 27 <property name="plugin.author" value="Polyglot - HolgerMappt"/> 26 <property name="plugin.author" value="Nokutu - Polyglot - HolgerMappt"/> 28 27 <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/> 29 28 <property name="plugin.description" value="Enables user to work with pictures hosted at mapillary.com"/> … … 34 33 <!--<property name="plugin.stage" value="..."/>--> 35 34 36 <property name="josm" location="../../core/dist/josm- latest.jar"/>35 <property name="josm" location="../../core/dist/josm-custom.jar"/> 37 36 <property name="plugin.dist.dir" value="../../dist"/> 38 37
Note:
See TracChangeset
for help on using the changeset viewer.