Changeset 27863 in osm for applications/editors/josm/plugins/imagery-xml-bounds/build.xml
- Timestamp:
- 2012-02-18T18:03:10+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r27015 r27863 32 32 <property name="commit.message" value="Commit message"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value="4 577"/>34 <property name="plugin.main.version" value="4987"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 150 150 </target> 151 151 <!-- 152 ************************** Publishing the plugin *********************************** 153 --> 154 <!-- 155 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 152 ************************** Publishing the plugin *********************************** 153 --> 154 <!-- 155 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 156 156 ** property ${coreversion.info.entry.revision} 157 157 --> … … 197 197 <echo> 198 198 ***** Properties of published ${plugin.jar} ***** 199 Commit message : '${commit.message}' 199 Commit message : '${commit.message}' 200 200 Plugin-Mainversion: ${plugin.main.version} 201 201 JOSM build version: ${coreversion.info.entry.revision} 202 202 Plugin-Version : ${version.entry.commit.revision} 203 ***** / Properties of published ${plugin.jar} ***** 204 203 ***** / Properties of published ${plugin.jar} ***** 204 205 205 Now commiting ${plugin.jar} ... 206 206 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
