Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-05-30 02:48:26 +0000
committerEugene Tarassov2012-05-30 02:48:26 +0000
commit6bf5d2bf3de1bb82ad2e386fe77bb78738532420 (patch)
treebc47481735356cb7f73a837d876e6d6005efe79d /examples/org.eclipse.tcf.examples.daytime/.classpath
parent80dd2d77f9c1b96a11ace9c61f6d0ea9545a4e72 (diff)
downloadorg.eclipse.tcf-6bf5d2bf3de1bb82ad2e386fe77bb78738532420.tar.gz
org.eclipse.tcf-6bf5d2bf3de1bb82ad2e386fe77bb78738532420.tar.xz
org.eclipse.tcf-6bf5d2bf3de1bb82ad2e386fe77bb78738532420.zip
Version number changed from 1.0 to 1.1
Diffstat (limited to 'examples/org.eclipse.tcf.examples.daytime/.classpath')
-rw-r--r--examples/org.eclipse.tcf.examples.daytime/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.tcf.examples.daytime/.classpath b/examples/org.eclipse.tcf.examples.daytime/.classpath
index 01a008e0d..389f662fa 100644
--- a/examples/org.eclipse.tcf.examples.daytime/.classpath
+++ b/examples/org.eclipse.tcf.examples.daytime/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/**" kind="src" path="src"/>
- <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.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="output" path="bin"/>
</classpath>

Back to the top