Changeset 30812 in osm for applications/editors/josm
- Timestamp:
- 2014-11-19T20:44:29+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/print
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/print/README
r27282 r30812 49 49 Not really user preferences, but a mechanism to reliable backup and 50 50 restore mappaint preferences which are temporary modified for printing. 51 52 REFERENCES 53 ========== 54 55 Plugin-Icon licensed under LGPL taken from 56 http://commons.wikimedia.org/wiki/File:Gnome-dev-printer.svg -
applications/editors/josm/plugins/print/build.xml
r30416 r30812 5 5 <property name="commit.message" value="Added a field to specify the map scale."/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="7 001"/>7 <property name="plugin.main.version" value="7676"/> 8 8 9 9 <property name="plugin.author" value="Kai Pastor"/> 10 10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.print.PrintPlugin"/> 11 <property name="plugin.icon" value="images/printer.svg"/> 11 12 <property name="plugin.description" value="Adds map printing to JOSM"/> 12 13
Note:
See TracChangeset
for help on using the changeset viewer.