Changeset 30416 in osm
- Timestamp:
- 2014-04-26T04:34:53+02:00 (11 years ago)
- 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 17 17 <property name="commit.message" value="Commit message"/> 18 18 <!-- 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"/> 20 20 21 21 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ColumbusCSV/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Plugin meta data --> -
applications/editors/josm/plugins/CommandLine/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/CommandLine/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/CommandLine/build.xml
r30319 r30416 4 4 <property name="commit.message" value="JOSM/CommandLine: fix exception after JOSM update"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/CommandLine/nbproject/project.xml
r29769 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/Create_grid_of_ways/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/Create_grid_of_ways/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/Create_grid_of_ways/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed constructor signature, updated build.xml"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/Create_grid_of_ways/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/DirectDownload/.classpath
r29776 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/DirectDownload/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/DirectDownload/build.xml
r30102 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/DirectUpload/.classpath
r29718 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/DirectUpload/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/DirectUpload/build.xml
r30034 r30416 5 5 <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])"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ElevationProfile/.classpath
r30124 r30416 4 4 <classpathentry kind="src" path="test"/> 5 5 <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"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 8 8 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/ElevationProfile/.settings/org.eclipse.jdt.core.prefs
r29965 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/ElevationProfile/build.xml
r29955 r30416 4 4 <property name="commit.message" value="[josm_elevationprofile]"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FastDraw/.classpath
r29532 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/FastDraw/.settings/org.eclipse.jdt.core.prefs
r29532 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/FastDraw/build.xml
r29854 r30416 4 4 <property name="commit.message" value="JOSM/FastDraw: line stroke and point size customization"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FastDraw/nbproject/project.xml
r26455 r30416 62 62 <classpath mode="compile">../../core/src</classpath> 63 63 <built-to>../../dist/FastDraw.jar</built-to> 64 <source-level>1. 6</source-level>64 <source-level>1.7</source-level> 65 65 </compilation-unit> 66 66 </java-data> -
applications/editors/josm/plugins/FixAddresses/.classpath
r30124 r30416 4 4 <classpathentry kind="src" path="images/dialogs"/> 5 5 <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"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 8 8 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/FixAddresses/.settings/org.eclipse.jdt.core.prefs
r29966 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/FixAddresses/build.xml
r29969 r30416 4 4 <property name="commit.message" value="[josm_fixadresses]: Fixes #josm8336"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FixAddresses/nbproject/project.xml
r29778 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/HouseNumberTaggingTool/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/HouseNumberTaggingTool/.settings/org.eclipse.jdt.core.prefs
r29859 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/HouseNumberTaggingTool/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Initial version."/> 5 5 <!-- 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"/> 7 7 <!-- Configure these properties (replace "..." accordingly). 8 8 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins -
applications/editors/josm/plugins/HouseNumberTaggingTool/nbproject/project.xml
r29778 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/ImportImagePlugin/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> -
applications/editors/josm/plugins/ImportImagePlugin/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r29854 r30416 5 5 <property name="commit.message" value="use consistent plugin name (don't mix up the words)" /> 6 6 <!-- 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" /> 8 8 9 9 <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 61 61 <package-root>src</package-root> 62 62 <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> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/NanoLog/build.xml
r29854 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="NanoLog" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="NanoLog"/> 33 5 <!-- 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"/> 35 7 <!-- 36 8 ************************************************ … … 43 15 <property name="plugin.dist.dir" value="../../dist"/> 44 16 <!--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"/> 47 19 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 48 20 <!-- -
applications/editors/josm/plugins/OpeningHoursEditor/.classpath
r22751 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/OpeningHoursEditor/.settings/org.eclipse.jdt.core.prefs
r30114 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 8 11 org.eclipse.jdt.core.compiler.doc.comment.support=enabled 9 12 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 13 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 14 org.eclipse.jdt.core.compiler.problem.autoboxing=ignore 11 15 org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning … … 16 20 org.eclipse.jdt.core.compiler.problem.discouragedReference=warning 17 21 org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore 22 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 18 23 org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore 19 24 org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore … … 102 107 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 103 108 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 109 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
r30122 r30416 4 4 <property name="commit.message" value="fixed main version"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Falko Thomale"/> … … 23 23 <arg value="${javacc.home}/javacc.jar"/> 24 24 <arg value="javacc"/> 25 <arg value="-JDK_VERSION=1. 6"/>25 <arg value="-JDK_VERSION=1.7"/> 26 26 <arg value="-GRAMMAR_ENCODING=UTF-8"/> 27 27 <arg value="-UNICODE_INPUT"/> -
applications/editors/josm/plugins/OpeningHoursEditor/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/OsmInspectorPlugin/.classpath
r29853 r30416 10 10 <classpathentry kind="lib" path="lib/gt-render-8.0.jar"/> 11 11 <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"/> 13 13 <classpathentry kind="lib" path="lib/gt-wfs-8.0.jar"/> 14 14 <classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar"/> -
applications/editors/josm/plugins/OsmInspectorPlugin/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Nikhil Shirahatti"/> -
applications/editors/josm/plugins/addrinterpolation/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/addrinterpolation/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.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 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1.7 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate 14 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 11 15 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 16 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/addrinterpolation/build.xml
r30034 r30416 4 4 <property name="commit.message" value="Impoved Icon"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/addrinterpolation/nbproject/project.xml
r29778 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/alignways/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry kind="lib" path="lib"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> -
applications/editors/josm/plugins/alignways/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/alignways/build.xml
r29854 r30416 4 4 <property name="commit.message" value="AlignWays: moved to Shift-Spacebar due to shortcut confilcts with core. A is too overloaded"/> 5 5 <!-- 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"/> 7 7 <!-- 8 8 ************************************************ ** should not be … … 15 15 <!-- this is the directory where the plugin jar is copied to --> 16 16 <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"/> 18 18 <property name="plugin.dist.dir" value="../../dist"/> 19 19 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/alignways/nbproject/project.xml
r29771 r30416 71 71 <package-root>src</package-root> 72 72 <classpath mode="compile">../../core/src;lib</classpath> 73 <source-level>1. 6</source-level>73 <source-level>1.7</source-level> 74 74 </compilation-unit> 75 75 <compilation-unit> 76 76 <package-root>test/unit</package-root> 77 77 <unit-tests/> 78 <source-level>1. 6</source-level>78 <source-level>1.7</source-level> 79 79 </compilation-unit> 80 80 </java-data> -
applications/editors/josm/plugins/build-common.xml
r30309 r30416 19 19 <!-- this is the directory where the plugin jar is copied to --> 20 20 <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"/> 23 23 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 24 24 -
applications/editors/josm/plugins/buildings_tools/.classpath
r30010 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/buildings_tools/.settings/org.eclipse.jdt.core.prefs
r30010 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 96 96 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 97 97 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/buildings_tools/build.xml
r30010 r30416 4 4 <property name="commit.message" value="BuildingTools: update to current JOSM"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/buildings_tools/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/cadastre-fr/.classpath
r30124 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> -
applications/editors/josm/plugins/cadastre-fr/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 107 107 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 108 108 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 109 org.eclipse.jdt.core.compiler.source=1. 6109 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/cadastre-fr/build.xml
r29917 r30416 4 4 <property name="commit.message" value="Changed constructor for Plugin"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/canvec_helper/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/canvec_helper/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/canvec_helper/build.xml
r29989 r30416 4 4 <property name="commit.message" value="JOSM/Canvec_helper: fixed a crash caused by osm directory being renamed to OSM"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/canvec_helper/nbproject/project.xml
r29805 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/colorscheme/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/colorscheme/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/colorscheme/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Uses new constructor for Plugin"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Christof Dallermassl"/> -
applications/editors/josm/plugins/czechaddress/.classpath
r29661 r30416 3 3 <classpathentry excluding="src/" including="images/**" kind="src" path=""/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/czechaddress/.settings/org.eclipse.jdt.core.prefs
r29727 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/czechaddress/build.xml
r29854 r30416 6 6 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 7 7 <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"/> 9 9 <target name="clean" description="Removes all build files and the plugins's jar"> 10 10 <delete dir="${plugin.build.dir}"/> … … 33 33 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/CS:JOSM/Plugins/CzechAddress"/> 34 34 <attribute name="Plugin-Icon" value="images/preferences/czech_flag.png"/> 35 <attribute name="Plugin-Mainversion" value=" 6162"/>35 <attribute name="Plugin-Mainversion" value="7001"/> 36 36 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 37 37 </manifest> -
applications/editors/josm/plugins/czechaddress/nbproject/project.xml
r29854 r30416 87 87 <built-to>build</built-to> 88 88 <javadoc-built-to>doc</javadoc-built-to> 89 <source-level>1. 6</source-level>89 <source-level>1.7</source-level> 90 90 </compilation-unit> 91 91 <compilation-unit> 92 92 <package-root>tests</package-root> 93 93 <unit-tests/> 94 <source-level>1. 6</source-level>94 <source-level>1.7</source-level> 95 95 </compilation-unit> 96 96 </java-data> -
applications/editors/josm/plugins/dataimport/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry exported="true" kind="lib" path="lib/jsr173-1.0_api.jar"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jaxb-impl.jar"/> -
applications/editors/josm/plugins/dataimport/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/dataimport/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed constructor signature, updated build.xml"/> 5 5 <!-- 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"/> 7 7 <!-- 8 8 ************************************************ … … 14 14 <!-- this is the directory where the plugin jar is copied to --> 15 15 <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"/> 17 17 <property name="plugin.dist.dir" value="../../dist"/> 18 18 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/download_along/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/download_along/.settings/org.eclipse.jdt.core.prefs
r29744 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/download_along/build.xml
r30017 r30416 4 4 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/download_along/nbproject/project.xml
r29778 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/editgpx/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/editgpx/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 92 92 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 93 93 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/editgpx/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/epci-fr/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/epci-fr/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ext_tools/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry kind="output" path="build"/> 7 7 </classpath> -
applications/editors/josm/plugins/ext_tools/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/ext_tools/build.xml
r30034 r30416 4 4 <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/> 5 5 <!-- 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"/> 7 7 <!-- 8 8 ************************************************ … … 14 14 <!-- this is the directory where the plugin jar is copied to --> 15 15 <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"/> 17 17 <property name="plugin.dist.dir" value="../../dist"/> 18 18 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/geochat/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/geochat/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/geochat/build.xml
r30234 r30416 5 5 <property name="commit.message" value="[josm_geochat] copypaste from keyboard, font size advanced parameters"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/geotools/.classpath
r30318 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <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 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/geotools/build.xml
r29435 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> -
applications/editors/josm/plugins/globalsat/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/globalsat/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/globalsat/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 5 5 <!-- 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"/> 7 7 <!-- 8 8 ************************************************ … … 13 13 <property name="plugin.build.dir" value="build"/> 14 14 <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"/> 16 16 <property name="RXTX" location="./libs/RXTXcomm.jar"/> 17 17 <target name="init"> -
applications/editors/josm/plugins/gpsblam/build.xml
r29435 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="gpsblam" default="dist" basedir="."> 31 3 … … 33 5 <property name="commit.message" value="Commit message"/> 34 6 <!-- 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"/> 36 8 37 9 <!-- -
applications/editors/josm/plugins/gpxfilter/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/gpxfilter/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/gpxfilter/build.xml
r29854 r30416 4 4 <property name="commit.message" value="GPXFilter: moved to Alt-Shift-X"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Upliner"/> -
applications/editors/josm/plugins/gpxfilter/nbproject/project.xml
r29778 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/graphview/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/graphview/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/graphview/build.xml
r29854 r30416 2 2 <project name="graphview" default="dist" basedir="."> 3 3 <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"/> 5 5 <property name="josm" location="../../core/dist/josm-custom.jar"/> 6 6 <property name="plugin.build.dir" value="build"/> … … 8 8 <!-- this is the directory where the plugin jar is copied to --> 9 9 <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"/> 11 11 <property name="plugin.dist.dir" value="../../dist"/> 12 12 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/imagery-xml-bounds/.classpath
r29461 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/imagery-xml-bounds/.settings/org.eclipse.jdt.core.prefs
r30203 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r30393 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagery_offset_db/build.xml
r29435 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="imagery_offset_db" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="Imagery Offset Database"/> 18 6 <!-- 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"/> 20 8 21 9 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/imageryadjust/.classpath
r30151 r30416 4 4 <classpathentry including="images/" kind="src" path=""/> 5 5 <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"/> 7 7 <classpathentry kind="output" path="build"/> 8 8 </classpath> -
applications/editors/josm/plugins/imageryadjust/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/imageryadjust/build.xml
r29854 r30416 2 2 <project name="imageryadjust" default="dist" basedir="."> 3 3 <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"/> 5 5 6 6 <property name="plugin.author" value="Upliner"/> -
applications/editors/josm/plugins/imagerycache/build.xml
r29944 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="ImageryCache" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="[JOSM_ImageryCache]: correct database cleaning, at last"/> 18 6 <!-- 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"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagerycache/nbproject/project.xml
r29944 r30416 65 65 <package-root>src</package-root> 66 66 <classpath mode="compile">../../core/src</classpath> 67 <source-level>1. 6</source-level>67 <source-level>1.7</source-level> 68 68 </compilation-unit> 69 69 </java-data> -
applications/editors/josm/plugins/imagewaypoint/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/imagewaypoint/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/imagewaypoint/build.xml
r29854 r30416 4 4 <property name="commit.message" value="[josm/ImageWayPoint] move opening to File/Open"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagewaypoint/nbproject/project.xml
r29799 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/importvec/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/importvec/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/importvec/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Remove the action, add importing SVG to File/Open"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Upliner"/> -
applications/editors/josm/plugins/importvec/nbproject/project.xml
r29803 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/infomode/build.xml
r29854 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="InfoMode" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="InfoMode : for shortcurt parser"/> 33 5 <!-- 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"/> 35 7 <!-- should not be necessary to change the following properties --> 36 8 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 39 11 <!-- this is the directory where the plugin jar is copied to --> 40 12 <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"/> 42 14 <property name="plugin.dist.dir" value="../../dist"/> 43 15 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/infomode/nbproject/project.xml
r26389 r30416 75 75 <classpath mode="compile">../../core/src</classpath> 76 76 <built-to>../../dist/InfoMode.jar</built-to> 77 <source-level>1. 6</source-level>77 <source-level>1.7</source-level> 78 78 </compilation-unit> 79 79 </java-data> -
applications/editors/josm/plugins/irsrectify/build.xml
r29854 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="irsrectify" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="irsrectify shortcut confilct"/> 33 5 <!-- 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"/> 35 7 <!-- 36 8 ************************************************ … … 42 14 <!-- this is the directory where the plugin jar is copied to --> 43 15 <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"/> 45 17 <property name="plugin.dist.dir" value="../../dist"/> 46 18 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/jts/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar"/> -
applications/editors/josm/plugins/jts/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/jts/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Josh Doe <josh@joshdoe.com>"/> -
applications/editors/josm/plugins/junctionchecking/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/junctionchecking/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/junctionchecking/build.xml
r29854 r30416 3 3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 4 4 <!-- 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"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/lakewalker/.classpath
r29723 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/lakewalker/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/lakewalker/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/lakewalker/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/livegps/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/livegps/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/livegps/build.xml
r30234 r30416 2 2 <project name="livegps" default="dist" basedir="."> 3 3 <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"/> 5 5 6 6 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/livegps/nbproject/project.xml
r29769 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/log4j/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <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 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/log4j/build.xml
r29853 r30416 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/mapdust/.classpath
r24880 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry kind="lib" path="lib/gson-1.5.jar"/> 7 7 <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 20102 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 5 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/mapdust/build.xml
r29854 r30416 3 3 <!-- properties --> 4 4 <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"/> 6 6 7 7 <property name="apidoc.dir" value="doc"/> … … 42 42 <target name="javadoc"> 43 43 <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/"/> 46 46 <link href="http://docs.jboss.org/hibernate/stable/core/api/"/> 47 47 <packageset dir="${plugin.src.dir}"> -
applications/editors/josm/plugins/measurement/.classpath
r29534 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/measurement/.settings/org.eclipse.jdt.core.prefs
r29534 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/measurement/build.xml
r30410 r30416 4 4 <property name="commit.message" value="recompile dure to core change"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/merge-overlap/.classpath
r29645 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/merge-overlap/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/merge-overlap/build.xml
r30034 r30416 4 4 <property name="commit.message" value="MergeOverlap: help shortcut parser, rebuild"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/merge-overlap/nbproject/project.xml
r29778 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/michigan_left/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/michigan_left/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/michigan_left/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/michigan_left/nbproject/project.xml
r29778 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/mirrored_download/.classpath
r29505 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/mirrored_download/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/mirrored_download/build.xml
r30162 r30416 5 5 <property name="commit.message" value=""/> 6 6 <!-- 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"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/namemanager/.classpath
r29930 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/namemanager/.settings/org.eclipse.jdt.core.prefs
r29930 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/namemanager/build.xml
r29854 r30416 4 4 <property name="commit.message" value="..."/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/namemanager/nbproject/project.xml
r29778 r30416 56 56 <package-root>src</package-root> 57 57 <classpath mode="compile">../../core/src</classpath> 58 <source-level>1. 6</source-level>58 <source-level>1.7</source-level> 59 59 </compilation-unit> 60 60 </java-data> -
applications/editors/josm/plugins/native-password-manager/build.xml
r29435 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** Maintaining versions4 ** ====================5 ** see README.template6 **7 ** Usage8 ** =====9 ** To build it run10 **11 ** > ant12 ** or13 ** > ant clean dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="native_password_manager" default="dist" basedir="."> 31 3 … … 33 5 <property name="commit.message" value="Commit message"/> 34 6 <!-- 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"/> 36 8 37 9 <!-- -
applications/editors/josm/plugins/nearclick/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/nearclick/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/nearclick/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 5 5 <!-- 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"/> 7 7 <property name="josm" location="../../core/dist/josm-custom.jar"/> 8 8 <property name="plugin.dist.dir" value="../../dist"/> 9 9 <property name="plugin.build.dir" value="build"/> 10 10 <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"/> 12 12 <target name="init"> 13 13 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/no_more_mapping/build.xml
r29435 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for the PBF plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="no_more_mapping" default="dist" basedir="."> 31 3 … … 33 5 <property name="commit.message" value="Commit message"/> 34 6 <!-- 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"/> 36 8 37 9 <!-- -
applications/editors/josm/plugins/opendata/.classpath
r29853 r30416 15 15 <classpathentry kind="src" path="modules/fr.toulouse/resources"/> 16 16 <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"/> 18 18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 19 19 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/> -
applications/editors/josm/plugins/opendata/.settings/org.eclipse.jdt.core.prefs
r28696 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 79 79 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 80 80 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 81 org.eclipse.jdt.core.compiler.source=1. 681 org.eclipse.jdt.core.compiler.source=1.7 82 82 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 83 83 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/opendata/build.xml
r30310 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <property name="plugin.main.version" value=" 6412"/>3 <property name="plugin.main.version" value="7001"/> 4 4 <property name="plugin.author" value="Don-vip"/> 5 5 <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 32 32 <property name="module.build.dir" value="build"/> 33 33 <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"/> 36 36 <!-- this is the directory where the module jar is copied to --> 37 37 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r29935 r30416 11 11 <property name="module.build.dir" value="build"/> 12 12 <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"/> 15 15 <!-- this is the directory where the module jar is copied to --> 16 16 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r29935 r30416 9 9 <property name="module.build.dir" value="build"/> 10 10 <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"/> 13 13 <!-- this is the directory where the module jar is copied to --> 14 14 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
r29935 r30416 10 10 <property name="module.build.dir" value="build"/> 11 11 <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"/> 14 14 <!-- this is the directory where the module jar is copied to --> 15 15 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/nbproject/project.xml
r29778 r30416 94 94 <package-root>includes</package-root> 95 95 <classpath mode="compile">../../core/src</classpath> 96 <source-level>1. 6</source-level>96 <source-level>1.7</source-level> 97 97 </compilation-unit> 98 98 <compilation-unit> 99 99 <package-root>modules/fr.toulouse/src</package-root> 100 <source-level>1. 6</source-level>100 <source-level>1.7</source-level> 101 101 </compilation-unit> 102 102 <compilation-unit> 103 103 <package-root>src</package-root> 104 <source-level>1. 6</source-level>104 <source-level>1.7</source-level> 105 105 </compilation-unit> 106 106 <compilation-unit> 107 107 <package-root>util</package-root> 108 <source-level>1. 6</source-level>108 <source-level>1.7</source-level> 109 109 </compilation-unit> 110 110 </java-data> -
applications/editors/josm/plugins/openstreetbugs/.classpath
r29736 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/openstreetbugs/.settings/org.eclipse.jdt.core.prefs
r29736 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 92 92 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 93 93 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/openstreetbugs/build.xml
r29854 r30416 2 2 <project name="openstreetbugs" default="dist" basedir="."> 3 3 <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"/> 5 5 <property name="josm" location="../../core/dist/josm-custom.jar"/> 6 6 <property name="plugin.dist.dir" value="../../dist"/> 7 7 <property name="plugin.build.dir" value="build"/> 8 8 <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"/> 10 10 <target name="init"> 11 11 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/openvisible/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/openvisible/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/openvisible/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/> 5 5 <!-- 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"/> 7 7 <!-- 8 8 ************************************************ … … 13 13 <property name="plugin.build.dir" value="build"/> 14 14 <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"/> 16 16 <target name="init"> 17 17 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/openvisible/nbproject/project.xml
r29778 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/osmarender/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/osmarender/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/osmarender/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Fixed #4360 - osmarender plugin does not load"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="stylesheets" location="./stylesheets"/> -
applications/editors/josm/plugins/pbf/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="gen"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/pbf/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.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 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1.7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate 8 org.eclipse.jdt.core.compiler.debug.sourceFile=generate 5 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/pbf/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/pdfimport/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <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 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/pdfimport/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Initial pdfimport version"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/pdfimport/nbproject/project.xml
r29805 r30416 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 6</source-level>63 <source-level>1.7</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/photo_geotagging/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/photo_geotagging/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/photo_geotagging/build.xml
r30110 r30416 5 5 <property name="commit.message" value="write elevation to EXIF (see josm #7710)"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Paul Hartmann"/> -
applications/editors/josm/plugins/photoadjust/build.xml
r30155 r30416 1 1 <?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 ** Usage7 ** =====8 ** Call "ant help" to get possible build targets.9 **10 -->11 2 <project name="photoadjust" default="dist" basedir="."> 12 3 … … 14 5 <property name="commit.message" value="Commit message"/> 15 6 <!-- 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"/> 17 8 18 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/piclayer/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/piclayer/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/piclayer/build.xml
r29854 r30416 3 3 <property name="commit.message" value="[josm/PicLayer] - disable menu items by default"/> 4 4 <!-- 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"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/piclayer/nbproject/project.xml
r29805 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/plastic_laf/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="lib" path="lib/looks-2.2.1.jar"/> -
applications/editors/josm/plugins/plastic_laf/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/plastic_laf/build.xml
r29854 r30416 4 4 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 5 5 <!-- 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"/> 7 7 <property name="josm" location="../../core/dist/josm-custom.jar"/> 8 8 <property name="plugin.dist.dir" value="../../dist"/> 9 9 <property name="plugin.build.dir" value="build"/> 10 10 <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"/> 12 12 <property name="looks" value="lib/looks-2.2.1.jar"/> 13 13 <target name="init"> -
applications/editors/josm/plugins/pointInfo/build.xml
r30373 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="pointInfo" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="PointInfo: Add more external links, nicer icons."/> 18 6 <!-- 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"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). 22 23 24 25 10 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 26 11 --> -
applications/editors/josm/plugins/poly/.classpath
r29711 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/poly/.settings/org.eclipse.jdt.core.prefs
r29711 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/poly/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/print/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/print/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/print/build.xml
r30409 r30416 5 5 <property name="commit.message" value="Added a field to specify the map scale."/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Kai Pastor"/> -
applications/editors/josm/plugins/proj4j/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/proj4j/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/proj4j/build.xml
r29854 r30416 8 8 <property name="commit.message" value="Commit message"/> 9 9 <!-- 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"/> 11 11 <!-- 12 12 ************************************************ … … 18 18 <!-- this is the directory where the plugin jar is copied to --> 19 19 <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"/> 21 21 <property name="plugin.dist.dir" value="../../dist"/> 22 22 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/public_transport/.classpath
r29661 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/public_transport/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/public_transport/build.xml
r29862 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Roland M. Olbricht"/> -
applications/editors/josm/plugins/reltoolbox/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.core.resources.prefs
r29853 r30416 3 3 encoding//src/relcontext/actions/TheRing.java=UTF-8 4 4 encoding/TODO=UTF-8 5 encoding/src=UTF-8 -
applications/editors/josm/plugins/reltoolbox/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.compliance=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 org.eclipse.jdt.core.compiler.compliance=1.7 10 10 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 11 11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 89 89 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 90 90 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 91 org.eclipse.jdt.core.compiler.source=1. 691 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/reltoolbox/build.xml
r30209 r30416 4 4 <property name="commit.message" value="RelToolbox: make natural sort for relation and find relation lists"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/reverter/.classpath
r30000 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/reverter/.settings/org.eclipse.jdt.core.prefs
r29296 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/reverter/build.xml
r30319 r30416 4 4 <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/nbproject/project.xml
r29769 r30416 76 76 <classpath mode="compile">${project.dir}/../../core/dist/josm-custom.jar</classpath> 77 77 <built-to>${project.dir}/../../dist/reverter.jar</built-to> 78 <source-level>1. 6</source-level>78 <source-level>1.7</source-level> 79 79 </compilation-unit> 80 80 </java-data> -
applications/editors/josm/plugins/roadsigns/.classpath
r29853 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/roadsigns/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/roadsigns/build.xml
r30319 r30416 4 4 <property name="commit.message" value="preset maintenance (Fahrradstraße)"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- -
applications/editors/josm/plugins/routes/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="lib" path="lib/jaxb-api.jar"/> -
applications/editors/josm/plugins/routes/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/routes/build.xml
r29854 r30416 2 2 <project name="routes" default="dist" basedir="."> 3 3 <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"/> 5 5 <property name="josm" location="../../core/dist/josm-custom.jar"/> 6 6 <property name="plugin.dist.dir" value="../../dist"/> 7 7 <property name="plugin.build.dir" value="build"/> 8 8 <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"/> 10 10 <target name="init"> 11 11 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/routing/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/> -
applications/editors/josm/plugins/routing/.settings/org.eclipse.jdt.core.prefs
r29586 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/routing/build.xml
r29854 r30416 5 5 <property name="commit.message" value="added one-way support in roundabouts"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/sds/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/sds/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/sds/build.xml
r29854 r30416 5 5 <property name="commit.message" value=""/> 6 6 <!-- 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"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/simplifyarea/.classpath
r21870 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <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 20112 1 eclipse.preferences.version=1 3 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 5 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 7 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 10 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 13 12 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 14 13 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 … … 89 88 org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false 90 89 org.eclipse.jdt.core.formatter.indentation.size=4 90 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert 91 91 org.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 92 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert 93 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert 93 94 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert 95 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert 94 96 org.eclipse.jdt.core.formatter.insert_new_line_after_label=do not insert 95 97 org.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 4 4 <property name="commit.message" value="Initial commit"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/simplifyarea/nbproject/project.xml
r29778 r30416 56 56 <package-root>src</package-root> 57 57 <classpath mode="compile">../../core/src</classpath> 58 <source-level>1. 6</source-level>58 <source-level>1.7</source-level> 59 59 </compilation-unit> 60 60 </java-data> -
applications/editors/josm/plugins/smed/build.xml
r30296 r30416 4 4 <property name="commit.message" value="New release"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/smed2/.classpath
r30171 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/smed2/.settings/org.eclipse.jdt.core.prefs
r30171 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/smed2/build.xml
r30171 r30416 4 4 <property name="commit.message" value="New release"/> 5 5 <!-- 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"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/smed2/js57toosm/build.xml
r30285 r30416 3 3 <property name="build" location="build"/> 4 4 <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"/> 7 7 8 8 <target name="init"> -
applications/editors/josm/plugins/surveyor/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/> -
applications/editors/josm/plugins/surveyor/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/surveyor/build.xml
r29854 r30416 7 7 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 8 8 <!-- 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"/> 10 10 <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/> 11 11 -
applications/editors/josm/plugins/surveyor2/build.xml
r29854 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="surveyor2" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="Surveyor 2"/> 33 5 <!-- 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"/> 35 7 <!-- 36 8 ************************************************ … … 43 15 <property name="plugin.dist.dir" value="../../dist"/> 44 16 <!--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"/> 47 19 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 48 20 <!-- -
applications/editors/josm/plugins/tag2link/.settings/org.eclipse.jdt.core.prefs
r28548 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 12 12 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false 13 13 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 -
applications/editors/josm/plugins/tag2link/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Don-vip & FrViPofm"/> -
applications/editors/josm/plugins/tageditor/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/tageditor/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 8 8 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 9 9 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 10 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 611 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 11 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 13 13 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 94 94 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 95 95 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 96 org.eclipse.jdt.core.compiler.source=1. 696 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/tageditor/build.xml
r30110 r30416 2 2 <project name="tageditor" default="dist" basedir="."> 3 3 <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"/> 5 5 6 6 <property name="plugin.author" value="Karl Guggisberg"/> -
applications/editors/josm/plugins/tagging-preset-tester/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/tagging-preset-tester/.settings/org.eclipse.jdt.core.prefs
r29748 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r30220 r30416 2 2 <project name="tagging-preset-tester" default="dist" basedir="."> 3 3 <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"/> 5 5 <property name="josm" location="../../core/dist/josm-custom.jar"/> 6 6 <property name="plugin.dist.dir" value="../../dist"/> 7 7 <property name="plugin.build.dir" value="build"/> 8 8 <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"/> 10 10 <target name="init"> 11 11 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/tagging-preset-tester/nbproject/project.xml
r29762 r30416 70 70 <classpath mode="compile">../../core/src</classpath> 71 71 <built-to>../../dist/tagging-preset-tester.jar</built-to> 72 <source-level>1. 6</source-level>72 <source-level>1.7</source-level> 73 73 </compilation-unit> 74 74 </java-data> -
applications/editors/josm/plugins/terracer/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/terracer/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 64 org.eclipse.jdt.core.compiler.compliance=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 org.eclipse.jdt.core.compiler.compliance=1.7 5 5 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 6 6 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 7 org.eclipse.jdt.core.compiler.source=1. 67 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/terracer/build.xml
r30072 r30416 2 2 <project name="terracer" default="dist" basedir="."> 3 3 <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"/> 5 5 <property name="plugin.author" value="Matt Amos"/> 6 6 <property name="plugin.class" value="terracer.TerracerPlugin"/> -
applications/editors/josm/plugins/terracer/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/touchscreenhelper/build.xml
r29435 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="touchscreenhelper" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/> 33 5 <!-- 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"/> 35 7 <property name="plugin.author" value="glebius@glebius.int.ru"/> 36 8 <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/> -
applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml
r29259 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/tracer/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/tracer/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/tracer/build.xml
r29854 r30416 4 4 <property name="commit.message" value="adapt to latest josm (getNodePairs changed)"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Jan Bilak, Petr Dlouhý"/> -
applications/editors/josm/plugins/tracer/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/tracer2/build.xml
r30068 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="Tracer2" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="Add link to wiki"/> 18 6 <!-- 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"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/tracer2/nbproject/project.xml
r30047 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/trustosm/build.xml
r29784 r30416 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in you default plugin directory) run16 **17 ** > ant install18 **19 ** The generated plugin jar is not automatically available in JOSMs plugin configuration20 ** 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 other23 ** JOSM users:24 ** set the properties commit.message and plugin.main.version25 ** and run26 ** > ant publish27 **28 **29 -->30 2 <project name="trustosm" default="dist" basedir="."> 31 3 <!-- enter the SVN commit message --> 32 4 <property name="commit.message" value="New plugin for digital signing osm data"/> 33 5 <!-- 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"/> 35 7 <!-- 36 8 ************************************************ … … 43 15 <!-- this is the directory where the plugin jar is copied to --> 44 16 <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"/> 46 18 <property name="plugin.dist.dir" value="../../dist"/> 47 19 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> -
applications/editors/josm/plugins/turnlanes/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/turnlanes/.settings/org.eclipse.jdt.core.prefs
r29853 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/turnlanes/build.xml
r29854 r30416 5 5 <property name="commit.message" value="fix toolbar warnings - toolbar still does not work"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/turnrestrictions/.classpath
r30151 r30416 4 4 <classpathentry kind="src" path="test/src"/> 5 5 <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"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry kind="lib" path="test/config"/> -
applications/editors/josm/plugins/turnrestrictions/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/turnrestrictions/build.xml
r30307 r30416 4 4 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="test.build.dir" value="test/build"/> -
applications/editors/josm/plugins/undelete/.classpath
r29474 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/undelete/.settings/org.eclipse.jdt.core.prefs
r29474 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/undelete/build.xml
r29854 r30416 4 4 <property name="commit.message" value="adapt to core changes (backwards compatible)"/> 5 5 <!-- 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"/> 7 7 8 8 <property name="plugin.author" value="Nakor"/> -
applications/editors/josm/plugins/utilsplugin2/.classpath
r30002 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/utilsplugin2/.settings/org.eclipse.jdt.core.prefs
r29392 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/utilsplugin2/build.xml
r30389 r30416 5 5 <property name="commit.message" value="[josm_utilsplugin2]: search parents:/children:; multitagger: select, sync"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/> -
applications/editors/josm/plugins/utilsplugin2/nbproject/project.xml
r30384 r30416 66 66 <package-root>src</package-root> 67 67 <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> 69 69 </compilation-unit> 70 70 </java-data> -
applications/editors/josm/plugins/videomapping/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar"> 7 7 <attributes> -
applications/editors/josm/plugins/videomapping/.settings/org.eclipse.jdt.core.prefs
r29536 r30416 6 6 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 7 7 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 8 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 68 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 9 9 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 10 org.eclipse.jdt.core.compiler.compliance=1. 610 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 12 12 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/videomapping/build.xml
r29854 r30416 5 5 <property name="commit.message" value="fix after JOSM update"/> 6 6 <!-- 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"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/videomapping/nbproject/project.xml
r29769 r30416 61 61 <package-root>src</package-root> 62 62 <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> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/walkingpapers/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/walkingpapers/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 1 1 eclipse.preferences.version=1 2 2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 63 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 4 4 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 5 org.eclipse.jdt.core.compiler.compliance=1. 65 org.eclipse.jdt.core.compiler.compliance=1.7 6 6 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 7 7 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 9 9 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10 10 org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 11 org.eclipse.jdt.core.compiler.source=1. 611 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/walkingpapers/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Frederik Ram"/> -
applications/editors/josm/plugins/walkingpapers/nbproject/project.xml
r29778 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/waydownloader/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/waydownloader/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/waydownloader/build.xml
r29908 r30416 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Harry Wood"/> -
applications/editors/josm/plugins/waydownloader/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/waypoint_search/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"> 6 6 <attributes> -
applications/editors/josm/plugins/waypoint_search/.settings/org.eclipse.jdt.core.prefs
r29854 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 10 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 11 org.eclipse.jdt.core.compiler.compliance=1. 611 org.eclipse.jdt.core.compiler.compliance=1.7 12 12 org.eclipse.jdt.core.compiler.debug.lineNumber=generate 13 13 org.eclipse.jdt.core.compiler.debug.localVariable=generate … … 97 97 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 98 98 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 99 org.eclipse.jdt.core.compiler.source=1. 699 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/waypoint_search/build.xml
r29854 r30416 5 5 <property name="commit.message" value="bugfix of search when layer is added"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Åsmund Realfsen - realfsen at gmx.net"/> -
applications/editors/josm/plugins/wayselector/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/wayselector/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/wayselector/build.xml
r29854 r30416 5 5 <property name="commit.message" value="recompile due to core change"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Marko Mäkelä"/> -
applications/editors/josm/plugins/wayselector/nbproject/project.xml
r29771 r30416 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 6</source-level>62 <source-level>1.7</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/wikipedia/.classpath
r30151 r30416 3 3 <classpathentry kind="src" path="src"/> 4 4 <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"/> 6 6 <classpathentry kind="output" path="bin"/> 7 7 </classpath> -
applications/editors/josm/plugins/wikipedia/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/wikipedia/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="simon04"/> -
applications/editors/josm/plugins/wikipedia/nbproject/project.xml
r29778 r30416 70 70 <package-root>src</package-root> 71 71 <classpath mode="compile">../../core/src</classpath> 72 <source-level>1. 6</source-level>72 <source-level>1.7</source-level> 73 73 </compilation-unit> 74 74 <compilation-unit> 75 75 <package-root>test</package-root> 76 76 <unit-tests/> 77 <source-level>1. 6</source-level>77 <source-level>1.7</source-level> 78 78 </compilation-unit> 79 79 </java-data> -
applications/editors/josm/plugins/wms-turbo-challenge2/.classpath
r30151 r30416 2 2 <classpath> 3 3 <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"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/wms-turbo-challenge2/.settings/org.eclipse.jdt.core.prefs
r30151 r30416 7 7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled 8 8 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1. 610 org.eclipse.jdt.core.compiler.compliance=1. 69 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 10 org.eclipse.jdt.core.compiler.compliance=1.7 11 11 org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning 12 12 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error … … 93 93 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning 94 94 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning 95 org.eclipse.jdt.core.compiler.source=1. 695 org.eclipse.jdt.core.compiler.source=1.7 -
applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
r29854 r30416 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- 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"/> 8 8 9 9 <property name="plugin.author" value="Andrzej Zaborowski"/>
Note:
See TracChangeset
for help on using the changeset viewer.