Changeset 29663 in osm
- Timestamp:
- 2013-06-16T17:04:03+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r29548 r29663 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="5 874"/>6 <property name="plugin.main.version" value="5956"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/src/reverter/ReverterUploadHook.java
r29503 r29663 31 31 if (created_by == null || "".equals(created_by)) { 32 32 if (hasRevertions) { 33 tags.put("created_by", Version.getInstance().getAgentString( ) + ";" + pluginString);33 tags.put("created_by", Version.getInstance().getAgentString(false) + ";" + pluginString); 34 34 ud.setDefaultChangesetTags(tags); 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.