Changeset 14443 in osm for applications/editors


Ignore:
Timestamp:
2009-04-08T22:45:55+02:00 (16 years ago)
Author:
guggis
Message:

main version should be a natural number; otherwise JOSM throws a NumberFormatException

File:
1 edited

Legend:

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

    r14428 r14443  
    3838        <property name="plugin.description"     value="A Short description of your plugin (one line, to be displayed in the JOSMs plugin configuration dialog)"/>
    3939        <property name="plugin.doc.url"         value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/YourPlugin"/>
    40         <property name="plugin.main.version"    value="0.1"/>   
     40        <property name="plugin.main.version"    value="1"/>     
    4141    <property name="plugin.jar.name"        value="${ant.project.name}.jar"/>
    4242       
Note: See TracChangeset for help on using the changeset viewer.