Ignore:
Timestamp:
2013-08-21T03:47:16+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix #8987 - bump min JOSM version of nearly all plugins to r6162 + code update/cleanup, fix warnings

Location:
applications/editors/josm/plugins/smed
Files:
5 edited

Legend:

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

    r29778 r29854  
    1313    <property name="plugin.dist.dir" value="../../dist/"/>
    1414    <property name="smed_core.dist.dir" value="core/dist/"/>
    15     <property name="ant.build.javac.target" value="1.5"/>
     15    <property name="ant.build.javac.target" value="1.6"/>
    1616    <property name="plugin.jar" value="${plugin.dist.dir}${ant.project.name}.jar"/>
    1717    <!--
  • applications/editors/josm/plugins/smed/plugs/harbour/build.xml

    r27749 r29854  
    3333    <!-- this is the directory where the plugin jar is copied to -->
    3434    <property name="plugin.dist.dir" value="../../dist"/>
    35     <property name="ant.build.javac.target" value="1.5"/>
     35    <property name="ant.build.javac.target" value="1.6"/>
    3636    <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/>
    3737    <!--
  • applications/editors/josm/plugins/smed/plugs/oseam/build.xml

    r27749 r29854  
    3333    <!-- this is the directory where the plugin jar is copied to -->
    3434    <property name="plugin.dist.dir" value="../../dist"/>
    35     <property name="ant.build.javac.target" value="1.5"/>
     35    <property name="ant.build.javac.target" value="1.6"/>
    3636    <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/>
    3737    <!--
  • applications/editors/josm/plugins/smed/plugs/smed_about/build.xml

    r27749 r29854  
    3232    <!-- this is the directory where the plugin jar is copied to -->
    3333    <property name="plugin.dist.dir" value="../../dist"/>
    34     <property name="ant.build.javac.target" value="1.5"/>
     34    <property name="ant.build.javac.target" value="1.6"/>
    3535    <property name="plugin.jar" value="${plugin.dist.dir}/03_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/>
    3636    <!--
  • applications/editors/josm/plugins/smed/plugs/wayarea/build.xml

    r27749 r29854  
    3333    <!-- this is the directory where the plugin jar is copied to -->
    3434    <property name="plugin.dist.dir" value="../../dist"/>
    35     <property name="ant.build.javac.target" value="1.5"/>
     35    <property name="ant.build.javac.target" value="1.6"/>
    3636    <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/>
    3737    <!--
Note: See TracChangeset for help on using the changeset viewer.