Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

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

Legend:

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

    r29711 r29854  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="6031"/>
     7    <property name="plugin.main.version" value="6162"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/poly/src/poly/PolyExporter.java

    r28755 r29854  
    66import java.io.IOException;
    77import java.io.OutputStreamWriter;
    8 import java.io.Writer;
    98import java.util.ArrayList;
    10 import java.util.Comparator;
    119import java.util.LinkedHashMap;
    1210import java.util.List;
     
    1412import java.util.Map;
    1513import java.util.TreeMap;
     14
    1615import org.openstreetmap.josm.data.osm.DataSet;
    1716import org.openstreetmap.josm.data.osm.Node;
Note: See TracChangeset for help on using the changeset viewer.