Ignore:
Timestamp:
2010-08-03T08:17:26+02:00 (15 years ago)
Author:
jttt
Message:

Adapt to latest josm

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

Legend:

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

    r20427 r22549  
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="3116" />
     30        <property name="plugin.main.version" value="3408" />
    3131
    3232        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RouteLayer.java

    r19532 r22549  
    22
    33import java.awt.Color;
    4 import java.awt.Component;
    54import java.awt.Graphics2D;
    65import java.awt.Stroke;
     
    87import java.util.List;
    98
     9import javax.swing.Action;
    1010import javax.swing.Icon;
    1111
     
    7373
    7474        @Override
    75         public Component[] getMenuEntries() {
    76                 return new Component[0];
     75        public Action[] getMenuEntries() {
     76                return new Action[0];
    7777        }
    7878
Note: See TracChangeset for help on using the changeset viewer.