Changeset 32680 in osm for applications/editors/josm
- Timestamp:
- 2016-07-21T03:12:55+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 265 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_plugin_dir_template/build.xml
r31926 r32680 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=" 7001"/>19 <property name="plugin.main.version" value="10580"/> 20 20 21 21 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ColumbusCSV/build.xml
r32292 r32680 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="10 407"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Plugin meta data --> -
applications/editors/josm/plugins/CommandLine/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/CommandLine/build.xml
r32329 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/CommandLine/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/Create_grid_of_ways/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/Create_grid_of_ways/build.xml
r32440 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/Create_grid_of_ways/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/CustomizePublicTransportStop/.classpath
r32050 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
r32562 r32680 2 2 <project name="josm-CustomizePublicTransportStop-plugin" default="dist" basedir="."> 3 3 4 <property name="ant.build.javac.target" value="1. 7"/>5 <property name="ant.build.javac.source" value="1. 7"/>4 <property name="ant.build.javac.target" value="1.8"/> 5 <property name="ant.build.javac.source" value="1.8"/> 6 6 7 7 <property name="plugin.build.dir" value="build" /> -
applications/editors/josm/plugins/DirectDownload/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/DirectDownload/build.xml
r32442 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/DirectUpload/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/DirectUpload/build.xml
r32329 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ElevationProfile/.classpath
r30558 r32680 4 4 <classpathentry kind="src" path="test/unit"/> 5 5 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 8 8 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/ElevationProfile/build.xml
r32329 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FastDraw/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/FastDraw/build.xml
r32444 r32680 4 4 <property name="commit.message" value="[josm_fastdraw] Fix incorrect settings saving-2"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FastDraw/nbproject/project.xml
r31224 r32680 84 84 <classpath mode="compile">../../core/src</classpath> 85 85 <built-to>F:\josm\core\dist\josm-custom.jar</built-to> 86 <source-level>1. 7</source-level>86 <source-level>1.8</source-level> 87 87 </compilation-unit> 88 88 </java-data> -
applications/editors/josm/plugins/FixAddresses/.classpath
r30416 r32680 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. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 8 8 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/FixAddresses/build.xml
r32445 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/FixAddresses/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/HouseNumberTaggingTool/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/HouseNumberTaggingTool/build.xml
r32446 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 <!-- Configure these properties (replace "..." accordingly). 8 8 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins -
applications/editors/josm/plugins/HouseNumberTaggingTool/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/ImportImagePlugin/.classpath
r31746 r32680 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test/unit"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/> -
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r32287 r32680 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="10 407" />7 <property name="plugin.main.version" value="10580" /> 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
r30416 r32680 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. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/NanoLog/.classpath
r30527 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/NanoLog/build.xml
r32638 r32680 5 5 <property name="commit.message" value="NanoLog"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 420"/>7 <property name="plugin.main.version" value="10580"/> 8 8 <property name="plugin.author" value="Ilya Zverev"/> 9 9 <property name="plugin.class" value="nanolog.NanoLogPlugin"/> -
applications/editors/josm/plugins/NanoLog/nbproject/project.xml
r30836 r32680 69 69 <package-root>src</package-root> 70 70 <classpath mode="compile">../../core/dist/josm-custom.jar</classpath> 71 <source-level>1. 7</source-level>71 <source-level>1.8</source-level> 72 72 </compilation-unit> 73 73 </java-data> -
applications/editors/josm/plugins/OSMRecPlugin/.classpath
r31710 r32680 14 14 <classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/> 15 15 <classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/> 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 17 17 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 18 18 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/> -
applications/editors/josm/plugins/OSMRecPlugin/build.xml
r32278 r32680 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="10 358"/>5 <property name="plugin.main.version" value="10580"/> 6 6 <property name="plugin.version" value="2.1"/> 7 7 -
applications/editors/josm/plugins/OSMRecPlugin/nbproject/project.xml
r31711 r32680 83 83 <classpath mode="compile">../../core/dist/josm-custom.jar;lib/liblinear-java-1.95.jar;lib/slf4j-api-1.7.6.jar;lib/jai_core-1.1.3.jar;lib/jena-core-2.12.0.jar;lib/jena-iri-1.1.0.jar;lib/jgridshift-1.0.jar;lib/jsonic-1.2.7.jar;lib/jsr-275-1.0-beta-2.jar;lib/langdetect-1.1-20120112.jar;lib/liblinear-1.95.jar;lib/liblinear-java-1.95.jar;lib/lucene-analyzers-3.6.0.jar;lib/lucene-core-3.6.0.jar;lib/slf4j-log4j12-1.7.6.jar;lib/vecmath-1.3.2.jar;../jts/lib/jts-1.13.jar;../geotools/lib/gt-referencing-14.0.jar;../geotools/lib/gt-api-14.0.jar;../geotools/lib/gt-metadata-14.0.jar;../geotools/lib/gt-opengis-14.0.jar;../log4j/lib/log4j-1.2-api-2.3.jar;lib/xercesImpl-2.11.0.jar</classpath> 84 84 <built-to>../../dist</built-to> 85 <source-level>1. 7</source-level>85 <source-level>1.8</source-level> 86 86 </compilation-unit> 87 87 </java-data> -
applications/editors/josm/plugins/OpeningHoursEditor/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/OpeningHoursEditor/build.xml
r32583 r32680 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="10 420"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Falko Thomale"/> … … 24 24 <arg value="${javacc.home}/javacc.jar"/> 25 25 <arg value="javacc"/> 26 <arg value="-JDK_VERSION=1. 7"/>26 <arg value="-JDK_VERSION=1.8"/> 27 27 <arg value="-GRAMMAR_ENCODING=UTF-8"/> 28 28 <arg value="-UNICODE_INPUT"/> -
applications/editors/josm/plugins/OpeningHoursEditor/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/OsmInspectorPlugin/.classpath
r30828 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/> -
applications/editors/josm/plugins/OsmInspectorPlugin/build.xml
r32450 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Nikhil Shirahatti"/> -
applications/editors/josm/plugins/addrinterpolation/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/addrinterpolation/build.xml
r32482 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/addrinterpolation/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/alignways/.classpath
r30550 r32680 4 4 <classpathentry kind="src" path="test/unit"/> 5 5 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/JOSM"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/alignways/build.xml
r32466 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/alignways/nbproject/project.xml
r30550 r32680 71 71 <package-root>src</package-root> 72 72 <classpath mode="compile">../../core/src</classpath> 73 <source-level>1. 7</source-level>73 <source-level>1.8</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. 7</source-level>78 <source-level>1.8</source-level> 79 79 </compilation-unit> 80 80 </java-data> -
applications/editors/josm/plugins/apache-commons/.classpath
r31714 r32680 3 3 <classpathentry excluding="org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java" kind="src" path="src"/> 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry kind="output" path="bin"/> 7 7 </classpath> -
applications/editors/josm/plugins/apache-commons/build.xml
r32196 r32680 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value=" 7777"/>5 <property name="plugin.main.version" value="10580"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/apache-http/.classpath
r32111 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/> 7 7 <classpathentry exported="true" kind="lib" path="lib/httpclient-4.5.2.jar"/> -
applications/editors/josm/plugins/apache-http/build.xml
r31926 r32680 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value=" 7777"/>5 <property name="plugin.main.version" value="10580"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/buildings_tools/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/buildings_tools/build.xml
r32455 r32680 4 4 <property name="commit.message" value="BuildingTools: Alt key to disable tags"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/buildings_tools/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/cadastre-fr/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 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/build.xml
r32556 r32680 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="10 420"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/canvec_helper/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/canvec_helper/build.xml
r32483 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/canvec_helper/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/colorscheme/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/colorscheme/build.xml
r30416 r32680 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=" 7001"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Christof Dallermassl"/> -
applications/editors/josm/plugins/czechaddress/.classpath
r32566 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/czechaddress/build.xml
r32566 r32680 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="10 420"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/czechaddress/nbproject/project.xml
r30416 r32680 87 87 <built-to>build</built-to> 88 88 <javadoc-built-to>doc</javadoc-built-to> 89 <source-level>1. 7</source-level>89 <source-level>1.8</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. 7</source-level>94 <source-level>1.8</source-level> 95 95 </compilation-unit> 96 96 </java-data> -
applications/editors/josm/plugins/dataimport/.classpath
r31692 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/dataimport/build.xml
r32322 r32680 5 5 <property name="commit.message" value="Changed constructor signature, updated build.xml"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 407"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/download_along/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/download_along/build.xml
r32481 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/download_along/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/editgpx/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/editgpx/build.xml
r32263 r32680 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="10 282"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ejml/.classpath
r31756 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/EJML-core-0.26.jar" sourcepath="lib/EJML-core-0.26-sources.jar"/> -
applications/editors/josm/plugins/ejml/build.xml
r31753 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> -
applications/editors/josm/plugins/epci-fr/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/epci-fr/build.xml
r31926 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/ext_tools/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry kind="output" path="build"/> 7 7 </classpath> -
applications/editors/josm/plugins/ext_tools/build.xml
r32306 r32680 5 5 <property name="commit.message" value="ExtTools: help shortcut paser, rebuild"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 7001"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/geochat/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/geochat/build.xml
r32561 r32680 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="10 420"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/geotools/.classpath
r31774 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 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/build.xml
r31774 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> -
applications/editors/josm/plugins/globalsat/.classpath
r32328 r32680 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="lib" path="lib/RXTXcomm.jar"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/globalsat/build.xml
r32486 r32680 5 5 <property name="commit.message" value="Changed constructor signature of plugin main class"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/gpsblam/.classpath
r30444 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/gpsblam/build.xml
r32487 r32680 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="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/gpxfilter/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/gpxfilter/build.xml
r32467 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Upliner"/> -
applications/editors/josm/plugins/gpxfilter/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/graphview/.classpath
r30550 r32680 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test/unit"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/graphview/build.xml
r32620 r32680 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="10 420"/>4 <property name="plugin.main.version" value="10580"/> 5 5 6 6 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/gson/.classpath
r31873 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/gson-2.5.jar" sourcepath="lib/gson-2.5-sources.jar"> -
applications/editors/josm/plugins/gson/build.xml
r31760 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> -
applications/editors/josm/plugins/imagery-xml-bounds/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r32287 r32680 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="10 407"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagery_offset_db/.classpath
r30531 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/imagery_offset_db/build.xml
r32462 r32680 5 5 <property name="commit.message" value="Imagery Offset Database"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 -
applications/editors/josm/plugins/imageryadjust/.classpath
r30416 r32680 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. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry kind="output" path="build"/> 8 8 </classpath> -
applications/editors/josm/plugins/imageryadjust/build.xml
r32329 r32680 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="10 279"/>4 <property name="plugin.main.version" value="10580"/> 5 5 6 6 <property name="plugin.author" value="Upliner"/> -
applications/editors/josm/plugins/imagewaypoint/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/imagewaypoint/build.xml
r32287 r32680 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="10 407"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagewaypoint/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/importvec/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/importvec/build.xml
r32287 r32680 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="10 407"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Upliner"/> -
applications/editors/josm/plugins/importvec/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/indoor_sweepline/build.xml
r32601 r32680 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="10 420"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Roland M. Olbricht"/> -
applications/editors/josm/plugins/indoorhelper/build.xml
r32468 r32680 5 5 <property name="commit.message" value="Inital commit"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/infomode/.classpath
r30526 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/infomode/build.xml
r32491 r32680 5 5 <property name="commit.message" value="InfoMode : for shortcurt parser"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/infomode/nbproject/project.xml
r30416 r32680 75 75 <classpath mode="compile">../../core/src</classpath> 76 76 <built-to>../../dist/InfoMode.jar</built-to> 77 <source-level>1. 7</source-level>77 <source-level>1.8</source-level> 78 78 </compilation-unit> 79 79 </java-data> -
applications/editors/josm/plugins/irsrectify/.classpath
r30530 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/irsrectify/build.xml
r32329 r32680 5 5 <property name="commit.message" value="irsrectify shortcut conflict"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/jna/.classpath
r31877 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jna-4.1.0.jar" sourcepath="lib/jna-4.1.0-sources.jar"> -
applications/editors/josm/plugins/jna/build.xml
r30818 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Don-vip"/> -
applications/editors/josm/plugins/jts/.classpath
r31906 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jts-1.13.jar" sourcepath="lib/jts-1.13-sources.jar"> -
applications/editors/josm/plugins/jts/build.xml
r31002 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Josh Doe <josh@joshdoe.com>"/> -
applications/editors/josm/plugins/junctionchecking/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/junctionchecking/build.xml
r32329 r32680 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="10 279"/>5 <property name="plugin.main.version" value="10580"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/lakewalker/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/lakewalker/build.xml
r32492 r32680 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="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/lakewalker/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/livegps/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/livegps/build.xml
r32470 r32680 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="10 279"/>4 <property name="plugin.main.version" value="10580"/> 5 5 6 6 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/livegps/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/log4j/.classpath
r31879 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/log4j-1.2-api-2.5.jar" sourcepath="lib/log4j-1.2-api-2.5-sources.jar"> -
applications/editors/josm/plugins/log4j/build.xml
r31926 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/mapdust/.classpath
r31763 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GSON"/> -
applications/editors/josm/plugins/mapdust/build.xml
r32329 r32680 3 3 <!-- properties --> 4 4 <property name="commit.message" value="MapDust bug reporter plugin"/> 5 <property name="plugin.main.version" value="10 279"/>5 <property name="plugin.main.version" value="10580"/> 6 6 <property name="apidoc.dir" value="doc"/> 7 7 … … 26 26 <target name="javadoc"> 27 27 <mkdir dir="${apidoc.dir}"/> 28 <javadoc destdir="${apidoc.dir}" source="1. 7" classpathref="classpath" windowtitle="MapDust plugin API">29 <link href="http://java.sun.com/javase/ 7/docs/api/"/>28 <javadoc destdir="${apidoc.dir}" source="1.8" classpathref="classpath" windowtitle="MapDust plugin API"> 29 <link href="http://java.sun.com/javase/8/docs/api/"/> 30 30 <link href="http://docs.jboss.org/hibernate/stable/core/api/"/> 31 31 <packageset dir="${plugin.src.dir}"> -
applications/editors/josm/plugins/mapillary/.classpath
r32378 r32680 4 4 <classpathentry kind="src" path="src"/> 5 5 <classpathentry kind="src" path="test/unit"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/mapillary/build.gradle
r32652 r32680 6 6 apply plugin: 'pmd' 7 7 8 sourceCompatibility = '1. 7'8 sourceCompatibility = '1.8' 9 9 10 10 repositories { … … 32 32 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 33 33 // When using a numeric version number you can leave out {changing=true}. 34 compile(':josm:10 485')34 compile(':josm:10580') 35 35 // For plugins it's irrelevant, which version is specified, always the latest version is used. 36 36 compile (name: 'apache-commons'){changing=true} -
applications/editors/josm/plugins/mapillary/gradle.properties
r32579 r32680 5 5 plugin.icon=images/icon24.png 6 6 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary 7 plugin.main.version=10 3697 plugin.main.version=10580 8 8 plugin.requires=apache-commons;apache-http 9 9 plugin.version=1.1.5 -
applications/editors/josm/plugins/measurement/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/measurement/build.xml
r32324 r32680 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="10 369"/>6 <property name="plugin.main.version" value="10580"/> 7 7 <property name="plugin.canloadatruntime" value="true"/> 8 8 -
applications/editors/josm/plugins/merge-overlap/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/merge-overlap/build.xml
r32471 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/merge-overlap/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/michigan_left/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/michigan_left/build.xml
r32472 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/michigan_left/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/namemanager/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/namemanager/build.xml
r32493 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/namemanager/nbproject/project.xml
r30416 r32680 56 56 <package-root>src</package-root> 57 57 <classpath mode="compile">../../core/src</classpath> 58 <source-level>1. 7</source-level>58 <source-level>1.8</source-level> 59 59 </compilation-unit> 60 60 </java-data> -
applications/editors/josm/plugins/native-password-manager/.classpath
r30823 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jna"/> -
applications/editors/josm/plugins/native-password-manager/build.xml
r31923 r32680 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=" 7001"/>7 <property name="plugin.main.version" value="10580"/> 8 8 <property name="plugin.author" value="Paul Hartmann"/> 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.npm.NPMPlugin"/> -
applications/editors/josm/plugins/no_more_mapping/.classpath
r32553 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/no_more_mapping/build.xml
r31926 r32680 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=" 7001"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/opendata/.classpath
r31677 r32680 21 21 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/> 22 22 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 23 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7">23 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 24 24 <attributes> 25 25 <attribute name="owner.project.facets" value="java"/> -
applications/editors/josm/plugins/opendata/.settings/org.eclipse.wst.common.project.facet.core.xml
r31695 r32680 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <faceted-project> 3 <installed facet="java" version="1. 7"/>3 <installed facet="java" version="1.8"/> 4 4 <installed facet="jpt.jaxb" version="2.2"/> 5 5 </faceted-project> -
applications/editors/josm/plugins/opendata/build.xml
r32545 r32680 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <property name="plugin.main.version" value="10 420"/>3 <property name="plugin.main.version" value="10580"/> 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
r31923 r32680 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. 7"/>35 <property name="ant.build.javac.target" value="1. 7"/>34 <property name="ant.build.javac.source" value="1.8"/> 35 <property name="ant.build.javac.target" value="1.8"/> 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
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/be.datagovbe/build.xml
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/fr.cg41/build.xml
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/fr.datagouvfr/build.xml
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/fr.lemans/build.xml
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/fr.paca/build.xml
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/fr.paris/build.xml
r31940 r32680 12 12 <property name="module.build.dir" value="build"/> 13 13 <property name="module.src.dir" value="src"/> 14 <property name="ant.build.javac.source" value="1. 7"/>15 <property name="ant.build.javac.target" value="1. 7"/>14 <property name="ant.build.javac.source" value="1.8"/> 15 <property name="ant.build.javac.target" value="1.8"/> 16 16 <!-- this is the directory where the module jar is copied to --> 17 17 <property name="module.dist.dir" value="../../dist"/> -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r31940 r32680 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. 7"/>13 <property name="ant.build.javac.target" value="1. 7"/>12 <property name="ant.build.javac.source" value="1.8"/> 13 <property name="ant.build.javac.target" value="1.8"/> 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/modules/fr.toulouse/build.xml
r31940 r32680 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. 7"/>14 <property name="ant.build.javac.target" value="1. 7"/>13 <property name="ant.build.javac.source" value="1.8"/> 14 <property name="ant.build.javac.target" value="1.8"/> 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/nbproject/project.xml
r30416 r32680 94 94 <package-root>includes</package-root> 95 95 <classpath mode="compile">../../core/src</classpath> 96 <source-level>1. 7</source-level>96 <source-level>1.8</source-level> 97 97 </compilation-unit> 98 98 <compilation-unit> 99 99 <package-root>modules/fr.toulouse/src</package-root> 100 <source-level>1. 7</source-level>100 <source-level>1.8</source-level> 101 101 </compilation-unit> 102 102 <compilation-unit> 103 103 <package-root>src</package-root> 104 <source-level>1. 7</source-level>104 <source-level>1.8</source-level> 105 105 </compilation-unit> 106 106 <compilation-unit> 107 107 <package-root>util</package-root> 108 <source-level>1. 7</source-level>108 <source-level>1.8</source-level> 109 109 </compilation-unit> 110 110 </java-data> -
applications/editors/josm/plugins/openvisible/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/openvisible/build.xml
r32463 r32680 5 5 <property name="commit.message" value="Changed the constructor signature of the plugin main class; updated build.xml"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/openvisible/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/osmarender/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/osmarender/build.xml
r32501 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="stylesheets" location="./stylesheets"/> -
applications/editors/josm/plugins/pbf/.classpath
r30656 r32680 3 3 <classpathentry kind="src" path="gen"/> 4 4 <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/pbf/build.xml
r32290 r32680 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="10 407"/>5 <property name="plugin.main.version" value="10580"/> 6 6 7 7 <property name="plugin.author" value="Don-vip"/> -
applications/editors/josm/plugins/pdfimport/.classpath
r32524 r32680 4 4 <classpathentry kind="src" path="resources"/> 5 5 <classpathentry kind="src" path="test/unit"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 8 8 <classpathentry kind="lib" path="lib/fontbox-1.8.12.jar"/> -
applications/editors/josm/plugins/pdfimport/build.xml
r32515 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/pdfimport/nbproject/project.xml
r30416 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/photo_geotagging/.classpath
r32308 r32680 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test/unit"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/photo_geotagging/build.xml
r31923 r32680 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=" 8041"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Paul Hartmann"/> -
applications/editors/josm/plugins/photoadjust/.classpath
r30428 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/photoadjust/build.xml
r32329 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). … … 59 59 <link href="../../../core/javadoc/"/> 60 60 <link href="https://josm.openstreetmap.de/doc/"/> 61 <link href="http://docs.oracle.com/javase/ 7/docs/api/"/>61 <link href="http://docs.oracle.com/javase/8/docs/api/"/> 62 62 </javadoc> 63 63 </target> -
applications/editors/josm/plugins/piclayer/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/piclayer/build.xml
r32495 r32680 3 3 <property name="commit.message" value="[josm/PicLayer] - #12045 add ability to localize dialog titles"/> 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="10 353"/>5 <property name="plugin.main.version" value="10580"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/piclayer/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/plastic_laf/.classpath
r31244 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry exported="true" kind="lib" path="lib/jgoodies-common-1.9.0.jar"/> -
applications/editors/josm/plugins/plastic_laf/build.xml
r31926 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/pointInfo/build.xml
r32132 r32680 5 5 <property name="commit.message" value="PointInfo: Fix breakage caused by API cleaning."/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 060"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- plugin can load at runtime --> -
applications/editors/josm/plugins/poly/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/poly/build.xml
r32287 r32680 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="10 407"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/print/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/print/build.xml
r32191 r32680 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="10 282"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Kai Pastor"/> -
applications/editors/josm/plugins/proj4j/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/proj4j/build.xml
r32014 r32680 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=" 9559"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Josh Doe <josh@joshdoe.com>"/> -
applications/editors/josm/plugins/pt_assistant/.classpath
r32261 r32680 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test/unit"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/pt_assistant/build.xml
r32632 r32680 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="10 306"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Darya Golovko darya0705@gmail.com"/> -
applications/editors/josm/plugins/public_transport/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/public_transport/build.xml
r32357 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Roland M. Olbricht"/> -
applications/editors/josm/plugins/public_transport_layer/.classpath
r31240 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/public_transport_layer/build.xml
r32538 r32680 3 3 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="10 420"/>5 <property name="plugin.main.version" value="10580"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/rasterfilters/.classpath
r31485 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="lib" path="lib/jsoup-1.8.2.jar"/> -
applications/editors/josm/plugins/rasterfilters/build.xml
r32329 r32680 10 10 11 11 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 12 <property name="plugin.main.version" value="10 279" />12 <property name="plugin.main.version" value="10580" /> 13 13 <property name="plugin.version" value="1.0.1"/> 14 14 -
applications/editors/josm/plugins/reltoolbox/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/reltoolbox/build.xml
r32395 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Ilya Zverev"/> -
applications/editors/josm/plugins/reverter/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/reverter/build.xml
r32516 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/nbproject/project.xml
r30416 r32680 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. 7</source-level>78 <source-level>1.8</source-level> 79 79 </compilation-unit> 80 80 </java-data> -
applications/editors/josm/plugins/roadsigns/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/roadsigns/build.xml
r32507 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- -
applications/editors/josm/plugins/routes/.classpath
r31692 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/routes/build.xml
r32456 r32680 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="10 353"/>4 <property name="plugin.main.version" value="10580"/> 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. 7"/>9 <property name="ant.build.javac.target" value="1.8"/> 10 10 <target name="init"> 11 11 <mkdir dir="${plugin.build.dir}"/> -
applications/editors/josm/plugins/routing/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/> -
applications/editors/josm/plugins/routing/build.xml
r32329 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/sds/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/sds/build.xml
r32480 r32680 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="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/seachart/.classpath
r32368 r32680 8 8 <classpathentry kind="src" path="js57toosm/src"/> 9 9 <classpathentry kind="src" path="josmtos57/src"/> 10 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>10 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 11 11 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 12 12 <classpathentry kind="lib" path="libs/batik-svggen-1.8.jar"/> -
applications/editors/josm/plugins/seachart/build.xml
r32679 r32680 4 4 <property name="commit.message" value="[Seachart] Publish new release"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="105 71"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Malcolm Herring"/> -
applications/editors/josm/plugins/seachartedit/.classpath
r31569 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-seachart"/> -
applications/editors/josm/plugins/seachartedit/.project
r31569 r32680 11 11 </arguments> 12 12 </buildCommand> 13 <buildCommand> 14 <name>org.sonarlint.eclipse.core.sonarlintBuilder</name> 15 <arguments> 16 </arguments> 17 </buildCommand> 13 18 </buildSpec> 14 19 <natures> -
applications/editors/josm/plugins/seachartedit/build.xml
r32370 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/simplifyarea/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/simplifyarea/build.xml
r32517 r32680 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="10 353"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/simplifyarea/nbproject/project.xml
r30416 r32680 56 56 <package-root>src</package-root> 57 57 <classpath mode="compile">../../core/src</classpath> 58 <source-level>1. 7</source-level>58 <source-level>1.8</source-level> 59 59 </compilation-unit> 60 60 </java-data> -
applications/editors/josm/plugins/smed/.classpath
r30532 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/smed/build.xml
r31926 r32680 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=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/splinex/.classpath
r31130 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/splinex/build.xml
r32500 r32680 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="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/sumoconvert/build.xml
r31926 r32680 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="sumoconvert" default="dist" basedir="."> 15 3 … … 17 5 <property name="commit.message" value="Commit message"/> 18 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 19 <property name="plugin.main.version" value=" 7001"/>7 <property name="plugin.main.version" value="10580"/> 20 8 21 9 <!-- Configure these properties (replace "..." accordingly). 22 23 24 25 10 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 26 11 --> -
applications/editors/josm/plugins/surveyor/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-livegps"/> -
applications/editors/josm/plugins/surveyor/build.xml
r32329 r32680 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="10 279"/>9 <property name="plugin.main.version" value="10580"/> 10 10 <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/> 11 11 -
applications/editors/josm/plugins/tag2link/.classpath
r31064 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/tag2link/build.xml
r31923 r32680 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=" 7001"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Don-vip & FrViPofm"/> -
applications/editors/josm/plugins/tageditor/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/tageditor/build.xml
r32508 r32680 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="10 279"/>4 <property name="plugin.main.version" value="10580"/> 5 5 6 6 <property name="plugin.author" value="Karl Guggisberg"/> -
applications/editors/josm/plugins/tagging-preset-tester/.classpath
r30416 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/tagging-preset-tester/build.xml
r32526 r32680 5 5 <property name="commit.message" value="[josm_tagging_preset_tester] #josm10288: fix NPE when starting without map"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/tagging-preset-tester/nbproject/project.xml
r30416 r32680 70 70 <classpath mode="compile">../../core/src</classpath> 71 71 <built-to>../../dist/tagging-preset-tester.jar</built-to> 72 <source-level>1. 7</source-level>72 <source-level>1.8</source-level> 73 73 </compilation-unit> 74 74 </java-data> -
applications/editors/josm/plugins/terracer/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/terracer/build.xml
r32426 r32680 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="10 279"/>4 <property name="plugin.main.version" value="10580"/> 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
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/touchscreenhelper/.classpath
r31690 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/touchscreenhelper/build.xml
r31923 r32680 4 4 <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value=" 7001"/>6 <property name="plugin.main.version" value="10580"/> 7 7 <property name="plugin.author" value="glebius@glebius.int.ru"/> 8 8 <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/> -
applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/tracer/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/tracer/build.xml
r32510 r32680 4 4 <property name="commit.message" value="Tracer plugin can load at runtime"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 <property name="plugin.canloadatruntime" value="true"/> 8 8 -
applications/editors/josm/plugins/tracer/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/tracer2/.classpath
r30532 r32680 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. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry kind="output" path="bin"/> 7 7 </classpath> -
applications/editors/josm/plugins/tracer2/build.xml
r32474 r32680 5 5 <property name="commit.message" value="see #josm11090"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/tracer2/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/trustosm/.classpath
r30829 r32680 14 14 </attributes> 15 15 </classpathentry> 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 17 17 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 18 18 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/trustosm/build.xml
r32287 r32680 5 5 <property name="commit.message" value="New plugin for digital signing osm data"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 407" />7 <property name="plugin.main.version" value="10580" /> 8 8 <property name="plugin.author" value="Christoph Wagner" /> 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" /> -
applications/editors/josm/plugins/turnlanes/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/turnlanes/build.xml
r32458 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/turnrestrictions/.classpath
r30550 r32680 4 4 <classpathentry kind="src" path="test/unit"/> 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. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/turnrestrictions/build.xml
r32375 r32680 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="10 369"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/undelete/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/undelete/build.xml
r32512 r32680 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="10 279"/>6 <property name="plugin.main.version" value="10580"/> 7 7 8 8 <property name="plugin.author" value="Nakor"/> -
applications/editors/josm/plugins/utilsplugin2/.classpath
r32286 r32680 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="src" path="test/unit"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1. 7"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 7 7 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/utilsplugin2/build.xml
r32333 r32680 5 5 <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="10 420"/>7 <property name="plugin.main.version" value="10580"/> 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
r30419 r32680 75 75 <classpath mode="compile">../../core/src;../../core/dist/josm-custom.jar</classpath> 76 76 <built-to>../../dist/utilsplugin2.jar</built-to> 77 <source-level>1. 7</source-level>77 <source-level>1.8</source-level> 78 78 </compilation-unit> 79 79 </java-data> -
applications/editors/josm/plugins/videomapping/.classpath
r32329 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jna"/> -
applications/editors/josm/plugins/videomapping/build.xml
r32513 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 <property name="plugin.author" value="Matthias Meißer"/> 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.videomapping.VideoPlugin"/> -
applications/editors/josm/plugins/videomapping/nbproject/project.xml
r30821 r32680 61 61 <package-root>src</package-root> 62 62 <classpath mode="compile">../../core/src;../../dist/jna.jar;lib/vlcj-3.1.0-javadoc.jar;lib/vlcj-3.1.0-sources.jar;lib/vlcj-3.1.0.jar</classpath> 63 <source-level>1. 7</source-level>63 <source-level>1.8</source-level> 64 64 </compilation-unit> 65 65 </java-data> -
applications/editors/josm/plugins/walkingpapers/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/walkingpapers/build.xml
r32476 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Frederik Ram"/> -
applications/editors/josm/plugins/walkingpapers/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/waydownloader/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/waydownloader/build.xml
r32452 r32680 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="10 353"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Harry Wood"/> -
applications/editors/josm/plugins/waydownloader/nbproject/project.xml
r30416 r32680 60 60 <package-root>src</package-root> 61 61 <classpath mode="compile">../../core/src</classpath> 62 <source-level>1. 7</source-level>62 <source-level>1.8</source-level> 63 63 </compilation-unit> 64 64 </java-data> -
applications/editors/josm/plugins/waypoint_search/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"> 6 6 <attributes> -
applications/editors/josm/plugins/waypoint_search/build.xml
r32329 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Åsmund Realfsen - realfsen at gmx.net"/> -
applications/editors/josm/plugins/wikipedia/.classpath
r30550 r32680 4 4 <classpathentry kind="src" path="test/unit"/> 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. 7"/>6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry kind="output" path="bin"/> -
applications/editors/josm/plugins/wikipedia/build.xml
r32668 r32680 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="10 409"/>7 <property name="plugin.main.version" value="10580"/> 8 8 <property name="plugin.canloadatruntime" value="true"/> 9 9 -
applications/editors/josm/plugins/wikipedia/nbproject/project.xml
r30416 r32680 70 70 <package-root>src</package-root> 71 71 <classpath mode="compile">../../core/src</classpath> 72 <source-level>1. 7</source-level>72 <source-level>1.8</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. 7</source-level>77 <source-level>1.8</source-level> 78 78 </compilation-unit> 79 79 </java-data> -
applications/editors/josm/plugins/wms-turbo-challenge2/.classpath
r30416 r32680 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. 7"/>4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 6 <classpathentry kind="output" path="build"/> -
applications/editors/josm/plugins/wms-turbo-challenge2/build.xml
r32194 r32680 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="10 279"/>7 <property name="plugin.main.version" value="10580"/> 8 8 9 9 <property name="plugin.author" value="Andrzej Zaborowski"/>
Note:
See TracChangeset
for help on using the changeset viewer.