Index: applications/editors/josm/plugins/geotools/.classpath
===================================================================
--- applications/editors/josm/plugins/geotools/.classpath	(revision 28593)
+++ applications/editors/josm/plugins/geotools/.classpath	(revision 28593)
@@ -0,0 +1,59 @@
+<?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="lib" path="lib/commons-beanutils-1.7.0.jar"/>
+	<classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/>
+	<classpathentry kind="lib" path="lib/gt-api-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-coverage-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-epsg-extension-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-epsg-hsql-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-geotiff-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-main-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-metadata-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/gt-referencing-8.0.jar">
+		<attributes>
+			<attribute name="javadoc_location" value="http://docs.geotools.org/stable/javadocs/"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="lib" path="lib/hsqldb-1.8.0.7.jar"/>
+	<classpathentry kind="lib" path="lib/imageio-ext-tiff-1.1.4.jar"/>
+	<classpathentry kind="lib" path="lib/imageio-ext-utilities-1.1.4.jar"/>
+	<classpathentry kind="lib" path="lib/jai_codec-1.1.3.jar"/>
+	<classpathentry kind="lib" path="lib/jai_core-1.1.3.jar"/>
+	<classpathentry kind="lib" path="lib/jai_imageio-1.1.jar"/>
+	<classpathentry kind="lib" path="lib/jdom-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/jsr-275-1.0-beta-2.jar"/>
+	<classpathentry kind="lib" path="lib/vecmath-1.3.2.jar"/>
+	<classpathentry kind="lib" path="/JOSM-jts/lib/jts-1.12.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
Index: applications/editors/josm/plugins/geotools/.project
===================================================================
--- applications/editors/josm/plugins/geotools/.project	(revision 28593)
+++ applications/editors/josm/plugins/geotools/.project	(revision 28593)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>JOSM-GeoTools</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/geotools/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- applications/editors/josm/plugins/geotools/.settings/org.eclipse.jdt.core.prefs	(revision 28593)
+++ applications/editors/josm/plugins/geotools/.settings/org.eclipse.jdt.core.prefs	(revision 28593)
@@ -0,0 +1,11 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
