Ignore:
Timestamp:
2010-03-11T21:26:09+01:00 (16 years ago)
Author:
jttt
Message:

OsmPrimitive.highlighted => OsmPrimitive.setHighlighted()

File:
1 edited

Legend:

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

    r19473 r20427  
    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="3116" />
    3131
    3232        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     
    9696
    9797        <!--
    98                  ************************** Publishing the plugin *********************************** 
     98                 ************************** Publishing the plugin ***********************************
    9999                -->
    100100        <!--
    101                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     101                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    102102                ** property ${coreversion.info.entry.revision}
    103103                **
     
    148148
    149149        <!--
    150                 ** commits the plugin.jar 
     150                ** commits the plugin.jar
    151151                -->
    152152        <target name="commit-dist">
    153153                <echo>
    154154        ***** Properties of published ${plugin.jar} *****
    155         Commit message    : '${commit.message}'                                 
     155        Commit message    : '${commit.message}'
    156156        Plugin-Mainversion: ${plugin.main.version}
    157157        JOSM build version: ${coreversion.info.entry.revision}
    158158        Plugin-Version    : ${version.entry.commit.revision}
    159         ***** / Properties of published ${plugin.jar} *****                                     
    160                                                
     159        ***** / Properties of published ${plugin.jar} *****
     160
    161161        Now commiting ${plugin.jar} ...
    162162        </echo>
Note: See TracChangeset for help on using the changeset viewer.