Ignore:
Timestamp:
2010-03-12T08:21:45+01:00 (16 years ago)
Author:
jttt
Message:

Changes in GpxTrack API - return number of updates

File:
1 edited

Legend:

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

    r19680 r20431  
    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="2907" />
    31        
     30        <property name="plugin.main.version" value="3119" />
     31
    3232
    3333        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     
    8989
    9090        <!--
    91                  ************************** Publishing the plugin *********************************** 
     91                 ************************** Publishing the plugin ***********************************
    9292                -->
    9393        <!--
    94                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     94                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    9595                ** property ${coreversion.info.entry.revision}
    9696                **
     
    141141
    142142        <!--
    143                 ** commits the plugin.jar 
     143                ** commits the plugin.jar
    144144                -->
    145145        <target name="commit-dist">
    146146                <echo>
    147147        ***** Properties of published ${plugin.jar} *****
    148         Commit message    : '${commit.message}'                                 
     148        Commit message    : '${commit.message}'
    149149        Plugin-Mainversion: ${plugin.main.version}
    150150        JOSM build version: ${coreversion.info.entry.revision}
    151151        Plugin-Version    : ${version.entry.commit.revision}
    152         ***** / Properties of published ${plugin.jar} *****                                     
    153                                                
     152        ***** / Properties of published ${plugin.jar} *****
     153
    154154        Now commiting ${plugin.jar} ...
    155155        </echo>
Note: See TracChangeset for help on using the changeset viewer.