Changeset 22550 in osm for applications/editors/josm/plugins/openlayers/build.xml
- Timestamp:
- 2010-08-03T08:21:38+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openlayers/build.xml
r21706 r22550 33 33 <property name="commit.message" value="Changed the constructor signature of the plugin main class" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 2830" />35 <property name="plugin.main.version" value="3408" /> 36 36 37 37 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 103 103 104 104 <!-- 105 ************************** Publishing the plugin *********************************** 105 ************************** Publishing the plugin *********************************** 106 106 --> 107 107 <!-- 108 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 108 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 109 109 ** property ${coreversion.info.entry.revision} 110 110 ** … … 155 155 156 156 <!-- 157 ** commits the plugin.jar 157 ** commits the plugin.jar 158 158 --> 159 159 <target name="commit-dist"> 160 160 <echo> 161 161 ***** Properties of published ${plugin.jar} ***** 162 Commit message : '${commit.message}' 162 Commit message : '${commit.message}' 163 163 Plugin-Mainversion: ${plugin.main.version} 164 164 JOSM build version: ${coreversion.info.entry.revision} 165 165 Plugin-Version : ${version.entry.commit.revision} 166 ***** / Properties of published ${plugin.jar} ***** 167 166 ***** / Properties of published ${plugin.jar} ***** 167 168 168 Now commiting ${plugin.jar} ... 169 169 </echo> … … 197 197 </fail> 198 198 </target> 199 199 200 200 <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist"> 201 201 </target>
Note:
See TracChangeset
for help on using the changeset viewer.
