diff options
author | Lars Vogel | 2015-12-04 09:06:52 +0000 |
---|---|---|
committer | Arun Thondapu | 2016-02-08 18:07:19 +0000 |
commit | 0095f2a065fbcf98549c0467ab2eae2d35219fc2 (patch) | |
tree | 5f9f2062307b0d9d3ace5250ffafcd4dd186b6d4 /bundles/org.eclipse.swt/.classpath_win32 | |
parent | 45bb33775fc0e662f7a581dfaebbdca89fb1aa10 (diff) | |
download | eclipse.platform.swt-0095f2a065fbcf98549c0467ab2eae2d35219fc2.tar.gz eclipse.platform.swt-0095f2a065fbcf98549c0467ab2eae2d35219fc2.tar.xz eclipse.platform.swt-0095f2a065fbcf98549c0467ab2eae2d35219fc2.zip |
Bug 483635 - Update SWT to Java 7
Update the classpath files and buildFragment.xml.
Change-Id: I2f359936ed30d24404549532242834f2be703ee7
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_win32')
-rw-r--r-- | bundles/org.eclipse.swt/.classpath_win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_win32 b/bundles/org.eclipse.swt/.classpath_win32 index 129a91d798..c8281212cf 100644 --- a/bundles/org.eclipse.swt/.classpath_win32 +++ b/bundles/org.eclipse.swt/.classpath_win32 @@ -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/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry kind="src" path="Eclipse SWT/win32"/> <classpathentry kind="src" path="Eclipse SWT/common"/> <classpathentry kind="src" path="Eclipse SWT/common_j2se"/> |