Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-13 17:34:36 +0000
committerMike Rennie2013-08-13 17:34:36 +0000
commit7fe19353404e07f9c99627049b4ff92e4812161e (patch)
tree8073bd9b6e5a8f5975c0d5e1c3499675e9505ef7
parentb24718ebbe17d63bc90c061a916c7da7f370d4a7 (diff)
downloadeclipse.platform.debug-7fe19353404e07f9c99627049b4ff92e4812161e.tar.gz
eclipse.platform.debug-7fe19353404e07f9c99627049b4ff92e4812161e.tar.xz
eclipse.platform.debug-7fe19353404e07f9c99627049b4ff92e4812161e.zip
[nobug] remove bogus entry from classpath
-rw-r--r--org.eclipse.debug.examples.memory/.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.examples.memory/.classpath b/org.eclipse.debug.examples.memory/.classpath
index 342ed2c14..ad32c83a7 100644
--- a/org.eclipse.debug.examples.memory/.classpath
+++ b/org.eclipse.debug.examples.memory/.classpath
@@ -3,6 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib" path="bin" sourcepath="bin"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top