Changeset 17874 in osm for applications/editors/josm/plugins/terracer
- Timestamp:
- 2009-09-30T17:33:39+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/terracer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/build.xml
r17707 r17874 26 26 <attribute name="Plugin-Description" value="Make terraced houses out of single blocks."/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Terracer"/> 28 <attribute name="Plugin-Mainversion" value="2 166"/>28 <attribute name="Plugin-Mainversion" value="2219"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/terracer/src/terracer/TerracerAction.java
r17546 r17874 44 44 import org.openstreetmap.josm.data.osm.RelationMember; 45 45 import org.openstreetmap.josm.data.osm.Way; 46 import org.openstreetmap.josm. tools.AutoCompleteComboBox;46 import org.openstreetmap.josm.gui.widgets.AutoCompleteComboBox; 47 47 import org.openstreetmap.josm.tools.GBC; 48 48 import org.openstreetmap.josm.tools.Pair;
Note:
See TracChangeset
for help on using the changeset viewer.