Changeset 29004 in osm for applications/editors/josm/plugins/OsmInspectorPlugin
- Timestamp:
- 2012-11-27T20:14:34+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
r28992 r29004 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** dialog. You have to check it in first.21 **22 ** Use the ant target 'publish' to check in the plugin and make it available to other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="OsmInspector" default="dist" basedir="."> 31 3 … … 35 7 <property name="plugin.main.version" value="4394"/> 36 8 37 <!-- Configure these properties (replace "..." accordingly).38 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins39 -->40 9 <property name="plugin.author" value="Nikhil Shirahatti"/> 41 10 <property name="plugin.class" value="org.openstreetmap.josm.plugins.osminspector.OsmInspectorPlugin"/>
Note:
See TracChangeset
for help on using the changeset viewer.