Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-06-14 14:47:27 +0000
committerArun Thondapu2016-07-12 08:38:18 +0000
commitce5c183d4a069363d852b4b2abceb8a9dc2e3601 (patch)
treeb212a3a74a499bbb56c57afb3930de7dca40fd4e /bundles/org.eclipse.swt/.classpath_gtk
parent7b2bf7652c8c744510eba4e87f9cd6926e02f2cd (diff)
downloadeclipse.platform.swt-ce5c183d4a069363d852b4b2abceb8a9dc2e3601.tar.gz
eclipse.platform.swt-ce5c183d4a069363d852b4b2abceb8a9dc2e3601.tar.xz
eclipse.platform.swt-ce5c183d4a069363d852b4b2abceb8a9dc2e3601.zip
Bug 481195 - Update SWT to Java 8
Change-Id: Ic72803bc574c5a7ef9053eb1139b0b1f5af8a873 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_gtk')
-rw-r--r--bundles/org.eclipse.swt/.classpath_gtk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_gtk b/bundles/org.eclipse.swt/.classpath_gtk
index 3e015ea8d5..d14438ba10 100644
--- a/bundles/org.eclipse.swt/.classpath_gtk
+++ b/bundles/org.eclipse.swt/.classpath_gtk
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="Eclipse SWT/gtk"/>
<classpathentry kind="src" path="Eclipse SWT/cairo"/>
<classpathentry kind="src" path="Eclipse SWT/emulated/bidi"/>

Back to the top