Ignore:
Timestamp:
2010-08-03T08:21:38+02:00 (14 years ago)
Author:
jttt
Message:

Adapt to latest josm

File:
1 edited

Legend:

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

    r22006 r22550  
    2929
    3030        <property name="commit.message" value="add commit message" />
    31         <property name="plugin.main.version" value="2830" />
     31        <property name="plugin.main.version" value="3408" />
    3232
    3333
     
    9393
    9494        <!--
    95         ************************** Publishing the plugin *********************************** 
     95        ************************** Publishing the plugin ***********************************
    9696        -->
    9797        <!--
    98         ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     98        ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    9999        ** property ${coreversion.info.entry.revision}
    100100        **
     
    145145
    146146        <!--
    147         ** commits the plugin.jar 
     147        ** commits the plugin.jar
    148148        -->
    149149        <target name="commit-dist">
    150150                <echo>
    151151        ***** Properties of published ${plugin.jar} *****
    152         Commit message    : '${commit.message}'                                 
     152        Commit message    : '${commit.message}'
    153153        Plugin-Mainversion: ${plugin.main.version}
    154154        JOSM build version: ${coreversion.info.entry.revision}
    155155        Plugin-Version    : ${version.entry.commit.revision}
    156         ***** / Properties of published ${plugin.jar} *****                                     
    157                                                
     156        ***** / Properties of published ${plugin.jar} *****
     157
    158158        Now commiting ${plugin.jar} ...
    159159        </echo>
Note: See TracChangeset for help on using the changeset viewer.