Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2020-12-14 11:12:17 +0000
committerMickael Istria2020-12-14 11:12:43 +0000
commit43691a1b562b6c08bd459979e03d65125c6d5b4b (patch)
tree54ff9c976d89ddf6d6a50bc42cae6e04cdb8ac5f /org.eclipse.ui.genericeditor.tests/.classpath
parent264e39b9030c760da168284c264b301bd892fd0c (diff)
downloadeclipse.platform.text-43691a1b562b6c08bd459979e03d65125c6d5b4b.tar.gz
eclipse.platform.text-43691a1b562b6c08bd459979e03d65125c6d5b4b.tar.xz
eclipse.platform.text-43691a1b562b6c08bd459979e03d65125c6d5b4b.zip
Bug 564723 - Test showcasing new line indent issue is not in PlatformI20201214-1800
Test passes with Platform only; same test with TM4E would fail. Move BREE to Java 11 by the way to get rid of some warning. Change-Id: Ie050022aae375b15e9249ea69508237601a72fa2 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.ui.genericeditor.tests/.classpath')
-rw-r--r--org.eclipse.ui.genericeditor.tests/.classpath8
1 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.ui.genericeditor.tests/.classpath b/org.eclipse.ui.genericeditor.tests/.classpath
index 22f30643cba..a42a828e04a 100644
--- a/org.eclipse.ui.genericeditor.tests/.classpath
+++ b/org.eclipse.ui.genericeditor.tests/.classpath
@@ -1,7 +1,11 @@
<?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.8"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src">
+ <attributes>
+ <attribute name="test" value="true"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top