Changeset 20366 in osm for applications/editors


Ignore:
Timestamp:
2010-03-08T09:27:42+01:00 (14 years ago)
Author:
jttt
Message:

Set josm main revision

File:
1 edited

Legend:

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

    r20142 r20366  
    1414**
    1515** To build against the core in ../../core, create a correct manifest and deploy to
    16 ** SVN, 
     16** SVN,
    1717**    set the properties commit.message and plugin.main.version
    1818** and run
     
    2323<project name="validator" default="dist" basedir=".">
    2424
    25         <!-- 
    26           ** update before publishing 
     25        <!--
     26          ** update before publishing
    2727        -->
    2828        <property name="commit.message" value="validator: fixed josm bug 4594" />
    29         <property name="plugin.main.version" value="2830" />
     29        <property name="plugin.main.version" value="3095" />
    3030
    3131
     
    8686
    8787        <!--
    88          ************************** Publishing the plugin *********************************** 
     88         ************************** Publishing the plugin ***********************************
    8989        -->
    9090        <!--
    91         ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     91        ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    9292        ** property ${coreversion.info.entry.revision}
    9393        **
     
    138138
    139139        <!--
    140         ** commits the plugin.jar 
     140        ** commits the plugin.jar
    141141        -->
    142142        <target name="commit-dist">
    143143                <echo>
    144144***** Properties of published ${plugin.jar} *****
    145 Commit message    : '${commit.message}'                                 
     145Commit message    : '${commit.message}'
    146146Plugin-Mainversion: ${plugin.main.version}
    147147JOSM build version: ${coreversion.info.entry.revision}
    148148Plugin-Version    : ${version.entry.commit.revision}
    149 ***** / Properties of published ${plugin.jar} *****                                     
    150                                        
     149***** / Properties of published ${plugin.jar} *****
     150
    151151Now commiting ${plugin.jar} ...
    152152</echo>
     
    171171                </fail>
    172172        </target>
    173        
     173
    174174        <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
    175175        </target>
Note: See TracChangeset for help on using the changeset viewer.