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

adapt to latest josm

File:
1 edited

Legend:

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

    r27852 r28446  
    3333    <property name="commit.message" value="Initial pdfimport version"/>
    3434    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="4980"/>
     35    <property name="plugin.main.version" value="5236"/>
    3636    <!-- compilation properties -->
    3737    <property name="josm.build.dir" value="../../core"/>
     
    113113    </target>
    114114    <!--
    115     ************************** Publishing the plugin *********************************** 
     115    ************************** Publishing the plugin ***********************************
    116116    -->
    117117    <!--
    118         ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     118        ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    119119        ** property ${coreversion.info.entry.revision}
    120120        **
     
    162162    </target>
    163163    <!--
    164         ** commits the plugin.jar 
     164        ** commits the plugin.jar
    165165        -->
    166166    <target name="commit-dist">
    167167        <echo>
    168168    ***** Properties of published ${plugin.jar} *****
    169     Commit message    : '${commit.message}'                 
     169    Commit message    : '${commit.message}'
    170170    Plugin-Mainversion: ${plugin.main.version}
    171171    JOSM build version: ${coreversion.info.entry.revision}
    172172    Plugin-Version    : ${version.entry.commit.revision}
    173     ***** / Properties of published ${plugin.jar} *****                 
    174                        
     173    ***** / Properties of published ${plugin.jar} *****
     174
    175175    Now commiting ${plugin.jar} ...
    176176    </echo>
Note: See TracChangeset for help on using the changeset viewer.