From 718088b9070fbac2f48354e884592804a37b20a8 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Wed, 2 Sep 2020 18:54:36 +0300 Subject: [PATCH] Bug 566610 - CDT 10.0 stream should use LSP4E 0.16.0 release Use https://download.eclipse.org/lsp4e/releases/0.16.0/ instead of snapshots for CDT 10.0 stream. Change-Id: I163c3de4723facb45eb23a548174e8a4cd6c0e5c Signed-off-by: Alexander Fedorov --- releng/CDT.setup | 16 ++++++++++++++-- releng/org.eclipse.cdt.target/cdt.target | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/releng/CDT.setup b/releng/CDT.setup index a37d1caf48f..3380d13d591 100644 --- a/releng/CDT.setup +++ b/releng/CDT.setup @@ -49,10 +49,22 @@ Initialize JDT's package explorer to show working sets as its root objects + + <?xml version="1.0" encoding="UTF-8"?> + <section name="Workbench"> + <section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"> + <item value="true" key="group_libraries"/> + <item value="false" key="linkWithEditor"/> + <item value="2" key="layout"/> + <item value="2" key="rootMode"/> + <item value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#x0D;&#x0A;&lt;packageExplorer configured=&quot;true&quot; group_libraries=&quot;1&quot; layout=&quot;2&quot; linkWithEditor=&quot;0&quot; rootMode=&quot;2&quot; sortWorkingSets=&quot;false&quot; workingSetName=&quot;&quot;&gt;&#x0D;&#x0A;&lt;localWorkingSetManager&gt;&#x0D;&#x0A;&lt;workingSet editPageId=&quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&quot; factoryID=&quot;org.eclipse.ui.internal.WorkingSetFactory&quot; id=&quot;1382792884467_1&quot; label=&quot;Other Projects&quot; name=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/localWorkingSetManager&gt;&#x0D;&#x0A;&lt;activeWorkingSet workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;allWorkingSets workingSetName=&quot;Other Projects&quot;/&gt;&#x0D;&#x0A;&lt;/packageExplorer&gt;" key="memento"/> + </section> + </section> + + + url="https://download.eclipse.org/lsp4e/releases/0.16.0/"/> - + @@ -24,7 +24,7 @@ - +