Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,24 +232,6 @@
id="org.springsource.ide.eclipse.commons.preferencePage"
name="Spring">
</page>
<page
category="org.springsource.ide.eclipse.commons.preferencePage"
class="org.springframework.tooling.boot.ls.RewritePreferencePage"
id="org.springframework.tooling.boot.ls.rewrite"
name="OpenRewrite">
</page>
<page
category="org.springframework.tooling.boot.ls.rewrite"
class="org.springframework.tooling.boot.ls.RecipeFiltersPreferencePage"
id="org.springframework.tooling.boot.ls.rewrite.filters"
name="Filter Recipes">
</page>
<page
category="org.springframework.tooling.boot.ls.rewrite"
class="org.springframework.tooling.boot.ls.PlugRecipesPreferencePage"
id="org.springframework.tooling.boot.ls.rewrite.load"
name="Plug Recipes">
</page>
<page
category="org.springsource.ide.eclipse.commons.preferencePage"
class="org.springframework.tooling.boot.ls.prefs.ValidationPreferencePage"
Expand Down Expand Up @@ -287,14 +269,6 @@
</with>
</activeWhen>
</handler>
<handler
class="org.springframework.tooling.boot.ls.commands.RewriteRefactoringsHandler$RefactorBootProject"
commandId="org.springframework.tooling.boot.ls.rewrite.refactor">
</handler>
<handler
class="org.springframework.tooling.boot.ls.commands.RewriteRefactoringsHandler$UpgradeBootVersion"
commandId="org.springframework.tooling.boot.ls.rewrite.boot-upgrade">
</handler>
<handler
class="org.springframework.tooling.boot.ls.commands.RefreshModulithMetadata"
commandId="org.springframework.tooling.boot.ls.modulith.metadata.refresh">
Expand Down Expand Up @@ -325,18 +299,6 @@
categoryId="org.springframework.ide.eclipse.commands"
name="Toggle Comment">
</command>
<command
categoryId="org.springframework.ide.eclipse.commands"
description="Rewrite Refactorings for Spring Boot projects"
id="org.springframework.tooling.boot.ls.rewrite.refactor"
name="Refactor Spring Boot Project...">
</command>
<command
categoryId="org.springframework.ide.eclipse.commands"
description="Upgrade Spring Boot Version for a Spring Boot project"
id="org.springframework.tooling.boot.ls.rewrite.boot-upgrade"
name="Upgrade Spring Boot Version...">
</command>
<command
description="Refresh project&apos;s Modulith metadata and re-validate the project"
id="org.springframework.tooling.boot.ls.modulith.metadata.refresh"
Expand Down Expand Up @@ -583,160 +545,6 @@
<menuContribution
allPopups="false"
locationURI="popup:org.springframework.ide.eclipse.ui.tools?after=boot">
<command
commandId="org.springframework.tooling.boot.ls.rewrite.boot-upgrade"
id="org.springframework.tooling.boot.ls.rewrite.boot-upgrade"
label="Upgrade Spring Boot Version..."
style="push">
<visibleWhen
checkEnabled="false">
<and>
<count
value="1">
</count>
<iterate>
<or>
<adapt
type="org.eclipse.core.resources.IFile">
<and>
<test
forcePluginActivation="true"
property="org.springsource.ide.eclipse.boot.isBootResource">
</test>
<or>
<and>
<test
property="org.eclipse.core.resources.path"
value="/*/pom.xml">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.m2e.core.maven2Nature">
</test>
</and>
<and>
<test
property="org.eclipse.core.resources.path"
value="/*/build.gradle">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.buildship.core.gradleprojectnature">
</test>
</and>
</or>
</and>
</adapt>
<adapt
type="org.eclipse.core.resources.IProject">
<and>
<test
forcePluginActivation="true"
property="org.springsource.ide.eclipse.boot.isBootResource">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.jdt.core.javanature">
</test>
<or>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.m2e.core.maven2Nature">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.buildship.core.gradleprojectnature">
</test>
</or>
</and>
</adapt>
</or>
</iterate>
<test
property="org.springframework.tooling.boot.ls.areRewriteProjectRefactoringsOn">
</test>
</and>
</visibleWhen>
</command>
<command
commandId="org.springframework.tooling.boot.ls.rewrite.refactor"
id="org.springframework.tooling.boot.ls.rewrite.refactor"
label="Refactor Spring Boot Project..."
style="push">
<visibleWhen
checkEnabled="false">
<and>
<count
value="1">
</count>
<iterate>
<or>
<adapt
type="org.eclipse.core.resources.IFile">
<and>
<test
forcePluginActivation="true"
property="org.springsource.ide.eclipse.boot.isBootResource">
</test>
<or>
<and>
<test
property="org.eclipse.core.resources.path"
value="/*/pom.xml">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.m2e.core.maven2Nature">
</test>
</and>
<and>
<test
property="org.eclipse.core.resources.path"
value="/*/build.gradle">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.buildship.core.gradleprojectnature">
</test>
</and>
</or>
</and>
</adapt>
<adapt
type="org.eclipse.core.resources.IProject">
<and>
<test
forcePluginActivation="true"
property="org.springsource.ide.eclipse.boot.isBootResource">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.jdt.core.javanature">
</test>
<or>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.m2e.core.maven2Nature">
</test>
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.buildship.core.gradleprojectnature">
</test>
</or>
</and>
</adapt>
</or>
</iterate>
<test
property="org.springframework.tooling.boot.ls.areRewriteProjectRefactoringsOn">
</test>
</and>
</visibleWhen>
</command>
<separator
name="org.springframework.tooling.boot.ls.rewrite"
visible="true">
</separator>
<command
commandId="org.springframework.tooling.boot.ls.modulith.metadata.refresh"
id="org.springframework.tooling.boot.ls.modulith.metadata.refresh"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading