Changeset 28445 in osm for applications/editors/josm/plugins/epsg31287/build.xml
- Timestamp:
- 2012-06-18T22:36:22+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/epsg31287/build.xml
r26605 r28445 36 36 <property name="commit.message" value="fixed proj4 Parameters (thanks to Hetzi + Mikael Rittri)"/> 37 37 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 38 <property name="plugin.main.version" value=" 4394"/>38 <property name="plugin.main.version" value="5248"/> 39 39 <!-- 40 40 ************************************************ … … 154 154 </target> 155 155 <!-- 156 ************************** Publishing the plugin *********************************** 157 --> 158 <!-- 159 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 156 ************************** Publishing the plugin *********************************** 157 --> 158 <!-- 159 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 160 160 ** property ${coreversion.info.entry.revision} 161 161 ** … … 207 207 </target> 208 208 <!-- 209 ** commits the plugin.jar 209 ** commits the plugin.jar 210 210 --> 211 211 <target name="commit-dist"> 212 212 <echo> 213 213 ***** Properties of published ${plugin.jar} ***** 214 Commit message : '${commit.message}' 214 Commit message : '${commit.message}' 215 215 Plugin-Mainversion: ${plugin.main.version} 216 216 JOSM build version: ${coreversion.info.entry.revision} 217 217 Plugin-Version : ${version.entry.commit.revision} 218 ***** / Properties of published ${plugin.jar} ***** 219 218 ***** / Properties of published ${plugin.jar} ***** 219 220 220 Now commiting ${plugin.jar} ... 221 221 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
