Ignore:
Timestamp:
2014-02-03T18:54:05+01:00 (11 years ago)
Author:
donvip
Message:

[josm_reverter] update to JOSM 6798

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

Legend:

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

    r30017 r30258  
    44    <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6317"/>
     6    <property name="plugin.main.version" value="6798"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java

    r29216 r30258  
    2323            System.out.println("RemoteControl: Error parsing revert_changeset remote control request:");
    2424            ex.printStackTrace();
    25             throw new RequestHandlerErrorException();
     25            throw new RequestHandlerErrorException(ex);
    2626        }
    2727
Note: See TracChangeset for help on using the changeset viewer.