Source folder rename fix (db)
diff --git a/org.eclipse.jdt.debug/.classpath b/org.eclipse.jdt.debug/.classpath
index 79a96f2..d6192c5 100644
--- a/org.eclipse.jdt.debug/.classpath
+++ b/org.eclipse.jdt.debug/.classpath
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-    <classpathentry kind="src" path="Eclipse JDI"/>
     <classpathentry kind="lib" path="jdi.jar"/>
-    <classpathentry kind="src" path="Eclipse Java Core Debug"/>
     <classpathentry kind="src" path="/org.eclipse.debug.core"/>
     <classpathentry kind="var" path="JRE_LIB"/>
     <classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
@@ -11,5 +9,7 @@
     <classpathentry kind="lib"
         path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
     <classpathentry kind="src" path="/org.eclipse.jdt.core"/>
+    <classpathentry kind="src" path="model"/>
+    <classpathentry kind="src" path="jdi"/>
     <classpathentry kind="output" path="bin"/>
 </classpath>