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