Ignore:
Timestamp:
2012-01-02T15:39:21+01:00 (15 years ago)
Author:
jttt
Message:

Update to last josm

File:
1 edited

Legend:

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

    r27159 r27393  
    3232    <property name="commit.message" value="Update reverter for 4602"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4602"/>
     34    <property name="plugin.main.version" value="4734"/>
    3535    <!--
    3636      ************************************************
     
    149149    </target>
    150150    <!--
    151     ************************** Publishing the plugin *********************************** 
    152     -->
    153     <!--
    154         ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     151    ************************** Publishing the plugin ***********************************
     152    -->
     153    <!--
     154        ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    155155        ** property ${coreversion.info.entry.revision}
    156156        **
     
    198198    </target>
    199199    <!--
    200         ** commits the plugin.jar 
     200        ** commits the plugin.jar
    201201        -->
    202202    <target name="commit-dist">
    203203        <echo>
    204204    ***** Properties of published ${plugin.jar} *****
    205     Commit message    : '${commit.message}'                 
     205    Commit message    : '${commit.message}'
    206206    Plugin-Mainversion: ${plugin.main.version}
    207207    JOSM build version: ${coreversion.info.entry.revision}
    208208    Plugin-Version    : ${version.entry.commit.revision}
    209     ***** / Properties of published ${plugin.jar} *****                 
    210                        
     209    ***** / Properties of published ${plugin.jar} *****
     210
    211211    Now commiting ${plugin.jar} ...
    212212    </echo>
Note: See TracChangeset for help on using the changeset viewer.