Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse eTrice™
Eclipse eTrice
Commits
cd318150
Commit
cd318150
authored
Jan 31, 2022
by
Juergen Haug
Committed by
Gerrit Code Review @ Eclipse.org
Jan 31, 2022
Browse files
Merge "updated jdt setting in etrice.setup for java 11"
parents
1b11507b
d73b2f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
team/ETrice.setup
View file @
cd318150
...
...
@@ -29,10 +29,22 @@
<setupTask
xsi:type=
"setup:ResourceCreationTask"
excludedTriggers=
"STARTUP MANUAL"
content=
"<?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>
"
targetURL=
"${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
encoding=
"UTF-8"
>
<description>
Initialize JDT's package explorer to show working sets as its root objects
</description>
<content>
<
?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>
</content>
</setupTask>
<setupTask
xsi:type=
"setup.p2:P2Task"
>
...
...
@@ -162,15 +174,15 @@
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform"
value=
"1
.8
"
/>
value=
"1
1
"
/>
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance"
value=
"1
.8
"
/>
value=
"1
1
"
/>
<setupTask
xsi:type=
"setup:PreferenceTask"
key=
"/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source"
value=
"1
.8
"
/>
value=
"1
1
"
/>
</setupTask>
<setupTask
xsi:type=
"setup:CompoundTask"
...
...
@@ -325,7 +337,16 @@
<setupTask
xsi:type=
"projects:ProjectsImportTask"
>
<sourceLocator
rootFolder=
"${git.clone.location}"
/>
rootFolder=
"${git.clone.location}"
>
<excludedPath>
examples
</excludedPath>
<excludedPath>
runtime
</excludedPath>
<predicate
xsi:type=
"predicates:NotPredicate"
>
<operand
xsi:type=
"predicates:NaturePredicate"
nature=
"org.eclipse.cdt.core.cnature"
/>
</predicate>
</sourceLocator>
<sourceLocator
rootFolder=
"${git.clone.website.location}"
/>
</setupTask>
...
...
@@ -338,18 +359,6 @@
xsi:type=
"predicates:RepositoryPredicate"
project=
"org.eclipse.etrice.core.common"
/>
</workingSet>
<workingSet
name=
"${scope.project.label} C/C++"
>
<predicate
xsi:type=
"predicates:AndPredicate"
>
<operand
xsi:type=
"predicates:NaturePredicate"
nature=
"org.eclipse.cdt.core.cnature"
/>
<operand
xsi:type=
"predicates:RepositoryPredicate"
project=
"org.eclipse.etrice.core.common"
/>
</predicate>
</workingSet>
<workingSet
name=
"${scope.project.label} Features"
>
<predicate
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment