Changeset 32526 in osm
- Timestamp:
- 2016-07-02T03:24:00+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r32509 r32526 11 11 --> 12 12 <property name="plugin.author" value="Imi"/> 13 <property name="plugin.class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTester "/>13 <property name="plugin.class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTesterAction"/> 14 14 <property name="plugin.description" value="Adds a tagging preset tester to the windows menu, which helps you developing of tagging presets (quick preview of the dialog that will popup). You can start the jar-file as standalone as well."/> 15 15 <property name="plugin.icon" value="images/tagging-preset-tester.png"/> … … 21 21 <!-- ** include targets that all plugins have in common ** --> 22 22 <import file="../build-common.xml"/> 23 23 24 <target name="additional-manifest"> 25 <manifest file="MANIFEST" mode="update"> 26 <attribute name="Main-Class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTester"/> 27 </manifest> 28 </target> 24 29 </project>
Note:
See TracChangeset
for help on using the changeset viewer.