Ignore:
Timestamp:
2016-07-21T03:12:55+02:00 (9 years ago)
Author:
donvip
Message:

see #josm11390 - switch to Java 8

Location:
applications/editors/josm/plugins/opendata/modules
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/00_module_dir_template/build.xml

    r31923 r32680  
    3232    <property name="module.build.dir" value="build"/>
    3333    <property name="module.src.dir" value="src"/>
    34     <property name="ant.build.javac.source" value="1.7"/>
    35     <property name="ant.build.javac.target" value="1.7"/>
     34    <property name="ant.build.javac.source" value="1.8"/>
     35    <property name="ant.build.javac.target" value="1.8"/>
    3636    <!-- this is the directory where the module jar is copied to -->
    3737    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml

    r31940 r32680  
    1212    <property name="module.build.dir" value="build"/>
    1313    <property name="module.src.dir" value="src"/>
    14     <property name="ant.build.javac.source" value="1.7"/>
    15     <property name="ant.build.javac.target" value="1.7"/>
     14    <property name="ant.build.javac.source" value="1.8"/>
     15    <property name="ant.build.javac.target" value="1.8"/>
    1616    <!-- this is the directory where the module jar is copied to -->
    1717    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml

    r31940 r32680  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.7"/>
    13     <property name="ant.build.javac.target" value="1.7"/>
     12    <property name="ant.build.javac.source" value="1.8"/>
     13    <property name="ant.build.javac.target" value="1.8"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml

    r31940 r32680  
    1111    <property name="module.build.dir" value="build"/>
    1212    <property name="module.src.dir" value="src"/>
    13     <property name="ant.build.javac.source" value="1.7"/>
    14     <property name="ant.build.javac.target" value="1.7"/>
     13    <property name="ant.build.javac.source" value="1.8"/>
     14    <property name="ant.build.javac.target" value="1.8"/>
    1515    <!-- this is the directory where the module jar is copied to -->
    1616    <property name="module.dist.dir" value="../../dist"/>
Note: See TracChangeset for help on using the changeset viewer.