Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlexander Fedorov2020-05-06 18:44:04 +0000
committerAlexander Fedorov2020-05-07 06:34:05 +0000
commit825f88f49af0bd8430b29349e7e6b73cc3e02cdd (patch)
treee4d7f1c21dc98623403eac1118c73d1bf8875bef /debug
parent69c551ab04cc82c13a1f4dca45d28e6175b30326 (diff)
downloadorg.eclipse.cdt-825f88f49af0bd8430b29349e7e6b73cc3e02cdd.tar.gz
org.eclipse.cdt-825f88f49af0bd8430b29349e7e6b73cc3e02cdd.tar.xz
org.eclipse.cdt-825f88f49af0bd8430b29349e7e6b73cc3e02cdd.zip
Bug 562790 - Switch CDT 10.0 stream to Eclipse Platform 4.16 M2
Updated Eclipse Platform according to https://www.eclipse.org/lists/eclipse-dev/msg11376.html using https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200501-0520/ Added "org.eclipse.urischeme" bundle to debug.product definition as it now required for E4 SWT Workbench Change-Id: I1d2f634db29271590d93abccde6282c05423ff4f Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.application.product/debug.product1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.product/debug.product b/debug/org.eclipse.cdt.debug.application.product/debug.product
index 5ae6a7e823a..e0207c09331 100644
--- a/debug/org.eclipse.cdt.debug.application.product/debug.product
+++ b/debug/org.eclipse.cdt.debug.application.product/debug.product
@@ -373,6 +373,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<plugin id="org.eclipse.ui.workbench"/>
<plugin id="org.eclipse.ui.workbench.texteditor"/>
<plugin id="org.eclipse.update.configurator"/>
+ <plugin id="org.eclipse.urischeme"/>
<plugin id="org.freemarker"/>
<plugin id="org.sat4j.core"/>
<plugin id="org.sat4j.pb"/>

Back to the top