From 92cb6fc234ebe2d141b8286eed969998df63cb2a Mon Sep 17 00:00:00 2001 From: Rob Stryker Date: Mon, 13 Nov 2023 10:12:35 -0500 Subject: [PATCH] Move refactoring contribution extensions to jdt.core.manipulation - Also version bump jdt.core.manipulation Signed-off-by: Rob Stryker --- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.jdt.core.manipulation/plugin.xml | 119 ++++++++++++++++- org.eclipse.jdt.core.manipulation/pom.xml | 2 +- org.eclipse.jdt.ui/plugin.xml | 122 ------------------ 4 files changed, 120 insertions(+), 125 deletions(-) diff --git a/org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF b/org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF index 28b748354b2..9bf99e75912 100644 --- a/org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.core.manipulation/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.jdt.core.manipulation Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.core.manipulation; singleton:=true -Bundle-Version: 1.20.0.qualifier +Bundle-Version: 1.21.0.qualifier Bundle-Vendor: %providerName Bundle-Activator: org.eclipse.jdt.internal.core.manipulation.JavaManipulationPlugin Bundle-Localization: plugin diff --git a/org.eclipse.jdt.core.manipulation/plugin.xml b/org.eclipse.jdt.core.manipulation/plugin.xml index 91b63467369..048b9f8425b 100644 --- a/org.eclipse.jdt.core.manipulation/plugin.xml +++ b/org.eclipse.jdt.core.manipulation/plugin.xml @@ -31,6 +31,123 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.eclipse.jdt.core.manipulation/pom.xml b/org.eclipse.jdt.core.manipulation/pom.xml index 7f9f91a703a..fd6de9b548e 100644 --- a/org.eclipse.jdt.core.manipulation/pom.xml +++ b/org.eclipse.jdt.core.manipulation/pom.xml @@ -18,6 +18,6 @@ org.eclipse.jdt org.eclipse.jdt.core.manipulation - 1.20.0-SNAPSHOT + 1.21.0-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.jdt.ui/plugin.xml b/org.eclipse.jdt.ui/plugin.xml index 1920e079585..a7d1c0dd402 100644 --- a/org.eclipse.jdt.ui/plugin.xml +++ b/org.eclipse.jdt.ui/plugin.xml @@ -5877,128 +5877,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -