Changeset 30258 in osm for applications/editors/josm/plugins/reverter
- Timestamp:
- 2014-02-03T18:54:05+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r30017 r30258 4 4 <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 317"/>6 <property name="plugin.main.version" value="6798"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetHandler.java
r29216 r30258 23 23 System.out.println("RemoteControl: Error parsing revert_changeset remote control request:"); 24 24 ex.printStackTrace(); 25 throw new RequestHandlerErrorException( );25 throw new RequestHandlerErrorException(ex); 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.