Ignore:
Timestamp:
2012-01-02T15:50:50+01:00 (14 years ago)
Author:
jttt
Message:

update to latest josm

File:
1 edited

Legend:

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

    r27243 r27395  
    3232    <property name="commit.message" value="adapt to core changes (backwards compatible)"/>
    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      ************************************************
     
    145145    </target>
    146146    <!--
    147     ************************** Publishing the plugin *********************************** 
    148     -->
    149     <!--
    150         ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     147    ************************** Publishing the plugin ***********************************
     148    -->
     149    <!--
     150        ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    151151        ** property ${coreversion.info.entry.revision}
    152152        **
     
    194194    </target>
    195195    <!--
    196         ** commits the plugin.jar 
     196        ** commits the plugin.jar
    197197        -->
    198198    <target name="commit-dist">
    199199        <echo>
    200200    ***** Properties of published ${plugin.jar} *****
    201     Commit message    : '${commit.message}'                 
     201    Commit message    : '${commit.message}'
    202202    Plugin-Mainversion: ${plugin.main.version}
    203203    JOSM build version: ${coreversion.info.entry.revision}
    204204    Plugin-Version    : ${version.entry.commit.revision}
    205     ***** / Properties of published ${plugin.jar} *****                 
    206                        
     205    ***** / Properties of published ${plugin.jar} *****
     206
    207207    Now commiting ${plugin.jar} ...
    208208    </echo>
Note: See TracChangeset for help on using the changeset viewer.