Changeset 21010 in osm


Ignore:
Timestamp:
2010-04-27T19:29:01+02:00 (14 years ago)
Author:
bastik
Message:

'Update to josm core'

Location:
applications/editors/josm/plugins/turnrestrictions
Files:
2 edited

Legend:

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

    r20745 r21010  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="First release" />
     33        <property name="commit.message" value="Update to josm core" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3152" />
     35        <property name="plugin.main.version" value="3210" />
    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 create and edit turn restrictions in the OpenStreetMap database."/>
     104                                <attribute name="Plugin-Description" value="The turnrestrictions plugin allows to enter maintain information about 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}"/>
  • applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/MemberRoleCellEditor.java

    r20675 r21010  
    99import javax.swing.table.TableCellEditor;
    1010
    11 import org.openstreetmap.josm.gui.tagging.AutoCompletingTextField;
     11import org.openstreetmap.josm.gui.tagging.ac.AutoCompletingTextField;
    1212import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPritority;
    1313import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList;
Note: See TracChangeset for help on using the changeset viewer.