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

Adapt to latest josm

File:
1 edited

Legend:

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

    r21706 r22549  
    1818**
    1919** To build against the core in ../../core, create a correct manifest and deploy to
    20 ** SVN, 
     20** SVN,
    2121**    set the properties commit.message and plugin.main.version
    2222** and run
     
    2828
    2929        <property name="commit.message" value="Changed the constructor signature of the plugin main class" />
    30         <property name="plugin.main.version" value="2830" />
     30        <property name="plugin.main.version" value="3408" />
    3131
    3232        <!-- Define some properties -->
     
    106106
    107107        <!--
    108                  ************************** Publishing the plugin *********************************** 
    109                 -->
    110         <!--
    111                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     108                 ************************** Publishing the plugin ***********************************
     109                -->
     110        <!--
     111                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    112112                ** property ${coreversion.info.entry.revision}
    113113                **
     
    158158
    159159        <!--
    160                 ** commits the plugin.jar 
     160                ** commits the plugin.jar
    161161                -->
    162162        <target name="commit-dist">
    163163                <echo>
    164164        ***** Properties of published ${plugin.jar} *****
    165         Commit message    : '${commit.message}'                                 
     165        Commit message    : '${commit.message}'
    166166        Plugin-Mainversion: ${plugin.main.version}
    167167        JOSM build version: ${coreversion.info.entry.revision}
    168168        Plugin-Version    : ${version.entry.commit.revision}
    169         ***** / Properties of published ${plugin.jar} *****                                     
    170                                                
     169        ***** / Properties of published ${plugin.jar} *****
     170
    171171        Now commiting ${plugin.jar} ...
    172172        </echo>
Note: See TracChangeset for help on using the changeset viewer.