Changeset 18493 in osm for applications/editors/josm
- Timestamp:
- 2009-11-07T14:51:31+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r18491 r18493 188 188 <echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo> 189 189 <echo>Plugin-Mainversion is '${plugin.main.version}' ...</echo> 190 <condition property="difference-in-josm-version"> 190 <echo>Plugin-Version is ${version.entry.commit.revision} ...</echo> 191 <if> 191 192 <equals arg1="${plugin.main.version}" arg2="${coreversion.info.entry.revision}" /> 192 </condition>193 <echo>Plugin-Version is ${version.entry.commit.revision} ...</echo>193 <then></then> 194 <else> 194 195 <echo level="warning" if="${difference-in-josm-version}">!!!WARNING!!! Plugin-Mainversion is not equal to the JOSM version used in this build. !!!WARNING!!!</echo> 196 </else> 197 </if> 195 198 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 196 199 <env key="LANG" value="C"/>
Note:
See TracChangeset
for help on using the changeset viewer.