Index: applications/viewer/jmapviewer/.classpath
===================================================================
--- applications/viewer/jmapviewer/.classpath	(revision 32666)
+++ applications/viewer/jmapviewer/.classpath	(revision 32677)
@@ -2,5 +2,5 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs	(revision 32666)
+++ applications/viewer/jmapviewer/.settings/org.eclipse.jdt.core.prefs	(revision 32677)
@@ -17,7 +17,7 @@
 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.compliance=1.8
 org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 org.eclipse.jdt.core.compiler.debug.localVariable=generate
@@ -122,5 +122,5 @@
 org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
-org.eclipse.jdt.core.compiler.source=1.7
+org.eclipse.jdt.core.compiler.source=1.8
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
Index: applications/viewer/jmapviewer/Readme.txt
===================================================================
--- applications/viewer/jmapviewer/Readme.txt	(revision 32666)
+++ applications/viewer/jmapviewer/Readme.txt	(revision 32677)
@@ -3,5 +3,5 @@
 (c) 2007, Tim Haussmann
 (c) 2008-2012, Jan Peter Stotz
-(c) 2009-2015, Dirk Stöcker
+(c) 2009-2016, Dirk Stöcker
 (c) 2009, Stefan Zeller
 (c) 2009, Karl Guggisberg
@@ -9,9 +9,9 @@
 (c) 2010-2011, Ian Dees
 (c) 2010-2011, Michael Vigovsky
-(c) 2011-2015, Paul Hartmann
+(c) 2011-2016, Paul Hartmann
 (c) 2011-2014, Gleb Smirnoff
-(c) 2011-2015, Vincent Privat
+(c) 2011-2016, Vincent Privat
 (c) 2011, Jason Huntley
-(c) 2012, Simon Legner
+(c) 2012-2016, Simon Legner
 (c) 2012, Teemu Koskinen
 (c) 2012, Jiri Klement
@@ -19,4 +19,5 @@
 (c) 2013, Alexei Kasatkin
 (c) 2013, Galo Higueras
+(c) 2015-2016, Wiktor Niesiobędzki
 
 This work bases partly on the JOSM plugin "Slippy Map Chooser" by Tim Haussmann
Index: applications/viewer/jmapviewer/build.xml
===================================================================
--- applications/viewer/jmapviewer/build.xml	(revision 32666)
+++ applications/viewer/jmapviewer/build.xml	(revision 32677)
@@ -15,5 +15,5 @@
 
 	<target name="build">
-		<javac srcdir="src" destdir="bin" source="1.7" target="1.7" debug="true" includeantruntime="false" encoding="UTF-8">
+		<javac srcdir="src" destdir="bin" source="1.8" target="1.8" debug="true" includeantruntime="false" encoding="UTF-8">
 			<include name="org/openstreetmap/gui/jmapviewer/**" />
 		</javac>
@@ -114,5 +114,5 @@
                 linksource="true"
                 author="false">
-            <link href="http://docs.oracle.com/javase/7/docs/api"/>
+            <link href="http://docs.oracle.com/javase/8/docs/api"/>
             <doctitle><![CDATA[<h2>JMapViewer - Javadoc</h2>]]></doctitle>
             <bottom><![CDATA[<a href="https://josm.openstreetmap.de/">JMapViewer</a>]]></bottom>
Index: applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/package.html
===================================================================
--- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/package.html	(revision 32666)
+++ applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/package.html	(revision 32677)
@@ -8,5 +8,5 @@
 any further requirements. Therefore <b>please do not add any code that
 depends on other libraries or applications</b>. Only functions and methods
-provided by the runtime library of Java 7 should be used.</p>
+provided by the runtime library of Java 8 should be used.</p>
 </body>
 </html>
