Ignore:
Timestamp:
2012-06-18T22:36:22+02:00 (14 years ago)
Author:
jttt
Message:

adapted to latest josm, not tested (plugin is not in josm plugin list so I'm not sure i'ts actually used)

File:
1 edited

Legend:

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

    r26605 r28445  
    3636    <property name="commit.message" value="fixed proj4 Parameters (thanks to Hetzi + Mikael Rittri)"/>
    3737    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    38     <property name="plugin.main.version" value="4394"/>
     38    <property name="plugin.main.version" value="5248"/>
    3939    <!--
    4040      ************************************************
     
    154154    </target>
    155155    <!--
    156     ************************** Publishing the plugin *********************************** 
    157     -->
    158     <!--
    159         ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     156    ************************** Publishing the plugin ***********************************
     157    -->
     158    <!--
     159        ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    160160        ** property ${coreversion.info.entry.revision}
    161161        **
     
    207207    </target>
    208208    <!--
    209         ** commits the plugin.jar 
     209        ** commits the plugin.jar
    210210        -->
    211211    <target name="commit-dist">
    212212        <echo>
    213213    ***** Properties of published ${plugin.jar} *****
    214     Commit message    : '${commit.message}'                   
     214    Commit message    : '${commit.message}'
    215215    Plugin-Mainversion: ${plugin.main.version}
    216216    JOSM build version: ${coreversion.info.entry.revision}
    217217    Plugin-Version    : ${version.entry.commit.revision}
    218     ***** / Properties of published ${plugin.jar} *****                   
    219                        
     218    ***** / Properties of published ${plugin.jar} *****
     219
    220220    Now commiting ${plugin.jar} ...
    221221    </echo>
Note: See TracChangeset for help on using the changeset viewer.