Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-10-07 08:01:43 +0000
committerLars Vogel2015-10-08 07:52:27 +0000
commitaedcb52456429a837326827130c3da1bcabecce4 (patch)
treea2b06dada32bd4becfa34fb0f82e6abd70c518cf /org.eclipse.ui.cheatsheets/.classpath
parent0ca8bcbdf29b0fb83563d24af02b2c77d3e574f0 (diff)
downloadeclipse.platform.ua-aedcb52456429a837326827130c3da1bcabecce4.tar.gz
eclipse.platform.ua-aedcb52456429a837326827130c3da1bcabecce4.tar.xz
eclipse.platform.ua-aedcb52456429a837326827130c3da1bcabecce4.zip
Bug 479209 - Update org.eclipse.ui.cheatsheets to Java 8
Change-Id: I7a323e978fab1277dcf8bb609623dccbd70a276d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.ui.cheatsheets/.classpath')
-rw-r--r--org.eclipse.ui.cheatsheets/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/.classpath b/org.eclipse.ui.cheatsheets/.classpath
index ce7393340..01836c484 100644
--- a/org.eclipse.ui.cheatsheets/.classpath
+++ b/org.eclipse.ui.cheatsheets/.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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top