Changeset 27981 in osm for applications/editors/josm


Ignore:
Timestamp:
2012-03-04T07:59:36+01:00 (13 years ago)
Author:
jttt
Message:

Rebuild for latest josm

Location:
applications/editors/josm/plugins
Files:
6 edited

Legend:

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

    r27852 r27981  
    44    <property name="commit.message" value="Moar bugfixes"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="4980"/>
     6    <property name="plugin.main.version" value="5035"/>
    77    <!--
    88      ************************************************
  • applications/editors/josm/plugins/FastDraw/build.xml

    r27852 r27981  
    3232    <property name="commit.message" value="FastDraw: shortcut parsing"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4980"/>
     34    <property name="plugin.main.version" value="5035"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r27852 r27981  
    3232    <property name="ant.build.javac.target" value="1.5"/>
    3333    <property name="commit.message" value="Changed constructor for Plugin"/>
    34     <property name="plugin.main.version" value="4980"/>
     34    <property name="plugin.main.version" value="5035"/>
    3535    <target name="init">
    3636        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/ext_tools/build.xml

    r27848 r27981  
    3232    <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4972"/>
     34    <property name="plugin.main.version" value="5035"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/infomode/build.xml

    r27852 r27981  
    3232    <property name="commit.message" value="InfoMode : for shortcurt parser"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4980"/>
     34    <property name="plugin.main.version" value="5035"/>
    3535    <!-- should not be necessary to change the following properties -->
    3636    <property name="josm" location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/junctionchecking/build.xml

    r27852 r27981  
    2727<project name="junctionchecking" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4980"/>
     29    <property name="plugin.main.version" value="5035"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.build.dir" value="build"/>
Note: See TracChangeset for help on using the changeset viewer.