Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2013-11-28 09:38:37 +0000
committerLakshmi Shanmugam2013-11-28 09:38:37 +0000
commit918af25b2321c4e04533d60bbf130ae6f5fae441 (patch)
treef9e75f76bb38ec2f5f8284955c94007bd19dd7a0 /bundles/org.eclipse.swt/.classpath_carbon
parent6c48129efab113803ef6d6a35457b5eb7eea82a5 (diff)
downloadeclipse.platform.swt-918af25b2321c4e04533d60bbf130ae6f5fae441.tar.gz
eclipse.platform.swt-918af25b2321c4e04533d60bbf130ae6f5fae441.tar.xz
eclipse.platform.swt-918af25b2321c4e04533d60bbf130ae6f5fae441.zip
Bug 411356 - Move requirement for SWT to Java 1.5v4412f
Diffstat (limited to 'bundles/org.eclipse.swt/.classpath_carbon')
-rw-r--r--bundles/org.eclipse.swt/.classpath_carbon3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/.classpath_carbon b/bundles/org.eclipse.swt/.classpath_carbon
index 3a1e47883d..6b105fc372 100644
--- a/bundles/org.eclipse.swt/.classpath_carbon
+++ b/bundles/org.eclipse.swt/.classpath_carbon
@@ -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/CDC-1.0%Foundation-1.0"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="src" path="Eclipse SWT/carbon"/>
<classpathentry kind="src" path="Eclipse SWT/common"/>
<classpathentry kind="src" path="Eclipse SWT/common_j2se"/>
@@ -34,6 +34,5 @@
<classpathentry kind="src" path="Eclipse SWT OpenGL/carbon"/>
<classpathentry kind="src" path="Eclipse SWT OpenGL/common"/>
<classpathentry kind="src" path="Eclipse SWT Theme/carbon"/>
- <classpathentry kind="lib" path="extra_jars/exceptions.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top