Index: /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
===================================================================
--- /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 32300)
+++ /applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml	(revision 32301)
@@ -9,5 +9,5 @@
     <property name="plugin.dist.dir" value="../../dist" />
     <property name="plugin.jar" value="${plugin.dist.dir}/CustomizePublicTransportStop.jar" />
-    <property name="josm" location="../../dist/josm-custom.jar"/>
+    <property name="josm" location="../../core/dist/josm-custom.jar"/>
 	
     <target name="init">
@@ -22,7 +22,4 @@
         <path id="compile.path">
             <pathelement location="${josm}" />
-            <fileset dir="lib">
-                <include name="**/*.jar"/>
-            </fileset>
         </path>
 		
