Changeset 20427 in osm for applications/editors/josm/plugins/routes/build.xml
- Timestamp:
- 2010-03-11T21:26:09+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/build.xml
r19473 r20427 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="3116" /> 31 31 32 32 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 96 96 97 97 <!-- 98 ************************** Publishing the plugin *********************************** 98 ************************** Publishing the plugin *********************************** 99 99 --> 100 100 <!-- 101 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 101 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 102 102 ** property ${coreversion.info.entry.revision} 103 103 ** … … 148 148 149 149 <!-- 150 ** commits the plugin.jar 150 ** commits the plugin.jar 151 151 --> 152 152 <target name="commit-dist"> 153 153 <echo> 154 154 ***** Properties of published ${plugin.jar} ***** 155 Commit message : '${commit.message}' 155 Commit message : '${commit.message}' 156 156 Plugin-Mainversion: ${plugin.main.version} 157 157 JOSM build version: ${coreversion.info.entry.revision} 158 158 Plugin-Version : ${version.entry.commit.revision} 159 ***** / Properties of published ${plugin.jar} ***** 160 159 ***** / Properties of published ${plugin.jar} ***** 160 161 161 Now commiting ${plugin.jar} ... 162 162 </echo>
Note:
See TracChangeset
for help on using the changeset viewer.
