Index: applications/editors/josm/plugins/touchscreenhelper/build.xml
===================================================================
--- applications/editors/josm/plugins/touchscreenhelper/build.xml	(revision 30413)
+++ applications/editors/josm/plugins/touchscreenhelper/build.xml	(revision 30416)
@@ -1,36 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--
-** This is a template build file for a JOSM  plugin.
-**
-** Maintaining versions
-** ====================
-** see README.template
-**
-** Usage
-** =====
-** To build it run
-**
-**    > ant  dist
-**
-** To install the generated plugin locally (in you default plugin directory) run
-**
-**    > ant  install
-**
-** The generated plugin jar is not automatically available in JOSMs plugin configuration
-** dialog. You have to check it in first.
-**
-** Use the ant target 'publish' to check in the plugin and make it available to other
-** JOSM users:
-**    set the properties commit.message and plugin.main.version
-** and run
-**    > ant  publish
-**
-**
--->
 <project name="touchscreenhelper" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
     <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="4394"/>
+    <property name="plugin.main.version" value="7001"/>
     <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 30413)
+++ applications/editors/josm/plugins/touchscreenhelper/nbproject/project.xml	(revision 30416)
@@ -60,5 +60,5 @@
                 <package-root>src</package-root>
                 <classpath mode="compile">../../core/src</classpath>
-                <source-level>1.6</source-level>
+                <source-level>1.7</source-level>
             </compilation-unit>
         </java-data>
