Changeset 27395 in osm for applications/editors/josm/plugins/undelete/build.xml
- Timestamp:
- 2012-01-02T15:50:50+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/build.xml
r27243 r27395 32 32 <property name="commit.message" value="adapt to core changes (backwards compatible)"/> 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 ************************************************ … … 145 145 </target> 146 146 <!-- 147 ************************** Publishing the plugin *********************************** 148 --> 149 <!-- 150 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 147 ************************** Publishing the plugin *********************************** 148 --> 149 <!-- 150 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 151 151 ** property ${coreversion.info.entry.revision} 152 152 ** … … 194 194 </target> 195 195 <!-- 196 ** commits the plugin.jar 196 ** commits the plugin.jar 197 197 --> 198 198 <target name="commit-dist"> 199 199 <echo> 200 200 ***** Properties of published ${plugin.jar} ***** 201 Commit message : '${commit.message}' 201 Commit message : '${commit.message}' 202 202 Plugin-Mainversion: ${plugin.main.version} 203 203 JOSM build version: ${coreversion.info.entry.revision} 204 204 Plugin-Version : ${version.entry.commit.revision} 205 ***** / Properties of published ${plugin.jar} ***** 206 205 ***** / Properties of published ${plugin.jar} ***** 206 207 207 Now commiting ${plugin.jar} ... 208 208 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
