Changeset 31169 in osm for applications/editors


Ignore:
Timestamp:
2015-06-01T11:31:41+02:00 (10 years ago)
Author:
nokutu
Message:

Updated build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/build.xml

    r30944 r31169  
    1414<project name="Mapillary" default="dist" basedir=".">
    1515
    16     <!-- enter the SVN commit message -->
    17     <property name="commit.message" value="Commit message"/>
    1816    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    1917    <property name="plugin.main.version" value="7777"/>
     18    <property name="plugin.version" value="0.8"/>
    2019
    2120    <!-- Configure these properties (replace "..." accordingly).
     
    2524         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    2625    -->
    27     <property name="plugin.author" value="Polyglot - HolgerMappt"/>
     26    <property name="plugin.author" value="Nokutu - Polyglot - HolgerMappt"/>
    2827    <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
    2928    <property name="plugin.description" value="Enables user to work with pictures hosted at mapillary.com"/>
     
    3433    <!--<property name="plugin.stage" value="..."/>-->
    3534   
    36         <property name="josm" location="../../core/dist/josm-latest.jar"/>
     35        <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3736        <property name="plugin.dist.dir" value="../../dist"/>
    3837       
Note: See TracChangeset for help on using the changeset viewer.