Changeset 18491 in osm for applications/editors/josm
- Timestamp:
- 2009-11-07T14:49:27+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r18488 r18491 153 153 <xmlproperty file="core.info.xml" prefix="coreversion" keepRoot="true" collapseAttributes="true"/> 154 154 <echo>Building against core revision ${coreversion.info.entry.revision}.</echo> 155 155 156 <echo>Plugin-Mainversion is set to ${plugin.main.version}.</echo> 156 157 <delete file="core.info.xml" /> … … 187 188 <echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo> 188 189 <echo>Plugin-Mainversion is '${plugin.main.version}' ...</echo> 190 <condition property="difference-in-josm-version"> 191 <equals arg1="${plugin.main.version}" arg2="${coreversion.info.entry.revision}" /> 192 </condition> 189 193 <echo>Plugin-Version is ${version.entry.commit.revision} ...</echo> 194 <echo level="warning" if="${difference-in-josm-version}">!!!WARNING!!! Plugin-Mainversion is not equal to the JOSM version used in this build. !!!WARNING!!!</echo> 190 195 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 191 196 <env key="LANG" value="C"/>
Note:
See TracChangeset
for help on using the changeset viewer.