Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-01-16 08:34:36 +0000
committerAlexander Kurtakov2015-01-16 08:34:36 +0000
commit1c7342818fdf30c214feb852bb2d2bdc2c5f8845 (patch)
treea442a843812dad8d97430fc6b537c4eb2af3321d /bundles/org.eclipse.swt.tools/.classpath
parentcf782bef8144c630c0ea9521c42cfc62b7b28749 (diff)
downloadeclipse.platform.swt-1c7342818fdf30c214feb852bb2d2bdc2c5f8845.tar.gz
eclipse.platform.swt-1c7342818fdf30c214feb852bb2d2bdc2c5f8845.tar.xz
eclipse.platform.swt-1c7342818fdf30c214feb852bb2d2bdc2c5f8845.zip
Bug 457659 - Move swt.tools to Java 1.6
Bump BREE, fix new warnings, enable save actions for them. Change-Id: I8f7f59d6f2e2a3c10dd45465d09f2ac8f9c9a86a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt.tools/.classpath')
-rw-r--r--bundles/org.eclipse.swt.tools/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt.tools/.classpath b/bundles/org.eclipse.swt.tools/.classpath
index 9db6dc8443..3f64a8ff58 100644
--- a/bundles/org.eclipse.swt.tools/.classpath
+++ b/bundles/org.eclipse.swt.tools/.classpath
@@ -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.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="JNI Generation"/>

Back to the top