Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2011-11-16 23:23:33 +0000
committerAndrew Gvozdev2011-11-16 23:23:33 +0000
commite47db971decd8fd15ce52984be3de50b6eaa24de (patch)
treee0fe56e81a247a0e29a428af556909999cd36947 /xlc/org.eclipse.cdt.make.xlc.core/.classpath
parent20693f80fd68168deec11a4c05ab8c3046c5b198 (diff)
downloadorg.eclipse.cdt-e47db971decd8fd15ce52984be3de50b6eaa24de.tar.gz
org.eclipse.cdt-e47db971decd8fd15ce52984be3de50b6eaa24de.tar.xz
org.eclipse.cdt-e47db971decd8fd15ce52984be3de50b6eaa24de.zip
Switched to Java 1.6 rest of build packages.
Diffstat (limited to 'xlc/org.eclipse.cdt.make.xlc.core/.classpath')
-rw-r--r--xlc/org.eclipse.cdt.make.xlc.core/.classpath14
1 files changed, 7 insertions, 7 deletions
diff --git a/xlc/org.eclipse.cdt.make.xlc.core/.classpath b/xlc/org.eclipse.cdt.make.xlc.core/.classpath
index 751c8f2e504..ed2bc1287f0 100644
--- a/xlc/org.eclipse.cdt.make.xlc.core/.classpath
+++ b/xlc/org.eclipse.cdt.make.xlc.core/.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.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <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="output" path="bin"/>
+</classpath>

Back to the top