From d843139cd1ce0e611a4e21f41abd92362b23482e Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Fri, 21 Sep 2018 15:59:07 +0300 Subject: [PATCH] Add org.eclipse.che.ls.java installer into E2E test workspace templates Signed-off-by: Dmytro Nochevnov --- .../test/resources/templates/workspace/openshift/default.json | 3 ++- .../resources/templates/workspace/openshift/ubuntu_jdk8.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/default.json b/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/default.json index bfa3491d8a2..f68263868d2 100644 --- a/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/default.json +++ b/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/default.json @@ -6,7 +6,8 @@ "installers":[ "org.eclipse.che.terminal", "org.eclipse.che.ws-agent", - "org.eclipse.che.exec" + "org.eclipse.che.exec", + "org.eclipse.che.ls.java" ], "attributes": { "memoryLimitBytes": "desired_memory_value" diff --git a/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/ubuntu_jdk8.json b/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/ubuntu_jdk8.json index a5ac4082c78..21dc0104d96 100644 --- a/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/ubuntu_jdk8.json +++ b/selenium/che-selenium-test/src/test/resources/templates/workspace/openshift/ubuntu_jdk8.json @@ -6,7 +6,8 @@ "installers": [ "org.eclipse.che.terminal", "org.eclipse.che.ws-agent", - "org.eclipse.che.exec" + "org.eclipse.che.exec", + "org.eclipse.che.ls.java" ], "attributes": { "memoryLimitBytes": "desired_memory_value"