|
44 | 44 | <setupTask
|
45 | 45 | xsi:type="setup:ResourceCreationTask"
|
46 | 46 | excludedTriggers="STARTUP MANUAL"
|
47 |
| - 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>
" |
48 | 47 | targetURL="${workspace.location|uri}/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml"
|
49 | 48 | encoding="UTF-8">
|
50 | 49 | <description>
|
51 | 50 | Initialize JDT's package explorer to show working sets as
|
52 | 51 | its root objects
|
53 | 52 | </description>
|
| 53 | + <content> |
| 54 | + <?xml version="1.0" encoding="UTF-8"?> |
| 55 | + <section name="Workbench"> |
| 56 | + <section name="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"> |
| 57 | + <item value="true" key="group_libraries"/> |
| 58 | + <item value="false" key="linkWithEditor"/> |
| 59 | + <item value="2" key="layout"/> |
| 60 | + <item value="2" key="rootMode"/> |
| 61 | + <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"/> |
| 62 | + </section> |
| 63 | + </section> |
| 64 | + |
| 65 | + </content> |
54 | 66 | </setupTask>
|
55 | 67 | <setupTask
|
56 | 68 | xsi:type="setup.p2:P2Task">
|
|
104 | 116 | </description>
|
105 | 117 | </setupTask>
|
106 | 118 | <setupTask
|
107 |
| - xsi:type="oomph:GradleImportTask"> |
| 119 | + xsi:type="oomph:GradleImportTask" |
| 120 | + javaHome="${jre.location-1.8}"> |
108 | 121 | <sourceLocator
|
109 | 122 | rootFolder="${checkout.location}"
|
110 | 123 | locateNestedProjects="true"/>
|
111 | 124 | </setupTask>
|
| 125 | + <setupTask |
| 126 | + xsi:type="oomph:GradleImportTask" |
| 127 | + javaHome="${jre.location-1.8}"> |
| 128 | + <sourceLocator |
| 129 | + rootFolder="${checkout.location}/buildSrc"/> |
| 130 | + </setupTask> |
112 | 131 | <setupTask
|
113 | 132 | xsi:type="setup.workingsets:WorkingSetTask">
|
114 | 133 | <workingSet
|
|
120 | 139 | pattern="spring-boot.*"/>
|
121 | 140 | <operand
|
122 | 141 | xsi:type="workingsets:ExclusionPredicate"
|
123 |
| - excludedWorkingSet="//@setupTasks.7/@workingSets.3 //@setupTasks.7/@workingSets.2 //@setupTasks.7/@workingSets.4 //@setupTasks.7/@workingSets.1"/> |
| 142 | + excludedWorkingSet="//@setupTasks.8/@workingSets[name='spring-boot-smoke-tests']"/> |
124 | 143 | </predicate>
|
125 | 144 | </workingSet>
|
126 | 145 | <workingSet
|
|
162 | 181 | pattern="spring-boot-(.*-test|tests).*"/>
|
163 | 182 | <operand
|
164 | 183 | xsi:type="workingsets:ExclusionPredicate"
|
165 |
| - excludedWorkingSet="//@setupTasks.7/@workingSets.3"/> |
| 184 | + excludedWorkingSet="//@setupTasks.8/@workingSets[name='spring-boot-smoke-tests']"/> |
166 | 185 | </predicate>
|
167 | 186 | </workingSet>
|
168 | 187 | </setupTask>
|
|
0 commit comments