Changeset 30416 in osm for applications/editors/josm/plugins/native-password-manager
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/build.xml
r29435 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** Maintaining versions4 ** ====================5 ** see README.template6 **7 ** Usage8 ** =====9 ** To build it run10 **11 ** > ant12 ** or13 ** > ant clean 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="native_password_manager" default="dist" basedir="."> 31 3 … … 33 5 <property name="commit.message" value="Commit message"/> 34 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 5422"/>7 <property name="plugin.main.version" value="7001"/> 36 8 37 9 <!--
Note:
See TracChangeset
for help on using the changeset viewer.