Ignore:
Timestamp:
2010-08-03T08:11:51+02:00 (15 years ago)
Author:
jttt
Message:

Adapt to latest josm

File:
1 edited

Legend:

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

    r19444 r22547  
    3333        <property name="commit.message" value="Updated the constructor signature of the plugin main class" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="2830" />
     35        <property name="plugin.main.version" value="3408" />
    3636
    3737        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     
    9191
    9292        <!--
    93         ************************** Publishing the plugin *********************************** 
     93        ************************** Publishing the plugin ***********************************
    9494        -->
    9595        <!--
    96                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     96                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    9797                ** property ${coreversion.info.entry.revision}
    9898                **
     
    143143
    144144        <!--
    145                 ** commits the plugin.jar 
     145                ** commits the plugin.jar
    146146                -->
    147147        <target name="commit-dist">
    148148                <echo>
    149149        ***** Properties of published ${plugin.jar} *****
    150         Commit message    : '${commit.message}'                                 
     150        Commit message    : '${commit.message}'
    151151        Plugin-Mainversion: ${plugin.main.version}
    152152        JOSM build version: ${coreversion.info.entry.revision}
    153153        Plugin-Version    : ${version.entry.commit.revision}
    154         ***** / Properties of published ${plugin.jar} *****                                     
    155                                                
     154        ***** / Properties of published ${plugin.jar} *****
     155
    156156        Now commiting ${plugin.jar} ...
    157157        </echo>
Note: See TracChangeset for help on using the changeset viewer.