Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2018-04-26 10:30:07 +0000
committerAndrey Loskutov2018-04-26 11:17:19 +0000
commitd117182645abdbebe17daa39c39b8d1ce6d38600 (patch)
treecac09d434b0e72b608c389c51ec5d2eb21374ea9 /org.eclipse.jdt.core.ecj.validation
parenta3b472f8ab1f96500bf262e5f500b5ba6bcfa4db (diff)
downloadeclipse.jdt.core-d117182645abdbebe17daa39c39b8d1ce6d38600.tar.gz
eclipse.jdt.core-d117182645abdbebe17daa39c39b8d1ce6d38600.tar.xz
eclipse.jdt.core-d117182645abdbebe17daa39c39b8d1ce6d38600.zip
Bug 534083 - The .classpath file of org.eclipse.jdt.core.ecj.validation
is not portable It should use JavaSE-1.8 not jdk1.8.0_121. Change-Id: I589994015896bf5154a3116740be60fc82ec52be Signed-off-by: Ed Merks <ed.merks@gmail.com>
Diffstat (limited to 'org.eclipse.jdt.core.ecj.validation')
-rw-r--r--org.eclipse.jdt.core.ecj.validation/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.ecj.validation/.classpath b/org.eclipse.jdt.core.ecj.validation/.classpath
index 4a4c9161f3..a189488a3c 100644
--- a/org.eclipse.jdt.core.ecj.validation/.classpath
+++ b/org.eclipse.jdt.core.ecj.validation/.classpath
@@ -1,6 +1,6 @@
<?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/jdk1.8.0_121"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="compiler"/>
<classpathentry kind="src" path="batch"/>
<classpathentry kind="output" path="bin"/>

Back to the top