Changeset 22549 in osm for applications/editors/josm/plugins/routing/build.xml
- Timestamp:
- 2010-08-03T08:17:26+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/build.xml
r21706 r22549 18 18 ** 19 19 ** To build against the core in ../../core, create a correct manifest and deploy to 20 ** SVN, 20 ** SVN, 21 21 ** set the properties commit.message and plugin.main.version 22 22 ** and run … … 28 28 29 29 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 30 <property name="plugin.main.version" value=" 2830" />30 <property name="plugin.main.version" value="3408" /> 31 31 32 32 <!-- Define some properties --> … … 106 106 107 107 <!-- 108 ************************** Publishing the plugin *********************************** 109 --> 110 <!-- 111 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 108 ************************** Publishing the plugin *********************************** 109 --> 110 <!-- 111 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 112 112 ** property ${coreversion.info.entry.revision} 113 113 ** … … 158 158 159 159 <!-- 160 ** commits the plugin.jar 160 ** commits the plugin.jar 161 161 --> 162 162 <target name="commit-dist"> 163 163 <echo> 164 164 ***** Properties of published ${plugin.jar} ***** 165 Commit message : '${commit.message}' 165 Commit message : '${commit.message}' 166 166 Plugin-Mainversion: ${plugin.main.version} 167 167 JOSM build version: ${coreversion.info.entry.revision} 168 168 Plugin-Version : ${version.entry.commit.revision} 169 ***** / Properties of published ${plugin.jar} ***** 170 169 ***** / Properties of published ${plugin.jar} ***** 170 171 171 Now commiting ${plugin.jar} ... 172 172 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
