Ignore:
Timestamp:
2009-09-30T17:33:39+02:00 (15 years ago)
Author:
guggis
Message:

Updating to JOSM 2219

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

Legend:

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

    r17707 r17874  
    2626                <attribute name="Plugin-Description" value="Make terraced houses out of single blocks."/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/>
    28                 <attribute name="Plugin-Mainversion" value="2166"/>
     28                <attribute name="Plugin-Mainversion" value="2219"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java

    r17546 r17874  
    4444import org.openstreetmap.josm.data.osm.RelationMember;
    4545import org.openstreetmap.josm.data.osm.Way;
    46 import org.openstreetmap.josm.tools.AutoCompleteComboBox;
     46import org.openstreetmap.josm.gui.widgets.AutoCompleteComboBox;
    4747import org.openstreetmap.josm.tools.GBC;
    4848import org.openstreetmap.josm.tools.Pair;
Note: See TracChangeset for help on using the changeset viewer.