Changeset 27393 in osm for applications/editors/josm/plugins/reverter/build.xml
- Timestamp:
- 2012-01-02T15:39:21+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r27159 r27393 32 32 <property name="commit.message" value="Update reverter for 4602"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 602"/>34 <property name="plugin.main.version" value="4734"/> 35 35 <!-- 36 36 ************************************************ … … 149 149 </target> 150 150 <!-- 151 ************************** Publishing the plugin *********************************** 152 --> 153 <!-- 154 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 151 ************************** Publishing the plugin *********************************** 152 --> 153 <!-- 154 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 155 155 ** property ${coreversion.info.entry.revision} 156 156 ** … … 198 198 </target> 199 199 <!-- 200 ** commits the plugin.jar 200 ** commits the plugin.jar 201 201 --> 202 202 <target name="commit-dist"> 203 203 <echo> 204 204 ***** Properties of published ${plugin.jar} ***** 205 Commit message : '${commit.message}' 205 Commit message : '${commit.message}' 206 206 Plugin-Mainversion: ${plugin.main.version} 207 207 JOSM build version: ${coreversion.info.entry.revision} 208 208 Plugin-Version : ${version.entry.commit.revision} 209 ***** / Properties of published ${plugin.jar} ***** 210 209 ***** / Properties of published ${plugin.jar} ***** 210 211 211 Now commiting ${plugin.jar} ... 212 212 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
