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

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins/opendata
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/.classpath

    r29853 r30416  
    1515        <classpathentry kind="src" path="modules/fr.toulouse/resources"/>
    1616        <classpathentry kind="src" path="util"/>
    17         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     17        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    1818        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1919        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
  • applications/editors/josm/plugins/opendata/.settings/org.eclipse.jdt.core.prefs

    r28696 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    7979org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    8080org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    81 org.eclipse.jdt.core.compiler.source=1.6
     81org.eclipse.jdt.core.compiler.source=1.7
    8282org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    8383org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
  • applications/editors/josm/plugins/opendata/build.xml

    r30310 r30416  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="opendata" default="dist" basedir=".">
    3     <property name="plugin.main.version" value="6412"/>
     3    <property name="plugin.main.version" value="7001"/>
    44    <property name="plugin.author" value="Don-vip"/>
    55    <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/>
  • 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"/>
  • applications/editors/josm/plugins/opendata/nbproject/project.xml

    r29778 r30416  
    9494                <package-root>includes</package-root>
    9595                <classpath mode="compile">../../core/src</classpath>
    96                 <source-level>1.6</source-level>
     96                <source-level>1.7</source-level>
    9797            </compilation-unit>
    9898            <compilation-unit>
    9999                <package-root>modules/fr.toulouse/src</package-root>
    100                 <source-level>1.6</source-level>
     100                <source-level>1.7</source-level>
    101101            </compilation-unit>
    102102            <compilation-unit>
    103103                <package-root>src</package-root>
    104                 <source-level>1.6</source-level>
     104                <source-level>1.7</source-level>
    105105            </compilation-unit>
    106106            <compilation-unit>
    107107                <package-root>util</package-root>
    108                 <source-level>1.6</source-level>
     108                <source-level>1.7</source-level>
    109109            </compilation-unit>
    110110        </java-data>
Note: See TracChangeset for help on using the changeset viewer.