Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormischarf2009-02-13 03:27:36 +0000
committermischarf2009-02-13 03:27:36 +0000
commit6b5a70587c73c25fa2e3fe80a5f3f5633108f2ae (patch)
treed431ae31112c00f36a0df42af405ead459ea8b68
parent4b36d94a534016eb4904ce55dade74fbb4053f86 (diff)
downloadorg.eclipse.tcf-6b5a70587c73c25fa2e3fe80a5f3f5633108f2ae.tar.gz
org.eclipse.tcf-6b5a70587c73c25fa2e3fe80a5f3f5633108f2ae.tar.xz
org.eclipse.tcf-6b5a70587c73c25fa2e3fe80a5f3f5633108f2ae.zip
classpathe updated
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/.classpath14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath b/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
index 751c8f2e5..2d1a4302f 100644
--- a/examples/org.eclipse.tm.tcf.examples.daytime/.classpath
+++ b/examples/org.eclipse.tm.tcf.examples.daytime/.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.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?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.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top