fixed JRE_CONTAINER setting for com.sap.sse.datamining.ui.test to JavaSE-1.8

Change-Id: I05a42d28e03d5d5c93d9e86d48bf761d74186cee
This commit is contained in:
Axel Uhl
2018-11-29 15:28:23 +01:00
parent df911ce509
commit 30ef46af7a
@@ -2,8 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/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>