Changeset 22547 in osm for applications/editors/josm/plugins/imagewaypoint/build.xml
- Timestamp:
- 2010-08-03T08:11:51+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagewaypoint/build.xml
r19444 r22547 33 33 <property name="commit.message" value="Updated the constructor signature of the plugin main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2830" />35 <property name="plugin.main.version" value="3408" /> 36 36 37 37 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 91 91 92 92 <!-- 93 ************************** Publishing the plugin *********************************** 93 ************************** Publishing the plugin *********************************** 94 94 --> 95 95 <!-- 96 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 96 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 97 97 ** property ${coreversion.info.entry.revision} 98 98 ** … … 143 143 144 144 <!-- 145 ** commits the plugin.jar 145 ** commits the plugin.jar 146 146 --> 147 147 <target name="commit-dist"> 148 148 <echo> 149 149 ***** Properties of published ${plugin.jar} ***** 150 Commit message : '${commit.message}' 150 Commit message : '${commit.message}' 151 151 Plugin-Mainversion: ${plugin.main.version} 152 152 JOSM build version: ${coreversion.info.entry.revision} 153 153 Plugin-Version : ${version.entry.commit.revision} 154 ***** / Properties of published ${plugin.jar} ***** 155 154 ***** / Properties of published ${plugin.jar} ***** 155 156 156 Now commiting ${plugin.jar} ... 157 157 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.