|
|
|
@ -44,13 +44,25 @@
|
|
|
|
|
<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">
|
|
|
|
@ -104,11 +116,18 @@
|
|
|
|
|
</description>
|
|
|
|
|
</setupTask>
|
|
|
|
|
<setupTask
|
|
|
|
|
xsi:type="oomph:GradleImportTask">
|
|
|
|
|
xsi:type="oomph:GradleImportTask"
|
|
|
|
|
javaHome="${jre.location-1.8}">
|
|
|
|
|
<sourceLocator
|
|
|
|
|
rootFolder="${checkout.location}"
|
|
|
|
|
locateNestedProjects="true"/>
|
|
|
|
|
</setupTask>
|
|
|
|
|
<setupTask
|
|
|
|
|
xsi:type="oomph:GradleImportTask"
|
|
|
|
|
javaHome="${jre.location-1.8}">
|
|
|
|
|
<sourceLocator
|
|
|
|
|
rootFolder="${checkout.location}/buildSrc"/>
|
|
|
|
|
</setupTask>
|
|
|
|
|
<setupTask
|
|
|
|
|
xsi:type="setup.workingsets:WorkingSetTask">
|
|
|
|
|
<workingSet
|
|
|
|
@ -120,7 +139,7 @@
|
|
|
|
|
pattern="spring-boot.*"/>
|
|
|
|
|
<operand
|
|
|
|
|
xsi:type="workingsets:ExclusionPredicate"
|
|
|
|
|
excludedWorkingSet="//@setupTasks.7/@workingSets.3 //@setupTasks.7/@workingSets.2 //@setupTasks.7/@workingSets.4 //@setupTasks.7/@workingSets.1"/>
|
|
|
|
|
excludedWorkingSet="//@setupTasks.8/@workingSets[name='spring-boot-smoke-tests']"/>
|
|
|
|
|
</predicate>
|
|
|
|
|
</workingSet>
|
|
|
|
|
<workingSet
|
|
|
|
@ -162,7 +181,7 @@
|
|
|
|
|
pattern="spring-boot-(.*-test|tests).*"/>
|
|
|
|
|
<operand
|
|
|
|
|
xsi:type="workingsets:ExclusionPredicate"
|
|
|
|
|
excludedWorkingSet="//@setupTasks.7/@workingSets.3"/>
|
|
|
|
|
excludedWorkingSet="//@setupTasks.8/@workingSets[name='spring-boot-smoke-tests']"/>
|
|
|
|
|
</predicate>
|
|
|
|
|
</workingSet>
|
|
|
|
|
</setupTask>
|
|
|
|
|