Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-08-23 16:00:12 +0000
committerAlexander Kurtakov2018-08-23 16:02:08 +0000
commit97d3154a436496692bfc69a6c8167cadb6afc5ea (patch)
treea98215c0cbc318f77ac2ad3b2fb42c3d6a0a465c
parentd9ce382453f26bee0d1c925c5c91e244292ffbe5 (diff)
downloadeclipse.platform.debug-97d3154a436496692bfc69a6c8167cadb6afc5ea.tar.gz
eclipse.platform.debug-97d3154a436496692bfc69a6c8167cadb6afc5ea.tar.xz
eclipse.platform.debug-97d3154a436496692bfc69a6c8167cadb6afc5ea.zip
Bug 538214 - Build path of org.eclipse.debug.examples.memory looksI20180826-2000I20180825-1500I20180824-2000
broken Change-Id: Ic4133faa582ae3e6fc4cdbfbe2f11002b97ca71e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-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 d9f32c169..eca7bdba8 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.8"/>
<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