Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-12-28 21:29:45 +0000
committerDoug Schaefer2007-12-28 21:29:45 +0000
commit0d50d5b2223b085f5d1855e5b461f1fb5e26395d (patch)
treedc0794b88fec6ce154e744ffbbe047bb41adfdc3 /core/org.eclipse.cdt.core/.classpath
parent5ff70f6e9757e595d211fb7d7b6a8f5dbb9121d9 (diff)
downloadorg.eclipse.cdt-0d50d5b2223b085f5d1855e5b461f1fb5e26395d.tar.gz
org.eclipse.cdt-0d50d5b2223b085f5d1855e5b461f1fb5e26395d.tar.xz
org.eclipse.cdt-0d50d5b2223b085f5d1855e5b461f1fb5e26395d.zip
Get more of the FFS working. Also turned on Java 5 for cdt.core.
Diffstat (limited to 'core/org.eclipse.cdt.core/.classpath')
-rw-r--r--core/org.eclipse.cdt.core/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/.classpath b/core/org.eclipse.cdt.core/.classpath
index 7628a2b870a..2288d9b1dc8 100644
--- a/core/org.eclipse.cdt.core/.classpath
+++ b/core/org.eclipse.cdt.core/.classpath
@@ -6,7 +6,7 @@
<classpathentry kind="src" path="utils"/>
<classpathentry kind="src" path="parser"/>
<classpathentry kind="src" path="templateengine"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <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