Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-11-26 11:49:03 +0000
committerAlexander Kurtakov2013-11-26 11:49:03 +0000
commit3418cfa63d3b83d0b2d185baa847e100d68881e8 (patch)
tree0f3d90f5d372f8f73ea74b9514bbdf3afb77599e /bundles/org.eclipse.swt.tools/.classpath
parent46fe45c0a21748cabb5cb937f09a7e0bab32eee7 (diff)
downloadeclipse.platform.swt-3418cfa63d3b83d0b2d185baa847e100d68881e8.tar.gz
eclipse.platform.swt-3418cfa63d3b83d0b2d185baa847e100d68881e8.tar.xz
eclipse.platform.swt-3418cfa63d3b83d0b2d185baa847e100d68881e8.zip
Bump swt.tools to 1.5 BREE.
* Compiler warnings changed. * Add missing @Override. Change-Id: I3214aa6aafe00318545d0c437d9f5f9d2990c72d 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/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt.tools/.classpath b/bundles/org.eclipse.swt.tools/.classpath
index 9c2b44de92..9db6dc8443 100644
--- a/bundles/org.eclipse.swt.tools/.classpath
+++ b/bundles/org.eclipse.swt.tools/.classpath
@@ -1,6 +1,7 @@
<?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.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="src" path="src"/>
<classpathentry kind="src" path="JNI Generation"/>
<classpathentry kind="src" path="Mac Generation"/>
@@ -9,6 +10,5 @@
<classpathentry kind="src" path="NativeStats"/>
<classpathentry kind="src" path="Icon Exe"/>
<classpathentry kind="src" path="JavadocBasher"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top