Changeset 28446 in osm for applications/editors/josm/plugins/pdfimport/build.xml
- Timestamp:
- 2012-06-19T22:18:52+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/build.xml
r27852 r28446 33 33 <property name="commit.message" value="Initial pdfimport version"/> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 4980"/>35 <property name="plugin.main.version" value="5236"/> 36 36 <!-- compilation properties --> 37 37 <property name="josm.build.dir" value="../../core"/> … … 113 113 </target> 114 114 <!-- 115 ************************** Publishing the plugin *********************************** 115 ************************** Publishing the plugin *********************************** 116 116 --> 117 117 <!-- 118 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 118 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 119 119 ** property ${coreversion.info.entry.revision} 120 120 ** … … 162 162 </target> 163 163 <!-- 164 ** commits the plugin.jar 164 ** commits the plugin.jar 165 165 --> 166 166 <target name="commit-dist"> 167 167 <echo> 168 168 ***** Properties of published ${plugin.jar} ***** 169 Commit message : '${commit.message}' 169 Commit message : '${commit.message}' 170 170 Plugin-Mainversion: ${plugin.main.version} 171 171 JOSM build version: ${coreversion.info.entry.revision} 172 172 Plugin-Version : ${version.entry.commit.revision} 173 ***** / Properties of published ${plugin.jar} ***** 174 173 ***** / Properties of published ${plugin.jar} ***** 174 175 175 Now commiting ${plugin.jar} ... 176 176 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
