Ignore:
Timestamp:
2012-02-18T18:03:10+01:00 (13 years ago)
Author:
bastik
Message:

update because of core api change: 2nd part (preferences - rev. 4968)

File:
1 edited

Legend:

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

    r26605 r27863  
    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
     
    2727<project name="colorscheme" default="dist" basedir=".">
    2828    <property name="commit.message" value="Uses new constructor for Plugin"/>
    29     <property name="plugin.main.version" value="4394"/>
     29    <property name="plugin.main.version" value="4968"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.dist.dir" value="../../dist"/>
     
    8787    </target>
    8888    <!--
    89      ************************** Publishing the plugin *********************************** 
     89     ************************** Publishing the plugin ***********************************
    9090    -->
    9191    <!--
    92     ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     92    ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    9393    ** property ${coreversion.info.entry.revision}
    9494    **
     
    136136    </target>
    137137    <!--
    138     ** commits the plugin.jar 
     138    ** commits the plugin.jar
    139139    -->
    140140    <target name="commit-dist">
    141141        <echo>
    142142***** Properties of published ${plugin.jar} *****
    143 Commit message    : '${commit.message}'                 
     143Commit message    : '${commit.message}'
    144144Plugin-Mainversion: ${plugin.main.version}
    145145JOSM build version: ${coreversion.info.entry.revision}
    146146Plugin-Version    : ${version.entry.commit.revision}
    147 ***** / Properties of published ${plugin.jar} *****                 
    148                    
     147***** / Properties of published ${plugin.jar} *****
     148
    149149Now commiting ${plugin.jar} ...
    150150</echo>
Note: See TracChangeset for help on using the changeset viewer.