Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich2012-01-11 19:24:06 +0000
committerFelipe Heidrich2012-01-11 19:24:06 +0000
commitff22354677b5d9a3279f7c1ed7dedaeab283bd03 (patch)
tree451fb9e61d5d506661bf236f0b4b2071adc1ca86
parente15ee682e30fa9bffca77ff4f7bacbb3da9faebf (diff)
downloadeclipse.platform.swt-ff22354677b5d9a3279f7c1ed7dedaeab283bd03.tar.gz
eclipse.platform.swt-ff22354677b5d9a3279f7c1ed7dedaeab283bd03.tar.xz
eclipse.platform.swt-ff22354677b5d9a3279f7c1ed7dedaeab283bd03.zip
Bug 366810 - 'org.eclipse.swt.examples' has wrong Java build path
-rw-r--r--examples/org.eclipse.swt.examples/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples/.classpath b/examples/org.eclipse.swt.examples/.classpath
index 065ac06e19..b7464f3ca2 100644
--- a/examples/org.eclipse.swt.examples/.classpath
+++ b/examples/org.eclipse.swt.examples/.classpath
@@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top