Ignore:
Timestamp:
2010-07-29T08:49:30+02:00 (15 years ago)
Author:
jttt
Message:

Adapt to latest JOSM

File:
1 edited

Legend:

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

    r21706 r22477  
    3333        <property name="commit.message" value="Update to josm core" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="3210" />
     35        <property name="plugin.main.version" value="3392" />
    3636
    3737        <!--
     
    157157
    158158        <!--
    159         ************************** Publishing the plugin *********************************** 
     159        ************************** Publishing the plugin ***********************************
    160160        -->
    161161        <!--
    162                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     162                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    163163                ** property ${coreversion.info.entry.revision}
    164164                **
     
    209209
    210210        <!--
    211                 ** commits the plugin.jar 
     211                ** commits the plugin.jar
    212212                -->
    213213        <target name="commit-dist">
    214214                <echo>
    215215        ***** Properties of published ${plugin.jar} *****
    216         Commit message    : '${commit.message}'                                 
     216        Commit message    : '${commit.message}'
    217217        Plugin-Mainversion: ${plugin.main.version}
    218218        JOSM build version: ${coreversion.info.entry.revision}
    219219        Plugin-Version    : ${version.entry.commit.revision}
    220         ***** / Properties of published ${plugin.jar} *****                                     
    221                                                
     220        ***** / Properties of published ${plugin.jar} *****
     221
    222222        Now commiting ${plugin.jar} ...
    223223        </echo>
Note: See TracChangeset for help on using the changeset viewer.