Index: /applications/editors/josm/plugins/OSMRecPlugin/.classpath
===================================================================
--- /applications/editors/josm/plugins/OSMRecPlugin/.classpath	(revision 31557)
+++ /applications/editors/josm/plugins/OSMRecPlugin/.classpath	(revision 31557)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
+	<classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/>
+	<classpathentry kind="lib" path="lib/gt-api-9.3.jar"/>
+	<classpathentry kind="lib" path="lib/gt-metadata-9.3.jar"/>
+	<classpathentry kind="lib" path="lib/gt-opengis-9.3.jar"/>
+	<classpathentry kind="lib" path="lib/gt-referencing-9.3.jar"/>
+	<classpathentry kind="lib" path="lib/jai_core-1.1.3.jar"/>
+	<classpathentry kind="lib" path="lib/jena-core-2.12.0.jar"/>
+	<classpathentry kind="lib" path="lib/jena-iri-1.1.0.jar"/>
+	<classpathentry kind="lib" path="lib/jgridshift-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/jsonic-1.2.7.jar"/>
+	<classpathentry kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
+	<classpathentry kind="lib" path="lib/jts-1.13.jar"/>
+	<classpathentry kind="lib" path="lib/langdetect-1.1-20120112.jar"/>
+	<classpathentry kind="lib" path="lib/liblinear-1.95.jar"/>
+	<classpathentry kind="lib" path="lib/liblinear-java-1.95.jar"/>
+	<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
+	<classpathentry kind="lib" path="lib/lucene-analyzers-3.6.0.jar"/>
+	<classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
+	<classpathentry kind="lib" path="lib/slf4j-api-1.7.6.jar"/>
+	<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.6.jar"/>
+	<classpathentry kind="lib" path="lib/vecmath-1.3.2.jar"/>
+	<classpathentry kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
+	<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
Index: /applications/editors/josm/plugins/OSMRecPlugin/.project
===================================================================
--- /applications/editors/josm/plugins/OSMRecPlugin/.project	(revision 31557)
+++ /applications/editors/josm/plugins/OSMRecPlugin/.project	(revision 31557)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>JOSM-OSMRecPlugin</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/OSMRecPlugin/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- /applications/editors/josm/plugins/OSMRecPlugin/.settings/org.eclipse.jdt.core.prefs	(revision 31557)
+++ /applications/editors/josm/plugins/OSMRecPlugin/.settings/org.eclipse.jdt.core.prefs	(revision 31557)
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.7
Index: /applications/editors/josm/plugins/build.xml
===================================================================
--- /applications/editors/josm/plugins/build.xml	(revision 31556)
+++ /applications/editors/josm/plugins/build.xml	(revision 31557)
@@ -73,4 +73,5 @@
         <ant target="dist" dir="osmarender"/>
         <ant target="dist" dir="OsmInspectorPlugin"/>
+        <ant target="dist" dir="OSMRecPlugin"/>
         <ant target="dist" dir="pbf"/>
         <ant target="dist" dir="pdfimport"/>
@@ -175,4 +176,5 @@
         <ant target="clean" dir="osmarender"/>
         <ant target="clean" dir="OsmInspectorPlugin"/>
+        <ant target="clean" dir="OSMRecPlugin"/>
         <ant target="clean" dir="pbf"/>
         <ant target="clean" dir="pdfimport"/>
