Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-03-10 08:31:26 +0000
committerAlexander Kurtakov2021-03-10 08:31:26 +0000
commit470d52224749133f79fd959c0e4dca168da70f18 (patch)
tree920c8fed59f58db414d1e6275481b5d920fdf026
parent349cb9b840b28cd58e25437576e962f4997d8c97 (diff)
downloadeclipse.platform.ua-470d52224749133f79fd959c0e4dca168da70f18.tar.gz
eclipse.platform.ua-470d52224749133f79fd959c0e4dca168da70f18.tar.xz
eclipse.platform.ua-470d52224749133f79fd959c0e4dca168da70f18.zip
Infocenter product requires Java 11
Change-Id: Icb88b607a5fe4d536fb1d69ec6d8902c8966048e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--infocenter-web/infocenter-product/infocenter.product6
1 files changed, 4 insertions, 2 deletions
diff --git a/infocenter-web/infocenter-product/infocenter.product b/infocenter-web/infocenter-product/infocenter.product
index edd449fb1..62eca91af 100644
--- a/infocenter-web/infocenter-product/infocenter.product
+++ b/infocenter-web/infocenter-product/infocenter.product
@@ -28,13 +28,15 @@ org.osgi.framework.bootdelegation=*
</launcher>
<vm>
- <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</macos>
+ <linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
+ <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
+ <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
</vm>
<plugins>
<plugin id="com.ibm.icu"/>
- <plugin id="javax.el"/>
<plugin id="jakarta.servlet-api"/>
+ <plugin id="javax.el"/>
<plugin id="javax.servlet.jsp"/>
<plugin id="javax.xml"/>
<plugin id="org.apache.felix.scr"/>

Back to the top