Changeset 18061 in osm for applications/editors/josm/plugins/osmarender
- Timestamp:
- 2009-10-10T21:03:02+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/osmarender
- Files:
-
- 5 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/osmarender/build.xml ¶
r17707 r18061 23 23 <manifest> 24 24 <attribute name="Author" value="80n"/> 25 <attribute name="Plugin-Class" value="OsmarenderPlugin"/> 25 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.osmarender.OsmarenderPlugin"/> 26 26 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 27 27 <attribute name="Plugin-Description" value="Launches FireFox to display the current visible screen as a nice SVG image."/> -
TabularUnified applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java ¶
r18052 r18061 1 package org.openstreetmap.josm.plugins.osmarender; 2 1 3 import static org.openstreetmap.josm.tools.I18n.tr; 2 4
Note:
See TracChangeset
for help on using the changeset viewer.