Index: applications/editors/josm/plugins/touchscreenhelper/.classpath
===================================================================
--- applications/editors/josm/plugins/touchscreenhelper/.classpath	(revision 32550)
+++ applications/editors/josm/plugins/touchscreenhelper/.classpath	(revision 32680)
@@ -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 combineaccessrules="false" kind="src" path="/JOSM"/>
 	<classpathentry kind="output" path="bin"/>
Index: applications/editors/josm/plugins/touchscreenhelper/build.xml
===================================================================
--- applications/editors/josm/plugins/touchscreenhelper/build.xml	(revision 32550)
+++ applications/editors/josm/plugins/touchscreenhelper/build.xml	(revision 32680)
@@ -4,5 +4,5 @@
     <property name="commit.message" value="JOSM/touchscreenhelper: Added T shortcut, hold T to activate temporarily"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="7001"/>
+    <property name="plugin.main.version" value="10580"/>
     <property name="plugin.author" value="glebius@glebius.int.ru"/>
     <property name="plugin.class" value="touchscreenhelper.TouchScreenHelperPlugin"/>
Index: applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml
===================================================================
--- applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml	(revision 32550)
+++ applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml	(revision 32680)
@@ -60,5 +60,5 @@
                 <package-root>src</package-root>
                 <classpath mode="compile">../../core/src</classpath>
-                <source-level>1.7</source-level>
+                <source-level>1.8</source-level>
             </compilation-unit>
         </java-data>
