Changeset 22236 in osm for applications/editors/josm/plugins/ext_tools/build.xml
- Timestamp:
- 2010-07-08T07:17:12+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ext_tools/build.xml
r21930 r22236 33 33 <property name="commit.message" value="Commit message" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2500" />35 <property name="plugin.main.version" value="3338" /> 36 36 37 37 … … 158 158 159 159 <!-- 160 ************************** Publishing the plugin *********************************** 160 ************************** Publishing the plugin *********************************** 161 161 --> 162 162 <!-- 163 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 163 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 164 164 ** property ${coreversion.info.entry.revision} 165 165 ** … … 210 210 211 211 <!-- 212 ** commits the plugin.jar 212 ** commits the plugin.jar 213 213 --> 214 214 <target name="commit-dist"> 215 215 <echo> 216 216 ***** Properties of published ${plugin.jar} ***** 217 Commit message : '${commit.message}' 217 Commit message : '${commit.message}' 218 218 Plugin-Mainversion: ${plugin.main.version} 219 219 JOSM build version: ${coreversion.info.entry.revision} 220 220 Plugin-Version : ${version.entry.commit.revision} 221 ***** / Properties of published ${plugin.jar} ***** 222 221 ***** / Properties of published ${plugin.jar} ***** 222 223 223 Now commiting ${plugin.jar} ... 224 224 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.