Changeset 22550 in osm for applications/editors/josm/plugins/videomapping/build.xml
- Timestamp:
- 2010-08-03T08:21:38+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r21706 r22550 33 33 <property name="commit.message" value="videomapping" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 1234" />35 <property name="plugin.main.version" value="3408" /> 36 36 37 37 … … 110 110 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/> 111 111 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 112 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 112 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 113 113 </manifest> 114 114 <zipfileset src="lib/vlcj-1.1h.jar" /> … … 165 165 166 166 <!-- 167 ************************** Publishing the plugin *********************************** 167 ************************** Publishing the plugin *********************************** 168 168 --> 169 169 <!-- 170 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 170 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 171 171 ** property ${coreversion.info.entry.revision} 172 172 ** … … 217 217 218 218 <!-- 219 ** commits the plugin.jar 219 ** commits the plugin.jar 220 220 --> 221 221 <target name="commit-dist"> 222 222 <echo> 223 223 ***** Properties of published ${plugin.jar} ***** 224 Commit message : '${commit.message}' 224 Commit message : '${commit.message}' 225 225 Plugin-Mainversion: ${plugin.main.version} 226 226 JOSM build version: ${coreversion.info.entry.revision} 227 227 Plugin-Version : ${version.entry.commit.revision} 228 ***** / Properties of published ${plugin.jar} ***** 229 228 ***** / Properties of published ${plugin.jar} ***** 229 230 230 Now commiting ${plugin.jar} ... 231 231 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
