Changeset 27749 in osm for applications/editors/josm/plugins/smed/plugs/harbour
- Timestamp:
- 2012-02-11T15:31:41+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/harbour/build.xml
r27481 r27749 12 12 ** 13 13 ** > ant dist 14 **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 14 ** 29 15 --> … … 75 61 ********************************************************** 76 62 --> 77 <target name="dist" depends="compile ,revision">63 <target name="dist" depends="compile"> 78 64 <echo message="creating ${ant.project.name}.jar ... "/> 79 65 <copy todir="${plugin.build.dir}/images"> … … 120 106 <!-- 121 107 ********************************************************** 122 ** revision - extracts the current revision number for the123 ** file build.number and stores it in the XML property124 ** version.*125 **********************************************************126 -->127 <target name="revision">128 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">129 <env key="LANG" value="C"/>130 <arg value="info"/>131 <arg value="--xml"/>132 <arg value="."/>133 </exec>134 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>135 <delete file="REVISION"/>136 </target>137 <!--138 **********************************************************139 108 ** clean - clean up the build environment 140 109 **********************************************************
Note:
See TracChangeset
for help on using the changeset viewer.