Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Barbero2016-12-14 16:13:56 +0000
committerMikaƫl Barbero2017-01-11 09:45:37 +0000
commitbaa04768e2b5e885a64ee9cd75fa63599ff74f14 (patch)
tree5468aab7e8a75778a9ce2e798d6cb3427ba8c216 /bundles/org.eclipse.equinox.preferences/.classpath
parentc49e1155e09e7d358470d592f366eadf3598fe43 (diff)
downloadrt.equinox.bundles-baa04768e2b5e885a64ee9cd75fa63599ff74f14.tar.gz
rt.equinox.bundles-baa04768e2b5e885a64ee9cd75fa63599ff74f14.tar.xz
rt.equinox.bundles-baa04768e2b5e885a64ee9cd75fa63599ff74f14.zip
support Change-Id: Id0fa443eca4e9fd2c73ece6c0b5846715a38f043 Signed-off-by: Mikael Barbero <mikael@eclipse.org>
Diffstat (limited to 'bundles/org.eclipse.equinox.preferences/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.preferences/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.preferences/.classpath b/bundles/org.eclipse.equinox.preferences/.classpath
index 3bc247511..22f30643c 100644
--- a/bundles/org.eclipse.equinox.preferences/.classpath
+++ b/bundles/org.eclipse.equinox.preferences/.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/JavaSE-1.7"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top