Ignore:
Timestamp:
2010-07-08T07:17:12+02:00 (14 years ago)
Author:
jttt
Message:

Adapt to latest josm

File:
1 edited

Legend:

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

    r21930 r22236  
    3333        <property name="commit.message" value="Commit message" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="2500" />
     35        <property name="plugin.main.version" value="3338" />
    3636
    3737
     
    158158
    159159        <!--
    160         ************************** Publishing the plugin *********************************** 
     160        ************************** Publishing the plugin ***********************************
    161161        -->
    162162        <!--
    163                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     163                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    164164                ** property ${coreversion.info.entry.revision}
    165165                **
     
    210210
    211211        <!--
    212                 ** commits the plugin.jar 
     212                ** commits the plugin.jar
    213213                -->
    214214        <target name="commit-dist">
    215215                <echo>
    216216        ***** Properties of published ${plugin.jar} *****
    217         Commit message    : '${commit.message}'                                 
     217        Commit message    : '${commit.message}'
    218218        Plugin-Mainversion: ${plugin.main.version}
    219219        JOSM build version: ${coreversion.info.entry.revision}
    220220        Plugin-Version    : ${version.entry.commit.revision}
    221         ***** / Properties of published ${plugin.jar} *****                                     
    222                                                
     221        ***** / Properties of published ${plugin.jar} *****
     222
    223223        Now commiting ${plugin.jar} ...
    224224        </echo>
Note: See TracChangeset for help on using the changeset viewer.