Changeset 32680 in osm


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

see #josm11390 - switch to Java 8

Location:
applications/editors/josm/plugins
Files:
265 edited

Legend:

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

    r31926 r32680  
    1717    <property name="commit.message" value="Commit message"/>
    1818    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="7001"/>
     19    <property name="plugin.main.version" value="10580"/>
    2020
    2121    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ColumbusCSV/build.xml

    r32292 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- Enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10407"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Plugin meta data -->
  • applications/editors/josm/plugins/CommandLine/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/CommandLine/build.xml

    r32329 r32680  
    44    <property name="commit.message" value="JOSM/CommandLine: fix exception after JOSM update"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/CommandLine/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/Create_grid_of_ways/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/Create_grid_of_ways/build.xml

    r32440 r32680  
    44    <property name="commit.message" value="Changed constructor signature, updated build.xml"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/Create_grid_of_ways/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/CustomizePublicTransportStop/.classpath

    r32050 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml

    r32562 r32680  
    22<project name="josm-CustomizePublicTransportStop-plugin" default="dist" basedir=".">
    33
    4     <property name="ant.build.javac.target" value="1.7"/>
    5     <property name="ant.build.javac.source" value="1.7"/>
     4    <property name="ant.build.javac.target" value="1.8"/>
     5    <property name="ant.build.javac.source" value="1.8"/>
    66
    77    <property name="plugin.build.dir" value="build" />
  • applications/editors/josm/plugins/DirectDownload/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/DirectDownload/build.xml

    r32442 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/DirectUpload/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/DirectUpload/build.xml

    r32329 r32680  
    55    <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ElevationProfile/.classpath

    r30558 r32680  
    44        <classpathentry kind="src" path="test/unit"/>
    55        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    88        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r32329 r32680  
    44    <property name="commit.message" value="[josm_elevationprofile]"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/FastDraw/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/FastDraw/build.xml

    r32444 r32680  
    44    <property name="commit.message" value="[josm_fastdraw] Fix incorrect settings saving-2"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/FastDraw/nbproject/project.xml

    r31224 r32680  
    8484                <classpath mode="compile">../../core/src</classpath>
    8585                <built-to>F:\josm\core\dist\josm-custom.jar</built-to>
    86                 <source-level>1.7</source-level>
     86                <source-level>1.8</source-level>
    8787            </compilation-unit>
    8888        </java-data>
  • applications/editors/josm/plugins/FixAddresses/.classpath

    r30416 r32680  
    44        <classpathentry kind="src" path="images/dialogs"/>
    55        <classpathentry excluding="dialogs/" kind="src" path="images"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    88        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/FixAddresses/build.xml

    r32445 r32680  
    44    <property name="commit.message" value="[josm_fixadresses]: Fixes #josm8336"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/FixAddresses/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/HouseNumberTaggingTool/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/HouseNumberTaggingTool/build.xml

    r32446 r32680  
    44    <property name="commit.message" value="Initial version."/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77    <!-- Configure these properties (replace "..." accordingly).
    88         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
  • applications/editors/josm/plugins/HouseNumberTaggingTool/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/ImportImagePlugin/.classpath

    r31746 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test/unit"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r32287 r32680  
    55    <property name="commit.message" value="use consistent plugin name (don't mix up the words)" />
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10407" />
     7    <property name="plugin.main.version" value="10580" />
    88
    99    <property name="plugin.author" value="Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny"/>
  • applications/editors/josm/plugins/ImportImagePlugin/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src;../jts/lib/jts-1.13.jar;../log4j/lib/log4j-1.2.17.jar;../geotools/lib/commons-beanutils-1.7.0.jar;../geotools/lib/commons-pool-1.5.4.jar;../geotools/lib/gt-api-9.3.jar;../geotools/lib/gt-coverage-9.3.jar;../geotools/lib/gt-data-9.3.jar;../geotools/lib/gt-epsg-extension-9.3.jar;../geotools/lib/gt-epsg-hsql-9.3.jar;../geotools/lib/gt-geotiff-9.3.jar;../geotools/lib/gt-main-9.3.jar;../geotools/lib/gt-metadata-9.3.jar;../geotools/lib/gt-opengis-9.3.jar;../geotools/lib/gt-referencing-9.3.jar;../geotools/lib/gt-shapefile-9.3.jar;../geotools/lib/hsqldb-1.8.0.7.jar;../geotools/lib/imageio-ext-tiff-1.1.7.jar;../geotools/lib/imageio-ext-utilities-1.1.7.jar;../geotools/lib/jai_codec-1.1.3.jar;../geotools/lib/jai_core-1.1.3.jar;../geotools/lib/jai_imageio-1.1.jar;../geotools/lib/jdom-1.0.jar;../geotools/lib/jsr-275-1.0-beta-2.jar;../geotools/lib/jt-contour-1.3.0.jar;../geotools/lib/jt-rangelookup-1.3.0.jar;../geotools/lib/jt-utils-1.3.0.jar;../geotools/lib/jt-vectorbinarize-1.3.0.jar;../geotools/lib/jt-vectorize-1.3.0.jar;../geotools/lib/jt-zonalstats-1.3.0.jar;../geotools/lib/vecmath-1.3.2.jar</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/NanoLog/.classpath

    r30527 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/NanoLog/build.xml

    r32638 r32680  
    55    <property name="commit.message" value="NanoLog"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10420"/>
     7    <property name="plugin.main.version" value="10580"/>
    88    <property name="plugin.author" value="Ilya Zverev"/>
    99    <property name="plugin.class" value="nanolog.NanoLogPlugin"/>
  • applications/editors/josm/plugins/NanoLog/nbproject/project.xml

    r30836 r32680  
    6969                <package-root>src</package-root>
    7070                <classpath mode="compile">../../core/dist/josm-custom.jar</classpath>
    71                 <source-level>1.7</source-level>
     71                <source-level>1.8</source-level>
    7272            </compilation-unit>
    7373        </java-data>
  • applications/editors/josm/plugins/OSMRecPlugin/.classpath

    r31710 r32680  
    1414        <classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
    1515        <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
    16         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    1717        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1818        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
  • applications/editors/josm/plugins/OSMRecPlugin/build.xml

    r32278 r32680  
    33
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="10358"/>
     5    <property name="plugin.main.version" value="10580"/>
    66    <property name="plugin.version" value="2.1"/>
    77
  • applications/editors/josm/plugins/OSMRecPlugin/nbproject/project.xml

    r31711 r32680  
    8383                <classpath mode="compile">../../core/dist/josm-custom.jar;lib/liblinear-java-1.95.jar;lib/slf4j-api-1.7.6.jar;lib/jai_core-1.1.3.jar;lib/jena-core-2.12.0.jar;lib/jena-iri-1.1.0.jar;lib/jgridshift-1.0.jar;lib/jsonic-1.2.7.jar;lib/jsr-275-1.0-beta-2.jar;lib/langdetect-1.1-20120112.jar;lib/liblinear-1.95.jar;lib/liblinear-java-1.95.jar;lib/lucene-analyzers-3.6.0.jar;lib/lucene-core-3.6.0.jar;lib/slf4j-log4j12-1.7.6.jar;lib/vecmath-1.3.2.jar;../jts/lib/jts-1.13.jar;../geotools/lib/gt-referencing-14.0.jar;../geotools/lib/gt-api-14.0.jar;../geotools/lib/gt-metadata-14.0.jar;../geotools/lib/gt-opengis-14.0.jar;../log4j/lib/log4j-1.2-api-2.3.jar;lib/xercesImpl-2.11.0.jar</classpath>
    8484                <built-to>../../dist</built-to>
    85                 <source-level>1.7</source-level>
     85                <source-level>1.8</source-level>
    8686            </compilation-unit>
    8787        </java-data>
  • applications/editors/josm/plugins/OpeningHoursEditor/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/OpeningHoursEditor/build.xml

    r32583 r32680  
    44    <property name="commit.message" value="fixed main version"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10420"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88    <property name="plugin.author" value="Falko Thomale"/>
     
    2424            <arg value="${javacc.home}/javacc.jar"/>
    2525            <arg value="javacc"/>
    26             <arg value="-JDK_VERSION=1.7"/>
     26            <arg value="-JDK_VERSION=1.8"/>
    2727            <arg value="-GRAMMAR_ENCODING=UTF-8"/>
    2828            <arg value="-UNICODE_INPUT"/>
  • applications/editors/josm/plugins/OpeningHoursEditor/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/OsmInspectorPlugin/.classpath

    r30828 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
  • applications/editors/josm/plugins/OsmInspectorPlugin/build.xml

    r32450 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Nikhil Shirahatti"/>
  • applications/editors/josm/plugins/addrinterpolation/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/addrinterpolation/build.xml

    r32482 r32680  
    44    <property name="commit.message" value="Impoved Icon"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/addrinterpolation/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/alignways/.classpath

    r30550 r32680  
    44        <classpathentry kind="src" path="test/unit"/>
    55        <classpathentry combineaccessrules="false" exported="true" kind="src" path="/JOSM"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    88        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/alignways/build.xml

    r32466 r32680  
    44    <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/alignways/nbproject/project.xml

    r30550 r32680  
    7171                <package-root>src</package-root>
    7272                <classpath mode="compile">../../core/src</classpath>
    73                 <source-level>1.7</source-level>
     73                <source-level>1.8</source-level>
    7474            </compilation-unit>
    7575            <compilation-unit>
    7676                <package-root>test/unit</package-root>
    7777                <unit-tests/>
    78                 <source-level>1.7</source-level>
     78                <source-level>1.8</source-level>
    7979            </compilation-unit>
    8080        </java-data>
  • applications/editors/josm/plugins/apache-commons/.classpath

    r31714 r32680  
    33        <classpathentry excluding="org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java" kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry kind="output" path="bin"/>
    77</classpath>
  • applications/editors/josm/plugins/apache-commons/build.xml

    r32196 r32680  
    33
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="7777"/>
     5    <property name="plugin.main.version" value="10580"/>
    66
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/apache-http/.classpath

    r32111 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
    77        <classpathentry exported="true" kind="lib" path="lib/httpclient-4.5.2.jar"/>
  • applications/editors/josm/plugins/apache-http/build.xml

    r31926 r32680  
    33
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="7777"/>
     5    <property name="plugin.main.version" value="10580"/>
    66
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/buildings_tools/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r32455 r32680  
    44    <property name="commit.message" value="BuildingTools: Alt key to disable tags"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/buildings_tools/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/cadastre-fr/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r32556 r32680  
    44    <property name="commit.message" value="Changed constructor for Plugin"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10420"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/canvec_helper/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/canvec_helper/build.xml

    r32483 r32680  
    44    <property name="commit.message" value="JOSM/Canvec_helper: fixed a crash caused by osm directory being renamed to OSM"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/canvec_helper/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/colorscheme/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/colorscheme/build.xml

    r30416 r32680  
    55    <property name="commit.message" value="Uses new constructor for Plugin"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Christof Dallermassl"/>
  • applications/editors/josm/plugins/czechaddress/.classpath

    r32566 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/czechaddress/build.xml

    r32566 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10420"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/czechaddress/nbproject/project.xml

    r30416 r32680  
    8787                <built-to>build</built-to>
    8888                <javadoc-built-to>doc</javadoc-built-to>
    89                 <source-level>1.7</source-level>
     89                <source-level>1.8</source-level>
    9090            </compilation-unit>
    9191            <compilation-unit>
    9292                <package-root>tests</package-root>
    9393                <unit-tests/>
    94                 <source-level>1.7</source-level>
     94                <source-level>1.8</source-level>
    9595            </compilation-unit>
    9696        </java-data>
  • applications/editors/josm/plugins/dataimport/.classpath

    r31692 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/dataimport/build.xml

    r32322 r32680  
    55    <property name="commit.message" value="Changed constructor signature, updated build.xml"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10407"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/download_along/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/download_along/build.xml

    r32481 r32680  
    44    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88        <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/download_along/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/editgpx/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry excluding="src/" including="images/" kind="src" path=""/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/editgpx/build.xml

    r32263 r32680  
    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="10282"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ejml/.classpath

    r31756 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/EJML-core-0.26.jar" sourcepath="lib/EJML-core-0.26-sources.jar"/>
  • applications/editors/josm/plugins/ejml/build.xml

    r31753 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Don-vip"/>
  • applications/editors/josm/plugins/epci-fr/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/epci-fr/build.xml

    r31926 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ext_tools/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry kind="output" path="build"/>
    77</classpath>
  • applications/editors/josm/plugins/ext_tools/build.xml

    r32306 r32680  
    55    <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/geochat/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/geochat/build.xml

    r32561 r32680  
    55    <property name="commit.message" value="[josm_geochat] copypaste from keyboard, font size advanced parameters"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10420"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Ilya Zverev"/>
  • applications/editors/josm/plugins/geotools/.classpath

    r31774 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
  • applications/editors/josm/plugins/geotools/build.xml

    r31774 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <property name="plugin.author" value="Don-vip"/>
  • applications/editors/josm/plugins/globalsat/.classpath

    r32328 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="lib" path="lib/RXTXcomm.jar"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/globalsat/build.xml

    r32486 r32680  
    55    <property name="commit.message" value="Changed constructor signature of plugin main class"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/gpsblam/.classpath

    r30444 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/gpsblam/build.xml

    r32487 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!--
  • applications/editors/josm/plugins/gpxfilter/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/gpxfilter/build.xml

    r32467 r32680  
    44    <property name="commit.message" value="GPXFilter: moved to Alt-Shift-X"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/gpxfilter/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/graphview/.classpath

    r30550 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test/unit"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/graphview/build.xml

    r32620 r32680  
    22<project name="graphview" default="dist" basedir=".">
    33    <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/>
    4     <property name="plugin.main.version" value="10420"/>
     4    <property name="plugin.main.version" value="10580"/>
    55
    66    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/gson/.classpath

    r31873 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/gson-2.5.jar" sourcepath="lib/gson-2.5-sources.jar">
  • applications/editors/josm/plugins/gson/build.xml

    r31760 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Don-vip"/>
  • applications/editors/josm/plugins/imagery-xml-bounds/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/imagery-xml-bounds/build.xml

    r32287 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10407"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagery_offset_db/.classpath

    r30531 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/imagery_offset_db/build.xml

    r32462 r32680  
    55    <property name="commit.message" value="Imagery Offset Database"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88        <property name="plugin.canloadatruntime" value="true"/>
    99
  • applications/editors/josm/plugins/imageryadjust/.classpath

    r30416 r32680  
    44        <classpathentry including="images/" kind="src" path=""/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry kind="output" path="build"/>
    88</classpath>
  • applications/editors/josm/plugins/imageryadjust/build.xml

    r32329 r32680  
    22<project name="imageryadjust" default="dist" basedir=".">
    33    <property name="commit.message" value="ImageryAdjust: Adjust while holding shortcut key"/>
    4     <property name="plugin.main.version" value="10279"/>
     4    <property name="plugin.main.version" value="10580"/>
    55
    66    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/imagewaypoint/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/imagewaypoint/build.xml

    r32287 r32680  
    44    <property name="commit.message" value="[josm/ImageWayPoint] move opening to File/Open"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10407"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagewaypoint/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/importvec/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/importvec/build.xml

    r32287 r32680  
    44    <property name="commit.message" value="Remove the action, add importing SVG to File/Open"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10407"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/importvec/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/indoor_sweepline/build.xml

    r32601 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10420"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Roland M. Olbricht"/>
  • applications/editors/josm/plugins/indoorhelper/build.xml

    r32468 r32680  
    55    <property name="commit.message" value="Inital commit"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/infomode/.classpath

    r30526 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/infomode/build.xml

    r32491 r32680  
    55    <property name="commit.message" value="InfoMode : for shortcurt parser"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/infomode/nbproject/project.xml

    r30416 r32680  
    7575                <classpath mode="compile">../../core/src</classpath>
    7676                <built-to>../../dist/InfoMode.jar</built-to>
    77                 <source-level>1.7</source-level>
     77                <source-level>1.8</source-level>
    7878            </compilation-unit>
    7979        </java-data>
  • applications/editors/josm/plugins/irsrectify/.classpath

    r30530 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/irsrectify/build.xml

    r32329 r32680  
    55    <property name="commit.message" value="irsrectify shortcut conflict"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/jna/.classpath

    r31877 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/jna-4.1.0.jar" sourcepath="lib/jna-4.1.0-sources.jar">
  • applications/editors/josm/plugins/jna/build.xml

    r30818 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <property name="plugin.author" value="Don-vip"/>
  • applications/editors/josm/plugins/jts/.classpath

    r31906 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar" sourcepath="lib/jts-1.13-sources.jar">
  • applications/editors/josm/plugins/jts/build.xml

    r31002 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <property name="plugin.author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
  • applications/editors/josm/plugins/junctionchecking/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry including="images/|resources/" kind="src" path=""/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/junctionchecking/build.xml

    r32329 r32680  
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="10279"/>
     5    <property name="plugin.main.version" value="10580"/>
    66   
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/lakewalker/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/lakewalker/build.xml

    r32492 r32680  
    55    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/lakewalker/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/livegps/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/livegps/build.xml

    r32470 r32680  
    22<project name="livegps" default="dist" basedir=".">
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    4     <property name="plugin.main.version" value="10279"/>
     4    <property name="plugin.main.version" value="10580"/>
    55       
    66    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/livegps/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/log4j/.classpath

    r31879 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/log4j-1.2-api-2.5.jar" sourcepath="lib/log4j-1.2-api-2.5-sources.jar">
  • applications/editors/josm/plugins/log4j/build.xml

    r31926 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88        <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/mapdust/.classpath

    r31763 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry including="conf/|images/" kind="src" path=""/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GSON"/>
  • applications/editors/josm/plugins/mapdust/build.xml

    r32329 r32680  
    33    <!-- properties -->
    44    <property name="commit.message" value="MapDust bug reporter plugin"/>
    5     <property name="plugin.main.version" value="10279"/>
     5    <property name="plugin.main.version" value="10580"/>
    66    <property name="apidoc.dir" value="doc"/>
    77
     
    2626    <target name="javadoc">
    2727        <mkdir dir="${apidoc.dir}"/>
    28         <javadoc destdir="${apidoc.dir}" source="1.7" classpathref="classpath" windowtitle="MapDust plugin API">
    29             <link href="http://java.sun.com/javase/7/docs/api/"/>
     28        <javadoc destdir="${apidoc.dir}" source="1.8" classpathref="classpath" windowtitle="MapDust plugin API">
     29            <link href="http://java.sun.com/javase/8/docs/api/"/>
    3030            <link href="http://docs.jboss.org/hibernate/stable/core/api/"/>
    3131            <packageset dir="${plugin.src.dir}">
  • applications/editors/josm/plugins/mapillary/.classpath

    r32378 r32680  
    44        <classpathentry kind="src" path="src"/>
    55        <classpathentry kind="src" path="test/unit"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    88        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/mapillary/build.gradle

    r32652 r32680  
    66apply plugin: 'pmd'
    77
    8 sourceCompatibility = '1.7'
     8sourceCompatibility = '1.8'
    99
    1010repositories {
     
    3232  // The JOSM-version can be specified as "latest", "tested" or the numeric version number.
    3333  // When using a numeric version number you can leave out {changing=true}.
    34   compile(':josm:10485')
     34  compile(':josm:10580')
    3535  // For plugins it's irrelevant, which version is specified, always the latest version is used.
    3636  compile (name: 'apache-commons'){changing=true}
  • applications/editors/josm/plugins/mapillary/gradle.properties

    r32579 r32680  
    55plugin.icon=images/icon24.png
    66plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
    7 plugin.main.version=10369
     7plugin.main.version=10580
    88plugin.requires=apache-commons;apache-http
    99plugin.version=1.1.5
  • applications/editors/josm/plugins/measurement/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry including="images/" kind="src" path=""/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/measurement/build.xml

    r32324 r32680  
    44    <property name="commit.message" value="recompile dure to core change"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10369"/>
     6    <property name="plugin.main.version" value="10580"/>
    77    <property name="plugin.canloadatruntime" value="true"/>
    88   
  • applications/editors/josm/plugins/merge-overlap/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/merge-overlap/build.xml

    r32471 r32680  
    44    <property name="commit.message" value="MergeOverlap: help shortcut parser, rebuild"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/merge-overlap/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/michigan_left/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/michigan_left/build.xml

    r32472 r32680  
    44    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/michigan_left/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/namemanager/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="resources"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/namemanager/build.xml

    r32493 r32680  
    44    <property name="commit.message" value="..."/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/namemanager/nbproject/project.xml

    r30416 r32680  
    5656                <package-root>src</package-root>
    5757                <classpath mode="compile">../../core/src</classpath>
    58                 <source-level>1.7</source-level>
     58                <source-level>1.8</source-level>
    5959            </compilation-unit>
    6060        </java-data>
  • applications/editors/josm/plugins/native-password-manager/.classpath

    r30823 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jna"/>
  • applications/editors/josm/plugins/native-password-manager/build.xml

    r31923 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    88    <property name="plugin.author" value="Paul Hartmann"/>
    99    <property name="plugin.class" value="org.openstreetmap.josm.plugins.npm.NPMPlugin"/>
  • applications/editors/josm/plugins/no_more_mapping/.classpath

    r32553 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/no_more_mapping/build.xml

    r31926 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!--
  • applications/editors/josm/plugins/opendata/.classpath

    r31677 r32680  
    2121        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
    2222        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    23         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
     23        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
    2424                <attributes>
    2525                        <attribute name="owner.project.facets" value="java"/>
  • applications/editors/josm/plugins/opendata/.settings/org.eclipse.wst.common.project.facet.core.xml

    r31695 r32680  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<faceted-project>
    3   <installed facet="java" version="1.7"/>
     3  <installed facet="java" version="1.8"/>
    44  <installed facet="jpt.jaxb" version="2.2"/>
    55</faceted-project>
  • applications/editors/josm/plugins/opendata/build.xml

    r32545 r32680  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="opendata" default="dist" basedir=".">
    3     <property name="plugin.main.version" value="10420"/>
     3    <property name="plugin.main.version" value="10580"/>
    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

    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"/>
  • applications/editors/josm/plugins/opendata/nbproject/project.xml

    r30416 r32680  
    9494                <package-root>includes</package-root>
    9595                <classpath mode="compile">../../core/src</classpath>
    96                 <source-level>1.7</source-level>
     96                <source-level>1.8</source-level>
    9797            </compilation-unit>
    9898            <compilation-unit>
    9999                <package-root>modules/fr.toulouse/src</package-root>
    100                 <source-level>1.7</source-level>
     100                <source-level>1.8</source-level>
    101101            </compilation-unit>
    102102            <compilation-unit>
    103103                <package-root>src</package-root>
    104                 <source-level>1.7</source-level>
     104                <source-level>1.8</source-level>
    105105            </compilation-unit>
    106106            <compilation-unit>
    107107                <package-root>util</package-root>
    108                 <source-level>1.7</source-level>
     108                <source-level>1.8</source-level>
    109109            </compilation-unit>
    110110        </java-data>
  • applications/editors/josm/plugins/openvisible/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/openvisible/build.xml

    r32463 r32680  
    55    <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/openvisible/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/osmarender/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/osmarender/build.xml

    r32501 r32680  
    55    <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="stylesheets" location="./stylesheets"/>
  • applications/editors/josm/plugins/pbf/.classpath

    r30656 r32680  
    33        <classpathentry kind="src" path="gen"/>
    44        <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/pbf/build.xml

    r32290 r32680  
    33
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="10407"/>
     5    <property name="plugin.main.version" value="10580"/>
    66
    77    <property name="plugin.author" value="Don-vip"/>
  • applications/editors/josm/plugins/pdfimport/.classpath

    r32524 r32680  
    44        <classpathentry kind="src" path="resources"/>
    55        <classpathentry kind="src" path="test/unit"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    88        <classpathentry kind="lib" path="lib/fontbox-1.8.12.jar"/>
  • applications/editors/josm/plugins/pdfimport/build.xml

    r32515 r32680  
    44    <property name="commit.message" value="Initial pdfimport version"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pdfimport/nbproject/project.xml

    r30416 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/photo_geotagging/.classpath

    r32308 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test/unit"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/photo_geotagging/build.xml

    r31923 r32680  
    55    <property name="commit.message" value=""/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="8041"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Paul Hartmann"/>
  • applications/editors/josm/plugins/photoadjust/.classpath

    r30428 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/photoadjust/build.xml

    r32329 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
     
    5959            <link href="../../../core/javadoc/"/>
    6060            <link href="https://josm.openstreetmap.de/doc/"/>
    61             <link href="http://docs.oracle.com/javase/7/docs/api/"/>
     61            <link href="http://docs.oracle.com/javase/8/docs/api/"/>
    6262        </javadoc>
    6363    </target>
  • applications/editors/josm/plugins/piclayer/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/piclayer/build.xml

    r32495 r32680  
    33    <property name="commit.message" value="[josm/PicLayer] - #12045 add ability to localize dialog titles"/>
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="10353"/>
     5    <property name="plugin.main.version" value="10580"/>
    66       
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/piclayer/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/plastic_laf/.classpath

    r31244 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/jgoodies-common-1.9.0.jar"/>
  • applications/editors/josm/plugins/plastic_laf/build.xml

    r31926 r32680  
    44    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88        <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pointInfo/build.xml

    r32132 r32680  
    55    <property name="commit.message" value="PointInfo: Fix breakage caused by API cleaning."/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10060"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- plugin can load at runtime -->
  • applications/editors/josm/plugins/poly/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/poly/build.xml

    r32287 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10407"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/print/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/print/build.xml

    r32191 r32680  
    55    <property name="commit.message" value="Added a field to specify the map scale."/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10282"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Kai Pastor"/>
  • applications/editors/josm/plugins/proj4j/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/proj4j/build.xml

    r32014 r32680  
    44    <property name="commit.message" value="Commit message"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="9559"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88    <property name="plugin.author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
  • applications/editors/josm/plugins/pt_assistant/.classpath

    r32261 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test/unit"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/pt_assistant/build.xml

    r32632 r32680  
    55  <property name="commit.message" value="Commit message"/>
    66  <!-- enter the *lowest JOSM version this plugin is currently compatible with -->
    7   <property name="plugin.main.version" value="10306"/>
     7  <property name="plugin.main.version" value="10580"/>
    88
    99  <property name="plugin.author" value="Darya Golovko darya0705@gmail.com"/>
  • applications/editors/josm/plugins/public_transport/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/public_transport/build.xml

    r32357 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Roland M. Olbricht"/>
  • applications/editors/josm/plugins/public_transport_layer/.classpath

    r31240 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/public_transport_layer/build.xml

    r32538 r32680  
    33
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="10420"/>
     5    <property name="plugin.main.version" value="10580"/>
    66
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/rasterfilters/.classpath

    r31485 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="lib" path="lib/jsoup-1.8.2.jar"/>
  • applications/editors/josm/plugins/rasterfilters/build.xml

    r32329 r32680  
    1010       
    1111        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    12         <property name="plugin.main.version" value="10279" />
     12        <property name="plugin.main.version" value="10580" />
    1313        <property name="plugin.version" value="1.0.1"/>
    1414
  • applications/editors/josm/plugins/reltoolbox/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r32395 r32680  
    44    <property name="commit.message" value="RelToolbox: make natural sort for relation and find relation lists"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Ilya Zverev"/>
  • applications/editors/josm/plugins/reverter/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/reverter/build.xml

    r32516 r32680  
    44    <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/nbproject/project.xml

    r30416 r32680  
    7676                <classpath mode="compile">${project.dir}/../../core/dist/josm-custom.jar</classpath>
    7777                <built-to>${project.dir}/../../dist/reverter.jar</built-to>
    78                 <source-level>1.7</source-level>
     78                <source-level>1.8</source-level>
    7979            </compilation-unit>
    8080        </java-data>
  • applications/editors/josm/plugins/roadsigns/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/roadsigns/build.xml

    r32507 r32680  
    44    <property name="commit.message" value=""/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!--
  • applications/editors/josm/plugins/routes/.classpath

    r31692 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/routes/build.xml

    r32456 r32680  
    22<project name="routes" default="dist" basedir=".">
    33    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    4     <property name="plugin.main.version" value="10353"/>
     4    <property name="plugin.main.version" value="10580"/>
    55    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    66    <property name="plugin.dist.dir" value="../../dist"/>
    77    <property name="plugin.build.dir" value="build"/>
    88    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    9     <property name="ant.build.javac.target" value="1.7"/>
     9    <property name="ant.build.javac.target" value="1.8"/>
    1010    <target name="init">
    1111        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/routing/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="lib" path="lib/jgrapht-jdk1.5.jar"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
  • applications/editors/josm/plugins/routing/build.xml

    r32329 r32680  
    55    <property name="commit.message" value="added one-way support in roundabouts"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!--
  • applications/editors/josm/plugins/sds/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/sds/build.xml

    r32480 r32680  
    55    <property name="commit.message" value=""/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!--
  • applications/editors/josm/plugins/seachart/.classpath

    r32368 r32680  
    88        <classpathentry kind="src" path="js57toosm/src"/>
    99        <classpathentry kind="src" path="josmtos57/src"/>
    10         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     10        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    1111        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1212        <classpathentry kind="lib" path="libs/batik-svggen-1.8.jar"/>
  • applications/editors/josm/plugins/seachart/build.xml

    r32679 r32680  
    44    <property name="commit.message" value="[Seachart] Publish new release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10571"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Malcolm Herring"/>
  • applications/editors/josm/plugins/seachartedit/.classpath

    r31569 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-seachart"/>
  • applications/editors/josm/plugins/seachartedit/.project

    r31569 r32680  
    1111                        </arguments>
    1212                </buildCommand>
     13                <buildCommand>
     14                        <name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
     15                        <arguments>
     16                        </arguments>
     17                </buildCommand>
    1318        </buildSpec>
    1419        <natures>
  • applications/editors/josm/plugins/seachartedit/build.xml

    r32370 r32680  
    44    <property name="commit.message" value="New release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/simplifyarea/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/simplifyarea/build.xml

    r32517 r32680  
    44    <property name="commit.message" value="Initial commit"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10353"/>
     6    <property name="plugin.main.version" value="10580"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/simplifyarea/nbproject/project.xml

    r30416 r32680  
    5656                <package-root>src</package-root>
    5757                <classpath mode="compile">../../core/src</classpath>
    58                 <source-level>1.7</source-level>
     58                <source-level>1.8</source-level>
    5959            </compilation-unit>
    6060        </java-data>
  • applications/editors/josm/plugins/smed/.classpath

    r30532 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/smed/build.xml

    r31926 r32680  
    44    <property name="commit.message" value="New release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/splinex/.classpath

    r31130 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/splinex/build.xml

    r32500 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/sumoconvert/build.xml

    r31926 r32680  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for a JOSM  plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** See README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** Call "ant help" to get possible build targets.
    12 **
    13 -->
    142<project name="sumoconvert" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="Commit message"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    208
    219    <!-- Configure these properties (replace "..." accordingly).
    22 
    23 
    24 
    2510         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    2611    -->
  • applications/editors/josm/plugins/surveyor/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/>
  • applications/editors/josm/plugins/surveyor/build.xml

    r32329 r32680  
    77    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    88    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    9     <property name="plugin.main.version" value="10279"/>
     9    <property name="plugin.main.version" value="10580"/>
    1010    <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/>
    1111
  • applications/editors/josm/plugins/tag2link/.classpath

    r31064 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/tag2link/build.xml

    r31923 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7001"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Don-vip &amp; FrViPofm"/>
  • applications/editors/josm/plugins/tageditor/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/tageditor/build.xml

    r32508 r32680  
    22<project name="tageditor" default="dist" basedir=".">
    33    <property name="commit.message" value="Tageditor:  help shortcut parser, rebuild"/>
    4     <property name="plugin.main.version" value="10279"/>
     4    <property name="plugin.main.version" value="10580"/>
    55   
    66        <property name="plugin.author" value="Karl Guggisberg"/>
  • applications/editors/josm/plugins/tagging-preset-tester/.classpath

    r30416 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry including="images/" kind="src" path=""/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r32526 r32680  
    55    <property name="commit.message" value="[josm_tagging_preset_tester] #josm10288: fix NPE when starting without map"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/tagging-preset-tester/nbproject/project.xml

    r30416 r32680  
    7070                <classpath mode="compile">../../core/src</classpath>
    7171                <built-to>../../dist/tagging-preset-tester.jar</built-to>
    72                 <source-level>1.7</source-level>
     72                <source-level>1.8</source-level>
    7373            </compilation-unit>
    7474        </java-data>
  • applications/editors/josm/plugins/terracer/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/terracer/build.xml

    r32426 r32680  
    22<project name="terracer" default="dist" basedir=".">
    33    <property name="commit.message" value="applied #j5760 (patch by robome) - Order of housenumbers not correct"/>
    4     <property name="plugin.main.version" value="10279"/>
     4    <property name="plugin.main.version" value="10580"/>
    55    <property name="plugin.author" value="Matt Amos"/>
    66    <property name="plugin.class" value="terracer.TerracerPlugin"/>
  • applications/editors/josm/plugins/terracer/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/touchscreenhelper/.classpath

    r31690 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/touchscreenhelper/build.xml

    r31923 r32680  
    44    <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="7001"/>
     6    <property name="plugin.main.version" value="10580"/>
    77    <property name="plugin.author" value="glebius@glebius.int.ru"/>
    88    <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
  • applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/tracer/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/tracer/build.xml

    r32510 r32680  
    44    <property name="commit.message" value="Tracer plugin can load at runtime"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77    <property name="plugin.canloadatruntime" value="true"/>
    88
  • applications/editors/josm/plugins/tracer/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/tracer2/.classpath

    r30532 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry kind="output" path="bin"/>
    77</classpath>
  • applications/editors/josm/plugins/tracer2/build.xml

    r32474 r32680  
    55    <property name="commit.message" value="see #josm11090"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/tracer2/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/trustosm/.classpath

    r30829 r32680  
    1414                </attributes>
    1515        </classpathentry>
    16         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    1717        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1818        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/trustosm/build.xml

    r32287 r32680  
    55    <property name="commit.message" value="New plugin for digital signing osm data"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10407" />
     7    <property name="plugin.main.version" value="10580" />
    88    <property name="plugin.author" value="Christoph Wagner" />
    99    <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" />
  • applications/editors/josm/plugins/turnlanes/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/turnlanes/build.xml

    r32458 r32680  
    55    <property name="commit.message" value="fix toolbar warnings - toolbar still does not work"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <!--
  • applications/editors/josm/plugins/turnrestrictions/.classpath

    r30550 r32680  
    44        <classpathentry kind="src" path="test/unit"/>
    55        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    88        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/turnrestrictions/build.xml

    r32375 r32680  
    44    <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10369"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/undelete/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/undelete/build.xml

    r32512 r32680  
    44    <property name="commit.message" value="adapt to core changes (backwards compatible)"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10580"/>
    77
    88    <property name="plugin.author" value="Nakor"/>
  • applications/editors/josm/plugins/utilsplugin2/.classpath

    r32286 r32680  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test/unit"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r32333 r32680  
    55    <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10420"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/>
  • applications/editors/josm/plugins/utilsplugin2/nbproject/project.xml

    r30419 r32680  
    7575                <classpath mode="compile">../../core/src;../../core/dist/josm-custom.jar</classpath>
    7676                <built-to>../../dist/utilsplugin2.jar</built-to>
    77                 <source-level>1.7</source-level>
     77                <source-level>1.8</source-level>
    7878            </compilation-unit>
    7979        </java-data>
  • applications/editors/josm/plugins/videomapping/.classpath

    r32329 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jna"/>
  • applications/editors/josm/plugins/videomapping/build.xml

    r32513 r32680  
    55    <property name="commit.message" value="fix after JOSM update"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88    <property name="plugin.author" value="Matthias Meißer"/>
    99    <property name="plugin.class" value="org.openstreetmap.josm.plugins.videomapping.VideoPlugin"/>
  • applications/editors/josm/plugins/videomapping/nbproject/project.xml

    r30821 r32680  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src;../../dist/jna.jar;lib/vlcj-3.1.0-javadoc.jar;lib/vlcj-3.1.0-sources.jar;lib/vlcj-3.1.0.jar</classpath>
    63                 <source-level>1.7</source-level>
     63                <source-level>1.8</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/walkingpapers/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/walkingpapers/build.xml

    r32476 r32680  
    55    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Frederik Ram"/>
  • applications/editors/josm/plugins/walkingpapers/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/waydownloader/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/waydownloader/build.xml

    r32452 r32680  
    55    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10353"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Harry Wood"/>
  • applications/editors/josm/plugins/waydownloader/nbproject/project.xml

    r30416 r32680  
    6060                <package-root>src</package-root>
    6161                <classpath mode="compile">../../core/src</classpath>
    62                 <source-level>1.7</source-level>
     62                <source-level>1.8</source-level>
    6363            </compilation-unit>
    6464        </java-data>
  • applications/editors/josm/plugins/waypoint_search/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM">
    66                <attributes>
  • applications/editors/josm/plugins/waypoint_search/build.xml

    r32329 r32680  
    55    <property name="commit.message" value="bugfix of search when layer is added"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Åsmund Realfsen - realfsen at gmx.net"/>
  • applications/editors/josm/plugins/wikipedia/.classpath

    r30550 r32680  
    44        <classpathentry kind="src" path="test/unit"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    88        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/wikipedia/build.xml

    r32668 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10409"/>
     7    <property name="plugin.main.version" value="10580"/>
    88    <property name="plugin.canloadatruntime" value="true"/>
    99
  • applications/editors/josm/plugins/wikipedia/nbproject/project.xml

    r30416 r32680  
    7070                <package-root>src</package-root>
    7171                <classpath mode="compile">../../core/src</classpath>
    72                 <source-level>1.7</source-level>
     72                <source-level>1.8</source-level>
    7373            </compilation-unit>
    7474            <compilation-unit>
    7575                <package-root>test</package-root>
    7676                <unit-tests/>
    77                 <source-level>1.7</source-level>
     77                <source-level>1.8</source-level>
    7878            </compilation-unit>
    7979        </java-data>
  • applications/editors/josm/plugins/wms-turbo-challenge2/.classpath

    r30416 r32680  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r32194 r32680  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="10279"/>
     7    <property name="plugin.main.version" value="10580"/>
    88
    99    <property name="plugin.author" value="Andrzej Zaborowski"/>
Note: See TracChangeset for help on using the changeset viewer.