Index: applications/editors/josm/plugins/tracer/.classpath
===================================================================
--- applications/editors/josm/plugins/tracer/.classpath	(revision 20251)
+++ applications/editors/josm/plugins/tracer/.classpath	(revision 20251)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
+	<classpathentry kind="output" path="build"/>
+</classpath>
Index: applications/editors/josm/plugins/tracer/.project
===================================================================
--- applications/editors/josm/plugins/tracer/.project	(revision 20251)
+++ applications/editors/josm/plugins/tracer/.project	(revision 20251)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>tracer</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
Index: applications/editors/josm/plugins/tracer/build.xml
===================================================================
--- applications/editors/josm/plugins/tracer/build.xml	(revision 20250)
+++ applications/editors/josm/plugins/tracer/build.xml	(revision 20251)
@@ -33,5 +33,5 @@
 	<property name="commit.message" value="build.xml according to official template" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-	<property name="plugin.main.version" value="2561" />
+	<property name="plugin.main.version" value="2830" />
 
 
@@ -159,8 +159,8 @@
 
 	<!--
-	************************** Publishing the plugin *********************************** 
+	************************** Publishing the plugin ***********************************
 	-->
 	<!--
-		** extracts the JOSM release for the JOSM version in ../core and saves it in the 
+		** extracts the JOSM release for the JOSM version in ../core and saves it in the
 		** property ${coreversion.info.entry.revision}
 		**
@@ -211,15 +211,15 @@
 
 	<!--
-		** commits the plugin.jar 
+		** commits the plugin.jar
 		-->
 	<target name="commit-dist">
 		<echo>
 	***** Properties of published ${plugin.jar} *****
-	Commit message    : '${commit.message}'					
+	Commit message    : '${commit.message}'
 	Plugin-Mainversion: ${plugin.main.version}
 	JOSM build version: ${coreversion.info.entry.revision}
 	Plugin-Version    : ${version.entry.commit.revision}
-	***** / Properties of published ${plugin.jar} *****					
-						
+	***** / Properties of published ${plugin.jar} *****
+
 	Now commiting ${plugin.jar} ...
 	</echo>
Index: applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java
===================================================================
--- applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java	(revision 20250)
+++ applications/editors/josm/plugins/tracer/src/org/openstreetmap/josm/plugins/tracer/TracerPlugin.java	(revision 20251)
@@ -14,17 +14,8 @@
 public class TracerPlugin extends Plugin {
 
-    public TracerPlugin() {
-        MainMenu.add(Main.main.menu.toolsMenu, new TracerAction(Main.main.map));
-    }
-
-	/*
-	
-	Working only in new version.
-	
     public TracerPlugin(PluginInformation info) {
         super(info);
         MainMenu.add(Main.main.menu.toolsMenu, new TracerAction(Main.map));
     }
-    
-    */
+
 }
