Changeset 20366 in osm for applications/editors/josm/plugins/validator/build.xml
- Timestamp:
- 2010-03-08T09:27:42+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r20142 r20366 14 14 ** 15 15 ** To build against the core in ../../core, create a correct manifest and deploy to 16 ** SVN, 16 ** SVN, 17 17 ** set the properties commit.message and plugin.main.version 18 18 ** and run … … 23 23 <project name="validator" default="dist" basedir="."> 24 24 25 <!-- 26 ** update before publishing 25 <!-- 26 ** update before publishing 27 27 --> 28 28 <property name="commit.message" value="validator: fixed josm bug 4594" /> 29 <property name="plugin.main.version" value=" 2830" />29 <property name="plugin.main.version" value="3095" /> 30 30 31 31 … … 86 86 87 87 <!-- 88 ************************** Publishing the plugin *********************************** 88 ************************** Publishing the plugin *********************************** 89 89 --> 90 90 <!-- 91 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 91 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 92 92 ** property ${coreversion.info.entry.revision} 93 93 ** … … 138 138 139 139 <!-- 140 ** commits the plugin.jar 140 ** commits the plugin.jar 141 141 --> 142 142 <target name="commit-dist"> 143 143 <echo> 144 144 ***** Properties of published ${plugin.jar} ***** 145 Commit message : '${commit.message}' 145 Commit message : '${commit.message}' 146 146 Plugin-Mainversion: ${plugin.main.version} 147 147 JOSM build version: ${coreversion.info.entry.revision} 148 148 Plugin-Version : ${version.entry.commit.revision} 149 ***** / Properties of published ${plugin.jar} ***** 150 149 ***** / Properties of published ${plugin.jar} ***** 150 151 151 Now commiting ${plugin.jar} ... 152 152 </echo> … … 171 171 </fail> 172 172 </target> 173 173 174 174 <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist"> 175 175 </target>
Note:
See TracChangeset
for help on using the changeset viewer.