Changeset 18500 in osm for applications
- Timestamp:
- 2009-11-07T15:01:48+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r18498 r18500 144 144 </target> 145 145 146 <!-- 147 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 148 ** property ${coreversion.info.entry.revision} 149 ** 150 --> 146 151 <target name="core-info"> 147 152 <exec append="false" output="core.info.xml" executable="svn" failifexecutionfails="false"> … … 158 163 </target> 159 164 160 165 <!-- 166 ** commits the source tree for this plugin 167 --> 161 168 <target name="commit-current"> 162 169 <echo>Commiting the plugin source with message '${commit.message}' ...</echo> … … 169 176 </target> 170 177 171 178 <!-- 179 ** updates (svn up) the source tree for this plugin 180 --> 172 181 <target name="update-current"> 173 182 <echo>Updating plugin source ...</echo> … … 185 194 </target> 186 195 196 <!-- 197 ** commits the plugin.jar 198 --> 187 199 <target name="commit-dist"> 188 200 <echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo> … … 201 213 </target> 202 214 215 <!-- 216 ** outputs a warning if the JOSM version inserted in the plugin manifest isn't equal to the 217 ** the JOSM version the plugin was built against. 218 ** 219 ** This isn't necessarily an error but it is a sign that something could be wrong. 220 --> 203 221 <target name="warn-difference-in-josm-version" unless="${difference-in-josm-version}"> 204 222 <echo level="warning">!!!WARNING!!! Plugin-Mainversion is not equal to the JOSM version used in this build. !!!WARNING!!!</echo>
Note:
See TracChangeset
for help on using the changeset viewer.