Changeset 28603 in osm for applications/editors/josm


Ignore:
Timestamp:
2012-08-23T19:29:43+02:00 (12 years ago)
Author:
donvip
Message:

[josm_building_tools] Bump JOSM version as plugin needs to be recompiled (fix #josm7995)

File:
1 edited

Legend:

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

    r28529 r28603  
    3232    <property name="commit.message" value="BuildingTools: move &quot;use address nodes&quot; option to building size dialog and turn it off by default"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="5035"/>
     34    <property name="plugin.main.version" value="5464"/>
    3535    <!--
    3636      ************************************************
     
    4242    <!-- this is the directory where the plugin jar is copied to -->
    4343    <property name="plugin.dist.dir" value="../../dist"/>
    44     <property name="ant.build.javac.target" value="1.5"/>
     44    <property name="ant.build.javac.target" value="1.6"/>
    4545    <property name="plugin.dist.dir" value="../../dist"/>
    4646    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
Note: See TracChangeset for help on using the changeset viewer.