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

[josm_plugins] switch plugins to Java 7

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

    r28031 r30416  
    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.6"/>
    35     <property name="ant.build.javac.target" value="1.6"/>
     34    <property name="ant.build.javac.source" value="1.7"/>
     35    <property name="ant.build.javac.target" value="1.7"/>
    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

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml

    r29935 r30416  
    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.6"/>
    14     <property name="ant.build.javac.target" value="1.6"/>
     13    <property name="ant.build.javac.source" value="1.7"/>
     14    <property name="ant.build.javac.target" value="1.7"/>
    1515    <!-- this is the directory where the module jar is copied to -->
    1616    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml

    r29935 r30416  
    99    <property name="module.build.dir" value="build"/>
    1010    <property name="module.src.dir" value="src"/>
    11     <property name="ant.build.javac.source" value="1.6"/>
    12     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.source" value="1.7"/>
     12    <property name="ant.build.javac.target" value="1.7"/>
    1313    <!-- this is the directory where the module jar is copied to -->
    1414    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml

    r29935 r30416  
    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.6"/>
    13     <property name="ant.build.javac.target" value="1.6"/>
     12    <property name="ant.build.javac.source" value="1.7"/>
     13    <property name="ant.build.javac.target" value="1.7"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
Note: See TracChangeset for help on using the changeset viewer.