Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-06-18 18:58:19 +0000
committerJohn Cortell2010-06-18 18:58:19 +0000
commitabc6a93d59f3d6c8e690fd0f64dec51a2f709b87 (patch)
tree05694f6c9e055a5e1d5eb0a0d49ed03c929abaca /memory/org.eclipse.cdt.debug.ui.memory.search
parent44b0e41210eadbcccf0cebe918da8b62fb22d113 (diff)
downloadorg.eclipse.cdt-abc6a93d59f3d6c8e690fd0f64dec51a2f709b87.tar.gz
org.eclipse.cdt-abc6a93d59f3d6c8e690fd0f64dec51a2f709b87.tar.xz
org.eclipse.cdt-abc6a93d59f3d6c8e690fd0f64dec51a2f709b87.zip
Updated classpath to specify 1.5 JRE. The lack of it was causing errors for Mikhail (now that I've turning those warnings into errors). Not sure why I'm not seeing them. Investigating...
Diffstat (limited to 'memory/org.eclipse.cdt.debug.ui.memory.search')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory.search/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory.search/.classpath b/memory/org.eclipse.cdt.debug.ui.memory.search/.classpath
index 751c8f2e504..304e86186aa 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory.search/.classpath
+++ b/memory/org.eclipse.cdt.debug.ui.memory.search/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top