Index: /applications/editors/josm/plugins/public_transport/.classpath
===================================================================
--- /applications/editors/josm/plugins/public_transport/.classpath	(revision 20071)
+++ /applications/editors/josm/plugins/public_transport/.classpath	(revision 20071)
@@ -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/public_transport/.project
===================================================================
--- /applications/editors/josm/plugins/public_transport/.project	(revision 20071)
+++ /applications/editors/josm/plugins/public_transport/.project	(revision 20071)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>public_transport</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/public_transport/build.xml
===================================================================
--- /applications/editors/josm/plugins/public_transport/build.xml	(revision 20070)
+++ /applications/editors/josm/plugins/public_transport/build.xml	(revision 20071)
@@ -105,5 +105,5 @@
             <arg value="info"/>
             <arg value="--xml"/>
-            <arg value="${josm.basedir}"/>
+            <arg value="."/>
         </exec>
         <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
