Changeset 30416 in osm


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

[josm_plugins] switch plugins to Java 7

Location:
applications/editors/josm/plugins
Files:
8 added
314 edited

Legend:

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

    r29839 r30416  
    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="4394"/>
     19    <property name="plugin.main.version" value="7001"/>
    2020
    2121    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ColumbusCSV/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88        <!-- Plugin meta data -->
  • applications/editors/josm/plugins/CommandLine/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/CommandLine/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/CommandLine/build.xml

    r30319 r30416  
    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="6906"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/CommandLine/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/Create_grid_of_ways/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/Create_grid_of_ways/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/Create_grid_of_ways/nbproject/project.xml

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

    r29776 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/DirectDownload/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/DirectDownload/build.xml

    r30102 r30416  
    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="6421"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/DirectUpload/.classpath

    r29718 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/DirectUpload/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/DirectUpload/build.xml

    r30034 r30416  
    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="6340"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ElevationProfile/.classpath

    r30124 r30416  
    44        <classpathentry kind="src" path="test"/>
    55        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
    6         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    88        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/ElevationProfile/.settings/org.eclipse.jdt.core.prefs

    r29965 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/ElevationProfile/build.xml

    r29955 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/FastDraw/.classpath

    r29532 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/FastDraw/.settings/org.eclipse.jdt.core.prefs

    r29532 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/FastDraw/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="JOSM/FastDraw: line stroke and point size customization"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/FastDraw/nbproject/project.xml

    r26455 r30416  
    6262                <classpath mode="compile">../../core/src</classpath>
    6363                <built-to>../../dist/FastDraw.jar</built-to>
    64                 <source-level>1.6</source-level>
     64                <source-level>1.7</source-level>
    6565            </compilation-unit>
    6666        </java-data>
  • applications/editors/josm/plugins/FixAddresses/.classpath

    r30124 r30416  
    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.6"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    88        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/FixAddresses/.settings/org.eclipse.jdt.core.prefs

    r29966 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/FixAddresses/build.xml

    r29969 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/FixAddresses/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/HouseNumberTaggingTool/.settings/org.eclipse.jdt.core.prefs

    r29859 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/HouseNumberTaggingTool/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!-- Configure these properties (replace "..." accordingly).
    88         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
  • applications/editors/josm/plugins/HouseNumberTaggingTool/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
  • applications/editors/josm/plugins/ImportImagePlugin/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/ImportImagePlugin/build.xml

    r29854 r30416  
    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="6162" />
     7        <property name="plugin.main.version" value="7001" />
    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

    r29803 r30416  
    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.6</source-level>
     63                <source-level>1.7</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/NanoLog/build.xml

    r29854 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="NanoLog" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="NanoLog"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4800"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <!--
    368      ************************************************
     
    4315    <property name="plugin.dist.dir" value="../../dist"/>
    4416    <!--property name="plugin.dist.dir"        value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/-->
    45     <property name="ant.build.javac.target" value="1.6"/>
    46     <property name="ant.build.javac.source" value="1.6"/>
     17    <property name="ant.build.javac.target" value="1.7"/>
     18    <property name="ant.build.javac.source" value="1.7"/>
    4719    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    4820    <!--
  • applications/editors/josm/plugins/OpeningHoursEditor/.classpath

    r22751 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/OpeningHoursEditor/.settings/org.eclipse.jdt.core.prefs

    r30114 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
     8org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    811org.eclipse.jdt.core.compiler.doc.comment.support=enabled
    912org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
     13org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1014org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
    1115org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
     
    1620org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
    1721org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
     22org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    1823org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore
    1924org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
     
    102107org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    103108org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
     109org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/OpeningHoursEditor/build.xml

    r30122 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <property name="plugin.author" value="Falko Thomale"/>
     
    2323            <arg value="${javacc.home}/javacc.jar"/>
    2424            <arg value="javacc"/>
    25             <arg value="-JDK_VERSION=1.6"/>
     25            <arg value="-JDK_VERSION=1.7"/>
    2626            <arg value="-GRAMMAR_ENCODING=UTF-8"/>
    2727            <arg value="-UNICODE_INPUT"/>
  • applications/editors/josm/plugins/OpeningHoursEditor/nbproject/project.xml

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

    r29853 r30416  
    1010        <classpathentry kind="lib" path="lib/gt-render-8.0.jar"/>
    1111        <classpathentry kind="lib" path="lib/jts-1.12.jar"/>
    12         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     12        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    1313        <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/>
    1414        <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/>
  • applications/editors/josm/plugins/OsmInspectorPlugin/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/OsmInspectorPlugin/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Nikhil Shirahatti"/>
  • applications/editors/josm/plugins/addrinterpolation/.classpath

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/addrinterpolation/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
     11org.eclipse.jdt.core.compiler.compliance=1.7
     12org.eclipse.jdt.core.compiler.debug.lineNumber=generate
     13org.eclipse.jdt.core.compiler.debug.localVariable=generate
     14org.eclipse.jdt.core.compiler.debug.sourceFile=generate
    1115org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1216org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9397org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9498org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/addrinterpolation/build.xml

    r30034 r30416  
    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="6340"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/addrinterpolation/nbproject/project.xml

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

    r30151 r30416  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry combineaccessrules="false" exported="true" 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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry kind="lib" path="lib"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
  • applications/editors/josm/plugins/alignways/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/alignways/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88        ************************************************ ** should not be
     
    1515    <!-- this is the directory where the plugin jar is copied to -->
    1616    <property name="plugin.dist.dir" value="../../dist"/>
    17     <property name="ant.build.javac.target" value="1.6"/>
     17    <property name="ant.build.javac.target" value="1.7"/>
    1818    <property name="plugin.dist.dir" value="../../dist"/>
    1919    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/alignways/nbproject/project.xml

    r29771 r30416  
    7171                <package-root>src</package-root>
    7272                <classpath mode="compile">../../core/src;lib</classpath>
    73                 <source-level>1.6</source-level>
     73                <source-level>1.7</source-level>
    7474            </compilation-unit>
    7575            <compilation-unit>
    7676                <package-root>test/unit</package-root>
    7777                <unit-tests/>
    78                 <source-level>1.6</source-level>
     78                <source-level>1.7</source-level>
    7979            </compilation-unit>
    8080        </java-data>
  • applications/editors/josm/plugins/build-common.xml

    r30309 r30416  
    1919    <!-- this is the directory where the plugin jar is copied to -->
    2020    <property name="plugin.dist.dir"        value="../../dist"/>
    21     <property name="ant.build.javac.target" value="1.6"/>
    22     <property name="ant.build.javac.source" value="1.6"/>
     21    <property name="ant.build.javac.target" value="1.7"/>
     22    <property name="ant.build.javac.source" value="1.7"/>
    2323    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    2424
  • applications/editors/josm/plugins/buildings_tools/.classpath

    r30010 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/buildings_tools/.settings/org.eclipse.jdt.core.prefs

    r30010 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
    9696org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    9797org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r30010 r30416  
    44    <property name="commit.message" value="BuildingTools: update to current JOSM"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6309"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/buildings_tools/nbproject/project.xml

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

    r30124 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
  • applications/editors/josm/plugins/cadastre-fr/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    107107org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    108108org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    109 org.eclipse.jdt.core.compiler.source=1.6
     109org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r29917 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/canvec_helper/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/canvec_helper/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/canvec_helper/build.xml

    r29989 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/canvec_helper/nbproject/project.xml

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

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/colorscheme/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/colorscheme/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Christof Dallermassl"/>
  • applications/editors/josm/plugins/czechaddress/.classpath

    r29661 r30416  
    33        <classpathentry excluding="src/" including="images/**" kind="src" path=""/>
    44        <classpathentry 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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/czechaddress/.settings/org.eclipse.jdt.core.prefs

    r29727 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/czechaddress/build.xml

    r29854 r30416  
    66    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    77    <property name="plugin.manifest" value="${plugin.build.dir}/org/openstreetmap/josm/plugins/czechaddress/MANIFEST.MF"/>
    8     <property name="ant.build.javac.target" value="1.6"/>
     8    <property name="ant.build.javac.target" value="1.7"/>
    99    <target name="clean" description="Removes all build files and the plugins's jar">
    1010        <delete dir="${plugin.build.dir}"/>
     
    3333            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/>
    3434            <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/>
    35             <attribute name="Plugin-Mainversion" value="6162"/>
     35            <attribute name="Plugin-Mainversion" value="7001"/>
    3636            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3737        </manifest>
  • applications/editors/josm/plugins/czechaddress/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry exported="true" kind="lib" path="lib/jsr173-1.0_api.jar"/>
    66        <classpathentry exported="true" kind="lib" path="lib/jaxb-impl.jar"/>
  • applications/editors/josm/plugins/dataimport/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/dataimport/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88      ************************************************
     
    1414    <!-- this is the directory where the plugin jar is copied to -->
    1515    <property name="plugin.dist.dir" value="../../dist"/>
    16     <property name="ant.build.javac.target" value="1.6"/>
     16    <property name="ant.build.javac.target" value="1.7"/>
    1717    <property name="plugin.dist.dir" value="../../dist"/>
    1818    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/download_along/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/download_along/.settings/org.eclipse.jdt.core.prefs

    r29744 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/download_along/build.xml

    r30017 r30416  
    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="6317"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88        <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/download_along/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
    9292org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    9393org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
  • applications/editors/josm/plugins/editgpx/build.xml

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

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/epci-fr/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/ext_tools/.classpath

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry kind="output" path="build"/>
    77</classpath>
  • applications/editors/josm/plugins/ext_tools/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/ext_tools/build.xml

    r30034 r30416  
    44    <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6340"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88      ************************************************
     
    1414    <!-- this is the directory where the plugin jar is copied to -->
    1515    <property name="plugin.dist.dir" value="../../dist"/>
    16     <property name="ant.build.javac.target" value="1.6"/>
     16    <property name="ant.build.javac.target" value="1.7"/>
    1717    <property name="plugin.dist.dir" value="../../dist"/>
    1818    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/geochat/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/geochat/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/geochat/build.xml

    r30234 r30416  
    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="6756"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Ilya Zverev"/>
  • applications/editors/josm/plugins/geotools/.classpath

    r30318 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    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/.settings/org.eclipse.jdt.core.prefs

    r28593 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/geotools/build.xml

    r29435 r30416  
    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="5236"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <property name="plugin.author" value="Don-vip"/>
  • applications/editors/josm/plugins/globalsat/.classpath

    r30151 r30416  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="lib" path="libs/RXTXcomm.jar"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/globalsat/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/globalsat/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="Changed constructor signature of plugin main class"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88      ************************************************
     
    1313    <property name="plugin.build.dir" value="build"/>
    1414    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    15     <property name="ant.build.javac.target" value="1.6"/>
     15    <property name="ant.build.javac.target" value="1.7"/>
    1616    <property name="RXTX" location="./libs/RXTXcomm.jar"/>
    1717    <target name="init">
  • applications/editors/josm/plugins/gpsblam/build.xml

    r29435 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="gpsblam" default="dist" basedir=".">
    313
     
    335    <property name="commit.message" value="Commit message"/>
    346    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="4394"/>
     7    <property name="plugin.main.version" value="7001"/>
    368
    379    <!--
  • applications/editors/josm/plugins/gpxfilter/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/gpxfilter/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/gpxfilter/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/gpxfilter/nbproject/project.xml

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

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/graphview/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/graphview/build.xml

    r29854 r30416  
    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="6162"/>
     4    <property name="plugin.main.version" value="7001"/>
    55    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    66    <property name="plugin.build.dir" value="build"/>
     
    88    <!-- this is the directory where the plugin jar is copied to -->
    99    <property name="plugin.dist.dir" value="../../dist"/>
    10     <property name="ant.build.javac.target" value="1.6"/>
     10    <property name="ant.build.javac.target" value="1.7"/>
    1111    <property name="plugin.dist.dir" value="../../dist"/>
    1212    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/imagery-xml-bounds/.classpath

    r29461 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/imagery-xml-bounds/.settings/org.eclipse.jdt.core.prefs

    r30203 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/imagery-xml-bounds/build.xml

    r30393 r30416  
    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="6968"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagery_offset_db/build.xml

    r29435 r30416  
    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="imagery_offset_db" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="Imagery Offset Database"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="4666"/>
     7    <property name="plugin.main.version" value="7001"/>
    208
    219    <property name="plugin.author" value="Ilya Zverev"/>
  • applications/editors/josm/plugins/imageryadjust/.classpath

    r30151 r30416  
    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.6"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    77        <classpathentry kind="output" path="build"/>
    88</classpath>
  • applications/editors/josm/plugins/imageryadjust/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/imageryadjust/build.xml

    r29854 r30416  
    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="6162"/>
     4    <property name="plugin.main.version" value="7001"/>
    55
    66    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/imagerycache/build.xml

    r29944 r30416  
    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="ImageryCache" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="[JOSM_ImageryCache]: correct database cleaning, at last"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="5779"/>
     7    <property name="plugin.main.version" value="7001"/>
    208
    219    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagerycache/nbproject/project.xml

    r29944 r30416  
    6565                <package-root>src</package-root>
    6666                <classpath mode="compile">../../core/src</classpath>
    67                 <source-level>1.6</source-level>
     67                <source-level>1.7</source-level>
    6868            </compilation-unit>
    6969        </java-data>
  • applications/editors/josm/plugins/imagewaypoint/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/imagewaypoint/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/imagewaypoint/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagewaypoint/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/importvec/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/importvec/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="plugin.author" value="Upliner"/>
  • applications/editors/josm/plugins/importvec/nbproject/project.xml

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

    r29854 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="InfoMode" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="InfoMode : for shortcurt parser"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="5035"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <!-- should not be necessary to change the following properties -->
    368    <property name="josm" location="../../core/dist/josm-custom.jar"/>
     
    3911    <!-- this is the directory where the plugin jar is copied to -->
    4012    <property name="plugin.dist.dir" value="../../dist"/>
    41     <property name="ant.build.javac.target" value="1.6"/>
     13    <property name="ant.build.javac.target" value="1.7"/>
    4214    <property name="plugin.dist.dir" value="../../dist"/>
    4315    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/infomode/nbproject/project.xml

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

    r29854 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="irsrectify" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="irsrectify shortcut confilct"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4980"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <!--
    368      ************************************************
     
    4214    <!-- this is the directory where the plugin jar is copied to -->
    4315    <property name="plugin.dist.dir" value="../../dist"/>
    44     <property name="ant.build.javac.target" value="1.6"/>
     16    <property name="ant.build.javac.target" value="1.7"/>
    4517    <property name="plugin.dist.dir" value="../../dist"/>
    4618    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/jts/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar"/>
  • applications/editors/josm/plugins/jts/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/jts/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <property name="plugin.author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
  • applications/editors/josm/plugins/junctionchecking/.classpath

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/junctionchecking/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/junctionchecking/build.xml

    r29854 r30416  
    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="6162"/>
     5    <property name="plugin.main.version" value="7001"/>
    66   
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/lakewalker/.classpath

    r29723 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/lakewalker/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/lakewalker/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/lakewalker/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/livegps/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/livegps/build.xml

    r30234 r30416  
    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="6756"/>
     4    <property name="plugin.main.version" value="7001"/>
    55       
    66    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/livegps/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.17.jar"/>
  • applications/editors/josm/plugins/log4j/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/log4j/build.xml

    r29853 r30416  
    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="5236"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88        <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/mapdust/.classpath

    r24880 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry kind="lib" path="lib/gson-1.5.jar"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/mapdust/.settings/org.eclipse.jdt.core.prefs

    r24514 r30416  
    1 #Sat Nov 13 11:09:26 EET 2010
    21eclipse.preferences.version=1
    32org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    54org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    6 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    76org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    87org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    109org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1110org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    12 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/mapdust/build.xml

    r29854 r30416  
    33    <!-- properties -->
    44    <property name="commit.message" value="MapDust bug reporter plugin"/>
    5     <property name="plugin.main.version" value="6162"/>
     5    <property name="plugin.main.version" value="7001"/>
    66
    77    <property name="apidoc.dir" value="doc"/>
     
    4242    <target name="javadoc">
    4343        <mkdir dir="${apidoc.dir}"/>
    44         <javadoc destdir="${apidoc.dir}" source="1.6" classpathref="classpath" windowtitle="MapDust plugin API">
    45             <link href="http://java.sun.com/javase/6/docs/api/"/>
     44        <javadoc destdir="${apidoc.dir}" source="1.7" classpathref="classpath" windowtitle="MapDust plugin API">
     45            <link href="http://java.sun.com/javase/7/docs/api/"/>
    4646            <link href="http://docs.jboss.org/hibernate/stable/core/api/"/>
    4747            <packageset dir="${plugin.src.dir}">
  • applications/editors/josm/plugins/measurement/.classpath

    r29534 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/measurement/.settings/org.eclipse.jdt.core.prefs

    r29534 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/measurement/build.xml

    r30410 r30416  
    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="6992"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/merge-overlap/.classpath

    r29645 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/merge-overlap/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/merge-overlap/build.xml

    r30034 r30416  
    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="6340"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/merge-overlap/nbproject/project.xml

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

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/michigan_left/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/michigan_left/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/michigan_left/nbproject/project.xml

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

    r29505 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/mirrored_download/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/mirrored_download/build.xml

    r30162 r30416  
    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="6589"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/namemanager/.classpath

    r29930 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/namemanager/.settings/org.eclipse.jdt.core.prefs

    r29930 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/namemanager/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/namemanager/nbproject/project.xml

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

    r29435 r30416  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** Maintaining versions
    4 ** ====================
    5 ** see README.template
    6 **
    7 ** Usage
    8 ** =====
    9 ** To build it run
    10 **
    11 **    > ant
    12 ** or
    13 **    > ant clean dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="native_password_manager" default="dist" basedir=".">
    313
     
    335    <property name="commit.message" value="Commit message"/>
    346    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="5422"/>
     7    <property name="plugin.main.version" value="7001"/>
    368
    379    <!--
  • applications/editors/josm/plugins/nearclick/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
  • applications/editors/josm/plugins/nearclick/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/nearclick/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    88    <property name="plugin.dist.dir" value="../../dist"/>
    99    <property name="plugin.build.dir" value="build"/>
    1010    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    11     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.target" value="1.7"/>
    1212    <target name="init">
    1313        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/no_more_mapping/build.xml

    r29435 r30416  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for the PBF plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** see README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="no_more_mapping" default="dist" basedir=".">
    313
     
    335    <property name="commit.message" value="Commit message"/>
    346    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35     <property name="plugin.main.version" value="4000"/>
     7    <property name="plugin.main.version" value="7001"/>
    368
    379    <!--
  • applications/editors/josm/plugins/opendata/.classpath

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

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

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

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

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

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

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

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

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

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

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

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

    r29935 r30416  
    1010    <property name="module.build.dir" value="build"/>
    1111    <property name="module.src.dir" value="src"/>
    12     <property name="ant.build.javac.source" value="1.6"/>
    13     <property name="ant.build.javac.target" value="1.6"/>
     12    <property name="ant.build.javac.source" value="1.7"/>
     13    <property name="ant.build.javac.target" value="1.7"/>
    1414    <!-- this is the directory where the module jar is copied to -->
    1515    <property name="module.dist.dir" value="../../dist"/>
  • applications/editors/josm/plugins/opendata/nbproject/project.xml

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

    r29736 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/openstreetbugs/.settings/org.eclipse.jdt.core.prefs

    r29736 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
    9292org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    9393org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
  • applications/editors/josm/plugins/openstreetbugs/build.xml

    r29854 r30416  
    22<project name="openstreetbugs" 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="6162"/>
     4    <property name="plugin.main.version" value="7001"/>
    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.6"/>
     9    <property name="ant.build.javac.target" value="1.7"/>
    1010    <target name="init">
    1111        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/openvisible/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/openvisible/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/openvisible/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <!--
    88      ************************************************
     
    1313    <property name="plugin.build.dir" value="build"/>
    1414    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    15     <property name="ant.build.javac.target" value="1.6"/>
     15    <property name="ant.build.javac.target" value="1.7"/>
    1616    <target name="init">
    1717        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/openvisible/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/osmarender/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/osmarender/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="stylesheets" location="./stylesheets"/>
  • applications/editors/josm/plugins/pbf/.classpath

    r30151 r30416  
    33        <classpathentry kind="src" path="gen"/>
    44        <classpathentry 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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/pbf/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
     5org.eclipse.jdt.core.compiler.compliance=1.7
     6org.eclipse.jdt.core.compiler.debug.lineNumber=generate
     7org.eclipse.jdt.core.compiler.debug.localVariable=generate
     8org.eclipse.jdt.core.compiler.debug.sourceFile=generate
    59org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    610org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/pbf/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pdfimport/.classpath

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="lib" path="lib/pdfbox.jar" sourcepath="D:/Projects/Community/OSM/josm/pdfimport/pdfbox-1.3.1/pdfbox/src/main/java"/>
  • applications/editors/josm/plugins/pdfimport/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/pdfimport/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pdfimport/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/photo_geotagging/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/photo_geotagging/build.xml

    r30110 r30416  
    55    <property name="commit.message" value="write elevation to EXIF (see josm #7710)"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="6450"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Paul Hartmann"/>
  • applications/editors/josm/plugins/photoadjust/build.xml

    r30155 r30416  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is the build file for a JOSM photoadjust plugin.
    4 ** Based on template revision 29839.
    5 **
    6 ** Usage
    7 ** =====
    8 ** Call "ant help" to get possible build targets.
    9 **
    10 -->
    112<project name="photoadjust" default="dist" basedir=".">
    123
     
    145    <property name="commit.message" value="Commit message"/>
    156    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    16     <property name="plugin.main.version" value="6392"/>
     7    <property name="plugin.main.version" value="7001"/>
    178
    189    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/piclayer/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/piclayer/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/piclayer/build.xml

    r29854 r30416  
    33    <property name="commit.message" value="[josm/PicLayer] - disable menu items by default"/>
    44    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    5     <property name="plugin.main.version" value="6162"/>
     5    <property name="plugin.main.version" value="7001"/>
    66       
    77    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/piclayer/nbproject/project.xml

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

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="lib" path="lib/looks-2.2.1.jar"/>
  • applications/editors/josm/plugins/plastic_laf/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/plastic_laf/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    88    <property name="plugin.dist.dir" value="../../dist"/>
    99    <property name="plugin.build.dir" value="build"/>
    1010    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    11     <property name="ant.build.javac.target" value="1.6"/>
     11    <property name="ant.build.javac.target" value="1.7"/>
    1212    <property name="looks" value="lib/looks-2.2.1.jar"/>
    1313    <target name="init">
  • applications/editors/josm/plugins/pointInfo/build.xml

    r30373 r30416  
    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="pointInfo" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="PointInfo: Add more external links, nicer icons."/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="6238"/>
     7    <property name="plugin.main.version" value="7001"/>
    208
    219    <!-- Configure these properties (replace "..." accordingly).
    22 
    23 
    24 
    2510         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    2611    -->
  • applications/editors/josm/plugins/poly/.classpath

    r29711 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/poly/.settings/org.eclipse.jdt.core.prefs

    r29711 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/poly/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/print/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/print/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/print/build.xml

    r30409 r30416  
    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="6992"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Kai Pastor"/>
  • applications/editors/josm/plugins/proj4j/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/proj4j/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/proj4j/build.xml

    r29854 r30416  
    88    <property name="commit.message" value="Commit message"/>
    99    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    10     <property name="plugin.main.version" value="6162"/>
     10    <property name="plugin.main.version" value="7001"/>
    1111    <!--
    1212      ************************************************
     
    1818    <!-- this is the directory where the plugin jar is copied to -->
    1919    <property name="plugin.dist.dir" value="../../dist"/>
    20     <property name="ant.build.javac.target" value="1.6"/>
     20    <property name="ant.build.javac.target" value="1.7"/>
    2121    <property name="plugin.dist.dir" value="../../dist"/>
    2222    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/public_transport/.classpath

    r29661 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/public_transport/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/public_transport/build.xml

    r29862 r30416  
    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="6169"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Roland M. Olbricht"/>
  • applications/editors/josm/plugins/reltoolbox/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs

    r29853 r30416  
    33encoding//src/relcontext/actions/TheRing.java=UTF-8
    44encoding/TODO=UTF-8
     5encoding/src=UTF-8
  • applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    9 org.eclipse.jdt.core.compiler.compliance=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     9org.eclipse.jdt.core.compiler.compliance=1.7
    1010org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1111org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    8989org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9090org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    91 org.eclipse.jdt.core.compiler.source=1.6
     91org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r30209 r30416  
    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="6721"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="plugin.author" value="Ilya Zverev"/>
  • applications/editors/josm/plugins/reverter/.classpath

    r30000 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/reverter/.settings/org.eclipse.jdt.core.prefs

    r29296 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/reverter/build.xml

    r30319 r30416  
    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="6906"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/nbproject/project.xml

    r29769 r30416  
    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.6</source-level>
     78                <source-level>1.7</source-level>
    7979            </compilation-unit>
    8080        </java-data>
  • applications/editors/josm/plugins/roadsigns/.classpath

    r29853 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/roadsigns/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/roadsigns/build.xml

    r30319 r30416  
    44    <property name="commit.message" value="preset maintenance (Fahrradstraße)"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6906"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!--
  • applications/editors/josm/plugins/routes/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="lib" path="lib/jaxb-api.jar"/>
  • applications/editors/josm/plugins/routes/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/routes/build.xml

    r29854 r30416  
    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="6162"/>
     4    <property name="plugin.main.version" value="7001"/>
    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.6"/>
     9    <property name="ant.build.javac.target" value="1.7"/>
    1010    <target name="init">
    1111        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/routing/.classpath

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
  • applications/editors/josm/plugins/routing/.settings/org.eclipse.jdt.core.prefs

    r29586 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/routing/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!--
  • applications/editors/josm/plugins/sds/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/sds/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/sds/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!--
  • applications/editors/josm/plugins/simplifyarea/.classpath

    r21870 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/simplifyarea/.settings/org.eclipse.jdt.core.prefs

    r25030 r30416  
    1 #Wed Jan 12 07:52:11 CET 2011
    21eclipse.preferences.version=1
    32org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    54org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    6 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    76org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    87org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    109org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1110org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    12 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
    1312org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    1413org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
     
    8988org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
    9089org.eclipse.jdt.core.formatter.indentation.size=4
     90org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
    9191org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
    92 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_member=insert
     92org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert
     93org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert
    9394org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert
     95org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert
    9496org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert
    9597org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert
  • applications/editors/josm/plugins/simplifyarea/build.xml

    r30017 r30416  
    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="6317"/>
     6    <property name="plugin.main.version" value="7001"/>
    77       
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/simplifyarea/nbproject/project.xml

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

    r30296 r30416  
    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="4394"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/smed2/.classpath

    r30171 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/smed2/.settings/org.eclipse.jdt.core.prefs

    r30171 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/smed2/build.xml

    r30171 r30416  
    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="4394"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/smed2/js57toosm/build.xml

    r30285 r30416  
    33  <property name="build" location="build"/>
    44  <property name="jarfile" location="./js57toosm.jar"/>
    5   <property name="ant.build.javac.target" value="1.6"/>
    6   <property name="ant.build.javac.source" value="1.6"/>
     5  <property name="ant.build.javac.target" value="1.7"/>
     6  <property name="ant.build.javac.source" value="1.7"/>
    77   
    88  <target name="init">
  • applications/editors/josm/plugins/surveyor/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/>
  • applications/editors/josm/plugins/surveyor/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/surveyor/build.xml

    r29854 r30416  
    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="6162"/>
     9    <property name="plugin.main.version" value="7001"/>
    1010    <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/>
    1111
  • applications/editors/josm/plugins/surveyor2/build.xml

    r29854 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="surveyor2" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="Surveyor 2"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4549"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <!--
    368      ************************************************
     
    4315    <property name="plugin.dist.dir" value="../../dist"/>
    4416    <!--property name="plugin.dist.dir"        value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/-->
    45     <property name="ant.build.javac.target" value="1.6"/>
    46     <property name="ant.build.javac.source" value="1.6"/>
     17    <property name="ant.build.javac.target" value="1.7"/>
     18    <property name="ant.build.javac.source" value="1.7"/>
    4719    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    4820    <!--
  • applications/editors/josm/plugins/tag2link/.settings/org.eclipse.jdt.core.prefs

    r28548 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
    1212org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
    1313org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
  • applications/editors/josm/plugins/tag2link/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Don-vip &amp; FrViPofm"/>
  • applications/editors/josm/plugins/tageditor/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/tageditor/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    88org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    99org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    10 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1313org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9494org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9595org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    96 org.eclipse.jdt.core.compiler.source=1.6
     96org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/tageditor/build.xml

    r30110 r30416  
    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="6437"/>
     4    <property name="plugin.main.version" value="7001"/>
    55   
    66        <property name="plugin.author" value="Karl Guggisberg"/>
  • applications/editors/josm/plugins/tagging-preset-tester/.classpath

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    77        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/tagging-preset-tester/.settings/org.eclipse.jdt.core.prefs

    r29748 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r30220 r30416  
    22<project name="tagging-preset-tester" default="dist" basedir=".">
    33    <property name="commit.message" value="[josm_tagging_preset_tester] #josm8853: listen for list selection, support standalone mode (ant run)"/>
    4     <property name="plugin.main.version" value="6738"/>
     4    <property name="plugin.main.version" value="7001"/>
    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.6"/>
     9    <property name="ant.build.javac.target" value="1.7"/>
    1010    <target name="init">
    1111        <mkdir dir="${plugin.build.dir}"/>
  • applications/editors/josm/plugins/tagging-preset-tester/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/terracer/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    4 org.eclipse.jdt.core.compiler.compliance=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     4org.eclipse.jdt.core.compiler.compliance=1.7
    55org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    66org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    7 org.eclipse.jdt.core.compiler.source=1.6
     7org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/terracer/build.xml

    r30072 r30416  
    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="6397"/>
     4    <property name="plugin.main.version" value="7001"/>
    55    <property name="plugin.author" value="Matt Amos"/>
    66    <property name="plugin.class" value="terracer.TerracerPlugin"/>
  • applications/editors/josm/plugins/terracer/nbproject/project.xml

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

    r29435 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="touchscreenhelper" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4394"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <property name="plugin.author" value="glebius@glebius.int.ru"/>
    368    <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
  • applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/tracer/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/tracer/build.xml

    r29854 r30416  
    44    <property name="commit.message" value="adapt to latest josm (getNodePairs changed)"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="plugin.author" value="Jan Bilak, Petr Dlouhý"/>
  • applications/editors/josm/plugins/tracer/nbproject/project.xml

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

    r30068 r30416  
    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="Tracer2" default="dist" basedir=".">
    153
     
    175    <property name="commit.message" value="Add link to wiki"/>
    186    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    19     <property name="plugin.main.version" value="6340"/>
     7    <property name="plugin.main.version" value="7001"/>
    208
    219    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/tracer2/nbproject/project.xml

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

    r29784 r30416  
    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 ** To build it run
    12 **
    13 **    > ant  dist
    14 **
    15 ** To install the generated plugin locally (in you default plugin directory) run
    16 **
    17 **    > ant  install
    18 **
    19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration
    20 ** dialog. You have to check it in first.
    21 **
    22 ** Use the ant target 'publish' to check in the plugin and make it available to other
    23 ** JOSM users:
    24 **    set the properties commit.message and plugin.main.version
    25 ** and run
    26 **    > ant  publish
    27 **
    28 **
    29 -->
    302<project name="trustosm" default="dist" basedir=".">
    313    <!-- enter the SVN commit message -->
    324    <property name="commit.message" value="New plugin for digital signing osm data"/>
    335    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="6088"/>
     6    <property name="plugin.main.version" value="7001"/>
    357    <!--
    368      ************************************************
     
    4315    <!-- this is the directory where the plugin jar is copied to -->
    4416    <property name="plugin.dist.dir" value="../../dist"/>
    45     <property name="ant.build.javac.target" value="1.6"/>
     17    <property name="ant.build.javac.target" value="1.7"/>
    4618    <property name="plugin.dist.dir" value="../../dist"/>
    4719    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
  • applications/editors/josm/plugins/turnlanes/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/turnlanes/.settings/org.eclipse.jdt.core.prefs

    r29853 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/turnlanes/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!--
  • applications/editors/josm/plugins/turnrestrictions/.classpath

    r30151 r30416  
    44        <classpathentry kind="src" path="test/src"/>
    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.6"/>
     6        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    88        <classpathentry kind="lib" path="test/config"/>
  • applications/editors/josm/plugins/turnrestrictions/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/turnrestrictions/build.xml

    r30307 r30416  
    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="6887"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="test.build.dir" value="test/build"/>
  • applications/editors/josm/plugins/undelete/.classpath

    r29474 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/undelete/.settings/org.eclipse.jdt.core.prefs

    r29474 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/undelete/build.xml

    r29854 r30416  
    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="6162"/>
     6    <property name="plugin.main.version" value="7001"/>
    77
    88    <property name="plugin.author" value="Nakor"/>
  • applications/editors/josm/plugins/utilsplugin2/.classpath

    r30002 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/utilsplugin2/.settings/org.eclipse.jdt.core.prefs

    r29392 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r30389 r30416  
    55    <property name="commit.message" value="[josm_utilsplugin2]: search parents:/children:; multitagger: select, sync"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="6317"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/>
  • applications/editors/josm/plugins/utilsplugin2/nbproject/project.xml

    r30384 r30416  
    6666                <package-root>src</package-root>
    6767                <classpath mode="compile">../../core/src;../../core/dist/josm-custom.jar</classpath>
    68                 <source-level>1.6</source-level>
     68                <source-level>1.7</source-level>
    6969            </compilation-unit>
    7070        </java-data>
  • applications/editors/josm/plugins/videomapping/.classpath

    r30151 r30416  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry exported="true" kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar">
    77                <attributes>
  • applications/editors/josm/plugins/videomapping/.settings/org.eclipse.jdt.core.prefs

    r29536 r30416  
    66org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    77org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     8org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    99org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1212org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/videomapping/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <!--
  • applications/editors/josm/plugins/videomapping/nbproject/project.xml

    r29769 r30416  
    6161                <package-root>src</package-root>
    6262                <classpath mode="compile">../../core/src;lib/jna-3.4.0.jar;lib/platform-3.4.0.jar;lib/vlcj-2.1.0-javadoc.jar;lib/vlcj-2.1.0-sources.jar;lib/vlcj-2.1.0.jar</classpath>
    63                 <source-level>1.6</source-level>
     63                <source-level>1.7</source-level>
    6464            </compilation-unit>
    6565        </java-data>
  • applications/editors/josm/plugins/walkingpapers/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/walkingpapers/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=1.7
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/walkingpapers/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Frederik Ram"/>
  • applications/editors/josm/plugins/walkingpapers/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/waydownloader/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/waydownloader/build.xml

    r29908 r30416  
    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="6203"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Harry Wood"/>
  • applications/editors/josm/plugins/waydownloader/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM">
    66                <attributes>
  • applications/editors/josm/plugins/waypoint_search/.settings/org.eclipse.jdt.core.prefs

    r29854 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    1010org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    11 org.eclipse.jdt.core.compiler.compliance=1.6
     11org.eclipse.jdt.core.compiler.compliance=1.7
    1212org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    1313org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    9797org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9898org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    99 org.eclipse.jdt.core.compiler.source=1.6
     99org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/waypoint_search/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Åsmund Realfsen - realfsen at gmx.net"/>
  • applications/editors/josm/plugins/wayselector/.classpath

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/wayselector/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/wayselector/build.xml

    r29854 r30416  
    55    <property name="commit.message" value="recompile due to core change"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Marko Mäkelä"/>
  • applications/editors/josm/plugins/wayselector/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry kind="output" path="bin"/>
    77</classpath>
  • applications/editors/josm/plugins/wikipedia/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/wikipedia/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="simon04"/>
  • applications/editors/josm/plugins/wikipedia/nbproject/project.xml

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

    r30151 r30416  
    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.6"/>
     4        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    66        <classpathentry kind="output" path="build"/>
  • applications/editors/josm/plugins/wms-turbo-challenge2/.settings/org.eclipse.jdt.core.prefs

    r30151 r30416  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
    10 org.eclipse.jdt.core.compiler.compliance=1.6
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
     10org.eclipse.jdt.core.compiler.compliance=1.7
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9393org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9494org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    95 org.eclipse.jdt.core.compiler.source=1.6
     95org.eclipse.jdt.core.compiler.source=1.7
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r29854 r30416  
    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="6162"/>
     7    <property name="plugin.main.version" value="7001"/>
    88
    99    <property name="plugin.author" value="Andrzej Zaborowski"/>
Note: See TracChangeset for help on using the changeset viewer.