#
# ChangeLog for applications/viewer/jmapviewer/build.xml in osm
#
# Generated by Trac 1.6
# 2025-05-11T15:16:11+02:00

Mon, 27 Jan 2025 14:07:07 GMT taylor.smock [36373]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/pom.xml (modified)
	* applications/viewer/jmapviewer/releases/2.23 (added)
	* applications/viewer/jmapviewer/releases/2.23/JMapViewer-2.23-Source.zip (added)
	* applications/viewer/jmapviewer/releases/2.23/JMapViewer-2.23.zip (added)

	Release 2.23

	This also fixes the isJava9 property for Java 20+.


Tue, 16 Jul 2024 16:56:38 GMT taylor.smock [36293]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/ivy.xml (deleted)
	* applications/viewer/jmapviewer/ivysettings.xml (deleted)
	* applications/viewer/jmapviewer/pom.xml (modified)
	* applications/viewer/jmapviewer/releases/2.20 (added)
	* applications/viewer/jmapviewer/releases/2.20/JMapViewer-2.20-Source.zip (added)
	* applications/viewer/jmapviewer/releases/2.20/JMapViewer-2.20.zip (added)

	Release 2.20

	Additionally, replace ivy with maven for dependency ...


Mon, 11 Mar 2024 21:38:34 GMT taylor.smock [36225]
	* applications/viewer/jmapviewer/build.xml (modified)

	Fix jacoco.exec output (I had one in target/report)


Mon, 11 Mar 2024 21:14:29 GMT taylor.smock [36224]
	* applications/viewer/jmapviewer/build.xml (modified)

	Write out jacoco report for Sonar


Mon, 11 Mar 2024 20:33:09 GMT taylor.smock [36223]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/ivy.xml (modified)
	* applications/viewer/jmapviewer/pom.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Coordinate.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/DefaultMapController.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/FeatureAdapter.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewerRuntimeException.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MemoryTileCache.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmMercator.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Projected.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Style.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodeEditor.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/checkBoxTree/CheckBoxNodePanel.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/events/JMVCommandEvent.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/IProjected.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/AbstractTMSTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/OsmTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/ScanexTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TMSTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSource.java (modified)
	* applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSourceTest.java (modified)

	Fix some lint issues in JMapViewer

	This additionally updates some ...


Wed, 10 Jan 2024 13:32:59 GMT taylor.smock [36202]
	* applications/viewer/jmapviewer/CONTRIBUTING.md (added)
	* applications/viewer/jmapviewer/RELEASING.md (added)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/pom.xml (added)
	* applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml (modified)

	See #8269: Add initial Maven support to JMapViewer

	This is largely ...


Mon, 18 Sep 2023 12:36:02 GMT taylor.smock [36140]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/ivy.xml (added)
	* applications/viewer/jmapviewer/ivysettings.xml (added)
	* applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer/TileRangeTest.java (modified)
	* applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer/tilesources/TemplatedTMSTileSourceTest.java (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/jacocoant.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs (deleted)
	* applications/viewer/jmapviewer/tools/testlib (deleted)

	Fix #19064: resolve all tools using Apache Ivy (JMapViewer)

	JUnit ...


Fri, 15 Sep 2023 15:07:20 GMT taylor.smock [36139]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/module-info.java (added)

	Fix #23114: Add module-info to JMapViewer


Wed, 09 Feb 2022 20:09:13 GMT Don-vip [35919]
	* applications/viewer/jmapviewer/Readme.txt (modified)
	* applications/viewer/jmapviewer/build.xml (modified)

	update build, readme


Sun, 02 Dec 2018 02:24:25 GMT donvip [34764]
	* applications/viewer/jmapviewer/build.xml (modified)

	fix javadoc


Sun, 23 Sep 2018 19:35:17 GMT donvip [34669]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/.classpath (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java (modified)
	* applications/viewer/jmapviewer/test (added)
	* applications/viewer/jmapviewer/test/org (added)
	* applications/viewer/jmapviewer/test/org/openstreetmap (added)
	* applications/viewer/jmapviewer/test/org/openstreetmap/gui (added)
	* applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer (added)
	* applications/viewer/jmapviewer/test/org/openstreetmap/gui/jmapviewer/TileRangeTest.java (added)
	* applications/viewer/jmapviewer/tools/jacocoant.jar (added)
	* applications/viewer/jmapviewer/tools/testlib (added)
	* applications/viewer/jmapviewer/tools/testlib/hamcrest-core-1.3.jar (added)
	* applications/viewer/jmapviewer/tools/testlib/junit-4.12.jar (added)

	see #josm16769 - add unit tests for JMapViewer


Sun, 25 Mar 2018 23:34:37 GMT donvip [34124]
	* applications/viewer/jmapviewer/build.xml (modified)

	Generate HTML5 javadoc for Java >= 9


Sat, 11 Nov 2017 23:49:18 GMT donvip [33805]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/Readme.txt (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-all.jar (modified)
	* applications/viewer/jmapviewer/tools/spotbugs (moved)
	* applications/viewer/jmapviewer/tools/findbugs/annotations.jar (deleted)
	* applications/viewer/jmapviewer/tools/findbugs/ant.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/asm-6.0.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/asm-analysis-6.0.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/asm-commons-6.0.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/asm-debug-all-5.0.2.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/asm-tree-6.0.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/asm-util-6.0.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/asm-xml-6.0.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/bcel-6.0-SNAPSHOT.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/bcel-6.1.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/buggy.icns (deleted)
	* applications/viewer/jmapviewer/tools/findbugs/findbugs-ant.jar (deleted)
	* applications/viewer/jmapviewer/tools/findbugs/findbugs.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/jFormatString-3.0.0.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jFormatString.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/jcip-annotations-1.0.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jcip-annotations.jar (deleted)
	* applications/viewer/jmapviewer/tools/findbugs/jdepend-2.9.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/jsr305-3.0.2.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jsr305.jar (deleted)
	* applications/viewer/jmapviewer/tools/spotbugs/spotbugs-annotations.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/spotbugs-ant.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/spotbugs.jar (added)
	* applications/viewer/jmapviewer/tools/spotbugs/xml-apis-1.0.b2.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/yjp-controller-api-redist.jar (deleted)

	update README and tools (spotbugs, checkstyle 8.0)


Fri, 28 Jul 2017 23:29:04 GMT donvip [33482]
	* applications/viewer/jmapviewer/Readme.txt (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-7.7-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-all.jar (added)

	update readme + checkstyle 7.8.2


Mon, 01 May 2017 12:55:33 GMT donvip [33284]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-7.1-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-7.7-all.jar (added)

	update to Checkstyle 7.7


Sun, 07 Aug 2016 22:15:43 GMT donvip [32782]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/Readme.txt (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/2.0 (added)
	* applications/viewer/jmapviewer/releases/2.0/JMapViewer-2.0-Source.zip (added)
	* applications/viewer/jmapviewer/releases/2.0/JMapViewer-2.0.zip (added)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.19-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-7.1-all.jar (added)

	release JMapViewer 2.0


Thu, 21 Jul 2016 00:29:43 GMT donvip [32677]
	* applications/viewer/jmapviewer/.classpath (modified)
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs (modified)
	* applications/viewer/jmapviewer/Readme.txt (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/package.html (modified)

	see #josm11390 - switch to Java 8


Mon, 30 May 2016 21:11:55 GMT donvip [32207]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.16 (added)
	* applications/viewer/jmapviewer/releases/1.16/JMapViewer-1.16-Source.zip (added)
	* applications/viewer/jmapviewer/releases/1.16/JMapViewer-1.16.zip (added)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.18-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.19-all.jar (added)

	Release JMapViewer 1.16 with update of checkstyle to 6.19


Sun, 15 May 2016 13:23:00 GMT donvip [32179]
	* applications/viewer/jmapviewer/.project (modified)
	* applications/viewer/jmapviewer/.settings/org.sonarlint.eclipse.core.prefs (added)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.17-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.18-all.jar (added)

	update to checkstyle 6.18, add SonarLint configuration


Sat, 26 Mar 2016 11:08:27 GMT donvip [32121]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.16-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.17-all.jar (added)

	update to checkstyle 6.17


Sun, 28 Feb 2016 22:27:13 GMT donvip [32085]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TMSTileSource.java (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.14.1-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.16-all.jar (added)

	update to checkstyle 6.16


Sat, 02 Jan 2016 00:01:45 GMT donvip [31904]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.14-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.14.1-all.jar (added)

	update to checkstyle 6.14.1


Wed, 30 Dec 2015 22:26:52 GMT donvip [31892]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.13-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.14-all.jar (added)

	update to checkstyle 6.14 (no new warning)


Tue, 01 Dec 2015 23:12:21 GMT donvip [31785]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TMSTileSource.java (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.12.1-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.13-all.jar (added)

	[jmapviewer] update to checkstyle 6.13


Sun, 22 Nov 2015 23:25:10 GMT donvip [31779]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.11.2-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.12.1-all.jar (added)

	update to CheckStyle 6.12.1


Fri, 30 Oct 2015 11:21:11 GMT donvip [31723]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.12 (added)
	* applications/viewer/jmapviewer/releases/1.12/JMapViewer-1.12-Source.zip (added)
	* applications/viewer/jmapviewer/releases/1.12/JMapViewer-1.12.zip (added)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.11-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.11.2-all.jar (added)

	update to Checkstyle 6.11.2 and release JMapViewer 1.12


Wed, 30 Sep 2015 23:30:52 GMT donvip [31580]
	* applications/viewer/jmapviewer/bin (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.10.1-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.11-all.jar (added)

	update to CheckStyle 6.11


Tue, 08 Sep 2015 22:08:02 GMT donvip [31541]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/TileController.java (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.10.1-all.jar (added)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.9-all.jar (deleted)

	fix javadoc, update to Checkstyle 6.10.1


Sat, 22 Aug 2015 22:01:38 GMT donvip [31522]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MemoryTileCache.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/MapMarker.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java (modified)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.8.1-all.jar (deleted)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.9-all.jar (added)

	[jmapviewer] update to checkstyle 6.9


Sun, 02 Aug 2015 15:59:31 GMT donvip [31437]
	* applications/viewer/jmapviewer/build.xml (modified)

	[jmapviewer] add javadoc target to "all"


Sun, 02 Aug 2015 15:58:13 GMT donvip [31436]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java (modified)

	[jmapviewer] add javadoc target


Sat, 01 Aug 2015 18:23:53 GMT donvip [31428]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/.checkstyle (added)
	* applications/viewer/jmapviewer/.project (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/tools (added)
	* applications/viewer/jmapviewer/tools/checkstyle (added)
	* applications/viewer/jmapviewer/tools/checkstyle/checkstyle-6.8.1-all.jar (added)
	* applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_checks.xml (added)
	* applications/viewer/jmapviewer/tools/checkstyle/jmapviewer_filters.xml (added)
	* applications/viewer/jmapviewer/tools/findbugs (added)
	* applications/viewer/jmapviewer/tools/findbugs/annotations.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/ant.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/asm-debug-all-5.0.2.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/bcel-6.0-SNAPSHOT.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/buggy.icns (added)
	* applications/viewer/jmapviewer/tools/findbugs/commons-lang-2.6.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/dom4j-1.6.1.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/findbugs-ant.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/findbugs.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jFormatString.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jaxen-1.1.6.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jcip-annotations.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jdepend-2.9.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/jsr305.jar (added)
	* applications/viewer/jmapviewer/tools/findbugs/yjp-controller-api-redist.jar (added)

	[jmapviewer] enable findbugs/checkstyle


Mon, 28 Apr 2014 22:06:02 GMT donvip [30425]
	* applications/viewer/jmapviewer/.classpath (modified)
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs (modified)
	* applications/viewer/jmapviewer/build.xml (modified)

	see #josm8465 - update jmapviewer to Java 7


Sun, 06 Oct 2013 03:34:49 GMT the111 [29998]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.02 (added)
	* applications/viewer/jmapviewer/releases/1.02/JMapViewer-1.02-Source.zip (added)
	* applications/viewer/jmapviewer/releases/1.02/JMapViewer-1.02.zip (added)

	[jmapviewer] fix  #josm8747 - enhanced versions/releases


Sat, 05 Oct 2013 05:48:35 GMT the111 [29993]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.0 (deleted)
	* applications/viewer/jmapviewer/releases/1.01 (added)
	* applications/viewer/jmapviewer/releases/1.01/JMapViewer-1.01-Source.zip (added)
	* applications/viewer/jmapviewer/releases/1.01/JMapViewer-1.01.zip (added)

	[jmapviewer] fix  #josm8747 - enhanced versions/releases


Thu, 03 Oct 2013 09:06:29 GMT the111 [29991]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.0/JMapViewer-1.0-Source.zip (modified)
	* applications/viewer/jmapviewer/releases/1.0/JMapViewer-1.0.zip (modified)

	[jmapviewer] fix  #josm8747 - enhanced versions/releases


Sat, 28 Sep 2013 19:05:41 GMT the111 [29986]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.0 (deleted)

	[jmapviewer] fix  #josm8747 - enhanced versions/releases


Sat, 28 Sep 2013 08:48:44 GMT the111 [29985]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/1.0 (added)
	* applications/viewer/jmapviewer/releases/1.0/JMapViewer-1.0-Source.zip (added)
	* applications/viewer/jmapviewer/releases/1.0/JMapViewer-1.0.zip (added)
	* applications/viewer/jmapviewer/releases/29618 (deleted)

	[jmapviewer] fix #josm8747 - enhanced versions/releases


Sun, 02 Jun 2013 23:39:58 GMT the111 [29618]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases/29617 (added)
	* applications/viewer/jmapviewer/releases/29617/JMapViewer-29617-Source.zip (added)
	* applications/viewer/jmapviewer/releases/29617/JMapViewer-29617.zip (added)

	Fix #josm8640 and #josm8747 - JMapViewer versioned releases and ...


Fri, 04 Jan 2013 02:48:23 GMT the111 [29161]
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs (modified)
	* applications/viewer/jmapviewer/build.xml (modified)

	Fix #josm8320 - Project specifies 1.5 compiler compliance but ...


Sat, 18 Feb 2012 16:52:26 GMT stotz [27861]
	* applications/viewer/jmapviewer/build.xml (modified)

	javac statement updated (source, includeantruntime)


Sat, 19 Feb 2011 16:07:05 GMT stotz [25370]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs (modified)
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.ui.prefs (modified)
	* applications/viewer/jmapviewer/Gpl.txt (added)
	* applications/viewer/jmapviewer/Readme.txt (modified)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/releases (added)
	* applications/viewer/jmapviewer/releases/2011-02-19 (added)
	* applications/viewer/jmapviewer/releases/2011-02-19/JMapViewer.zip (added)

	Gpl added; release zip created


Fri, 07 Nov 2008 14:23:05 GMT stotz [11783]
	* applications/viewer/jmapviewer (modified)
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs (added)
	* applications/viewer/jmapviewer/.settings/org.eclipse.jdt.ui.prefs (added)
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/images/error.png (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileLoaderListener.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java (modified)

	Patch by r_x and further small enhancements


Thu, 09 Oct 2008 18:16:57 GMT stotz [11103]
	* applications/viewer/jmapviewer/build.xml (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmFileCacheTileLoader.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileLoader.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmTileSource.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileLoaderListener.java (modified)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/interfaces/TileSource.java (modified)

	Increased maximum zoom and other minor modifications (thanks for the ...


Fri, 15 Aug 2008 11:34:09 GMT stotz [9852]
	* applications/viewer/jmapviewer/build.xml (modified)

	Demo classes excluded for default jar


Wed, 16 Jul 2008 14:59:18 GMT stotz [9095]
	* applications/viewer/jmapviewer/build.xml (added)
	* applications/viewer/jmapviewer/src (added)
	* applications/viewer/jmapviewer/src/org (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/DefaultMapController.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Demo.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapController.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JMapViewer.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/JobDispatcher.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapMarker.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MapMarkerDot.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/MemoryTileCache.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmMercator.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/Tile.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/TileCache.java (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/images (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/images/hourglass.png (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/images/minus.png (added)
	* applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/images/plus.png (added)

	Initial commit of the java component "JMapView"