Changeset 21207 in osm for applications/editors


Ignore:
Timestamp:
2010-05-10T00:11:38+02:00 (14 years ago)
Author:
upliner
Message:

'Fix #5001 version should not be set back'

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

Legend:

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

    r21201 r21207  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Add reverter plugin to SVN" />
     33        <property name="commit.message" value="Fix #5001 version should not be set back" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="3000" />
  • applications/editors/josm/plugins/reverter/src/reverter/DataSetToCmd.java

    r21201 r21207  
    6868            }
    6969            newTarget.mergeFrom(source);
     70            newTarget.setOsmId(target.getId(), (int)target.getVersion());
    7071            newTarget.setDeleted(false);
    7172            cmds.add(new ChangeCommand(target,newTarget));
Note: See TracChangeset for help on using the changeset viewer.