Ignore:
Timestamp:
2011-06-28T08:26:54+02:00 (13 years ago)
Author:
jttt
Message:

Move DownloadPrimitiveTask do undelete plugin (nobody else is using it)

Location:
applications/editors/josm/plugins/undelete
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/undelete/.classpath

    r22291 r26196  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    5         <classpathentry combineaccessrules="false" kind="src" path="/core"/>
     5        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
    77</classpath>
  • applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java

    r26073 r26196  
    33
    44package org.openstreetmap.josm.plugins.undelete;
     5
     6import static org.openstreetmap.josm.tools.I18n.tr;
    57
    68import java.awt.GridBagConstraints;
     
    1719import javax.swing.KeyStroke;
    1820
    19 import static org.openstreetmap.josm.tools.I18n.tr;
    20 
    2121import org.openstreetmap.josm.Main;
    2222import org.openstreetmap.josm.actions.JosmAction;
    23 import org.openstreetmap.josm.actions.downloadtasks.DownloadPrimitiveTask;
    2423import org.openstreetmap.josm.data.osm.DataSet;
    2524import org.openstreetmap.josm.data.osm.Node;
Note: See TracChangeset for help on using the changeset viewer.