Ignore:
Timestamp:
2010-03-30T11:23:05+02:00 (15 years ago)
Author:
guggis
Message:

'First release'

File:
1 edited

Legend:

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

    r20489 r20745  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Second version of turnrestriction plugin. Still under development." />
     33        <property name="commit.message" value="First release" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3136" />
     35        <property name="plugin.main.version" value="3152" />
    3636
    3737        <!--
     
    102102                                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.turnrestrictions.TurnRestrictionsPlugin"/>
    103103                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    104                                 <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to enter maintain information about turn restrictions in the OpenStreetMap database."/>
     104                                <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to create and edit turn restrictions in the OpenStreetMap database."/>
    105105                                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions"/>
    106106                                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
Note: See TracChangeset for help on using the changeset viewer.