Index: /applications/editors/josm/plugins/mapdust/.classpath
===================================================================
--- /applications/editors/josm/plugins/mapdust/.classpath	(revision 24879)
+++ /applications/editors/josm/plugins/mapdust/.classpath	(revision 24880)
@@ -2,7 +2,8 @@
 <classpath>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry including="conf/|images/" kind="src" path=""/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="lib" path="lib/gson-1.5.jar"/>
-	<classpathentry kind="lib" path="lib/josm-custom.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>
Index: /applications/editors/josm/plugins/mapdust/josm-mapdust.launch
===================================================================
--- /applications/editors/josm/plugins/mapdust/josm-mapdust.launch	(revision 24880)
+++ /applications/editors/josm/plugins/mapdust/josm-mapdust.launch	(revision 24880)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/JOSM/src/org/openstreetmap/josm/gui/MainApplication.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 6"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.openstreetmap.josm.gui.MainApplication"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="mapdust"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx2000m"/>
+</launchConfiguration>
