Ignore:
Timestamp:
2014-04-26T04:34:53+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] switch plugins to Java 7

File:
1 edited

Legend:

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

    r29854 r30416  
    44    <property name="commit.message" value="Changed constructor signature of plugin main class"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88      ************************************************
     
    1313    <property name="plugin.build.dir" value="build"/>
    1414    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    15     <property name="ant.build.javac.target" value="1.6"/>
     15    <property name="ant.build.javac.target" value="1.7"/>
    1616    <property name="RXTX" location="./libs/RXTXcomm.jar"/>
    1717    <target name="init">
Note: See TracChangeset for help on using the changeset viewer.