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