Changeset 18491 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-11-07T14:49:27+01:00 (15 years ago)
Author:
guggis
Message:

Updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tageditor/build.xml

    r18488 r18491  
    153153        <xmlproperty file="core.info.xml" prefix="coreversion" keepRoot="true" collapseAttributes="true"/>
    154154                <echo>Building against core revision ${coreversion.info.entry.revision}.</echo>
     155               
    155156                <echo>Plugin-Mainversion is set to ${plugin.main.version}.</echo>
    156157                <delete file="core.info.xml" />
     
    187188                        <echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo>
    188189                        <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>
    189193                        <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>
    190195                    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
    191196                                    <env key="LANG" value="C"/>
Note: See TracChangeset for help on using the changeset viewer.