update classpath to use plug-in container/jre container
diff --git a/org.eclipse.jdt.debug.ui/.classpath b/org.eclipse.jdt.debug.ui/.classpath index 107e73a..447c64b 100644 --- a/org.eclipse.jdt.debug.ui/.classpath +++ b/org.eclipse.jdt.debug.ui/.classpath
@@ -1,19 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="ui/"/> - <classpathentry kind="src" path="/org.eclipse.ui"/> - <classpathentry kind="src" path="/org.eclipse.core.resources"/> - <classpathentry kind="src" path="/org.eclipse.jdt.core"/> - <classpathentry kind="src" path="/org.apache.xerces"/> - <classpathentry kind="src" path="/org.eclipse.search"/> - <classpathentry kind="src" path="/org.eclipse.debug.core"/> - <classpathentry kind="src" path="/org.eclipse.debug.ui"/> - <classpathentry kind="src" path="/org.eclipse.jdt.debug"/> - <classpathentry kind="src" path="/org.eclipse.jdt.launching"/> - <classpathentry kind="src" path="/org.eclipse.compare"/> - <classpathentry kind="src" path="/org.eclipse.jdt.ui"/> - <classpathentry kind="src" path="/org.eclipse.core.runtime"/> - <classpathentry kind="src" path="/org.eclipse.core.boot"/> - <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="ui"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> </classpath>
diff --git a/org.eclipse.jdt.debug/.classpath b/org.eclipse.jdt.debug/.classpath index d74c71e..a3710c9 100644 --- a/org.eclipse.jdt.debug/.classpath +++ b/org.eclipse.jdt.debug/.classpath
@@ -1,15 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="jdi interfaces/"/> - <classpathentry kind="src" path="model/"/> - <classpathentry kind="src" path="jdi/"/> - <classpathentry kind="src" path="eval/"/> - <classpathentry kind="src" path="/org.apache.xerces"/> - <classpathentry kind="src" path="/org.eclipse.core.resources"/> - <classpathentry kind="src" path="/org.eclipse.debug.core"/> - <classpathentry kind="src" path="/org.eclipse.jdt.core"/> - <classpathentry kind="src" path="/org.eclipse.core.runtime"/> - <classpathentry kind="src" path="/org.eclipse.core.boot"/> - <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="jdi interfaces"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="model"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="jdi"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="eval"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> </classpath>
diff --git a/org.eclipse.jdt.launching/.classpath b/org.eclipse.jdt.launching/.classpath index bce676d..e98132b 100644 --- a/org.eclipse.jdt.launching/.classpath +++ b/org.eclipse.jdt.launching/.classpath
@@ -1,14 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="launching/"/> - <classpathentry kind="src" path="support"/> - <classpathentry kind="src" path="/org.eclipse.core.resources"/> - <classpathentry kind="src" path="/org.eclipse.jdt.core"/> - <classpathentry kind="src" path="/org.eclipse.debug.core"/> - <classpathentry kind="src" path="/org.eclipse.jdt.debug"/> - <classpathentry kind="src" path="/org.apache.xerces"/> - <classpathentry kind="src" path="/org.eclipse.core.runtime"/> - <classpathentry kind="src" path="/org.eclipse.core.boot"/> - <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="launching"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="support"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> </classpath>