From 4d4d1507587c62f2d208dd6bb3303ab74fa81178 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 11 Jul 2021 14:47:58 +0200 Subject: [PATCH] update DSL and general project setup --- com.minres.products.setup | 86 ++++++++++----------------------------- org.eclipse.setup | 7 ++-- projects/SCViewer.setup | 28 ++++++------- 3 files changed, 37 insertions(+), 84 deletions(-) diff --git a/com.minres.products.setup b/com.minres.products.setup index 47c3009..5a1bbe6 100644 --- a/com.minres.products.setup +++ b/com.minres.products.setup @@ -32,12 +32,31 @@ filter="(osgi.os=macosx)"/> + + + + + + + + + - - - - - + name="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group"/> - - - - - - - - - + name="org.eclipse.tm.terminal.connector.cdtserial.feature.feature.group"/> - - - - - - - - - - - - - - diff --git a/org.eclipse.setup b/org.eclipse.setup index d39634c..f74b921 100644 --- a/org.eclipse.setup +++ b/org.eclipse.setup @@ -3,7 +3,7 @@ xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:setup="http://www.eclipse.org/oomph/setup/1.0" - name="index" + name="MINRES Setups" label="MINRES Tooling"> @@ -37,9 +37,6 @@ href="https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore#/"/> - - + 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> + + - - - - - - - Install the tools needed in the IDE to work with the source code for ${scope.project.label}