Ignore:
Timestamp:
2012-11-04T00:01:55+01:00 (12 years ago)
Author:
donvip
Message:

[josm_measurement] fix #josm_8153 - Measured values do not change to imperial units

File:
1 edited

Legend:

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

    r27852 r28898  
    2727<project name="measurement" default="dist" basedir=".">
    2828    <property name="commit.message" value="recompile dure to core change"/>
    29     <property name="plugin.main.version" value="4980"/>
     29    <property name="plugin.main.version" value="5560"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.dist.dir" value="../../dist"/>
    3232    <property name="plugin.build.dir" value="build"/>
    3333    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    34     <property name="ant.build.javac.target" value="1.5"/>
     34    <property name="ant.build.javac.target" value="1.6"/>
    3535    <target name="init">
    3636        <mkdir dir="${plugin.build.dir}"/>
Note: See TracChangeset for help on using the changeset viewer.