summaryrefslogtreecommitdiffstats
path: root/examples/org.eclipse.swt.snippets/.classpath
diff options
context:
space:
mode:
authorMarkus Keller <markus_keller@ch.ibm.com>2013-07-01 17:06:11 +0200
committerMarkus Keller <markus_keller@ch.ibm.com>2013-07-01 17:06:11 +0200
commitf1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19 (patch)
tree716b733df2bb5f1dc19a219ca27b5912690e4791 /examples/org.eclipse.swt.snippets/.classpath
parent48182d20aa1f64b7236dd904a9fb69ad577aead7 (diff)
downloadeclipse.platform.swt-f1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19.tar.gz
eclipse.platform.swt-f1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19.tar.xz
eclipse.platform.swt-f1d983016e5384ae0ec1a8ed952b8ecbe8f2fb19.zip
converted to OSGi bundle and set BREE to 1.6
Diffstat (limited to 'examples/org.eclipse.swt.snippets/.classpath')
-rw-r--r--examples/org.eclipse.swt.snippets/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.swt.snippets/.classpath b/examples/org.eclipse.swt.snippets/.classpath
index 751c8f2e50..ad32c83a78 100644
--- a/examples/org.eclipse.swt.snippets/.classpath
+++ b/examples/org.eclipse.swt.snippets/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <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/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>