Changeset 26196 in osm for applications/editors/josm/plugins
- Timestamp:
 - 2011-06-28T08:26:54+02:00 (14 years ago)
 - Location:
 - applications/editors/josm/plugins/undelete
 - Files:
 - 
      
- 1 added
 - 2 edited
 
- 
          
  .classpath (modified) (1 diff)
 - 
          
  src/org/openstreetmap/josm/plugins/undelete/DownloadPrimitiveTask.java (added)
 - 
          
  src/org/openstreetmap/josm/plugins/undelete/Undelete.java (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/undelete/.classpath
r22291 r26196 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry kind="output" path="bin"/> 7 7 </classpath>  - 
      
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java
r26073 r26196 3 3 4 4 package org.openstreetmap.josm.plugins.undelete; 5 6 import static org.openstreetmap.josm.tools.I18n.tr; 5 7 6 8 import java.awt.GridBagConstraints; … … 17 19 import javax.swing.KeyStroke; 18 20 19 import static org.openstreetmap.josm.tools.I18n.tr;20 21 21 import org.openstreetmap.josm.Main; 22 22 import org.openstreetmap.josm.actions.JosmAction; 23 import org.openstreetmap.josm.actions.downloadtasks.DownloadPrimitiveTask;24 23 import org.openstreetmap.josm.data.osm.DataSet; 25 24 import org.openstreetmap.josm.data.osm.Node;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  