Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/plugin.xml4
2 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
index 66d002bdb..44c74f930 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
@@ -30,6 +30,7 @@ Export-Package: org.eclipse.wst.wsdl.ui.internal,
org.eclipse.wst.wsdl.ui.internal.parameters,
org.eclipse.wst.wsdl.ui.internal.properties.section,
org.eclipse.wst.wsdl.ui.internal.reconciler,
+ org.eclipse.wst.wsdl.ui.internal.refactor,
org.eclipse.wst.wsdl.ui.internal.text,
org.eclipse.wst.wsdl.ui.internal.typesystem,
org.eclipse.wst.wsdl.ui.internal.util,
diff --git a/bundles/org.eclipse.wst.wsdl.ui/plugin.xml b/bundles/org.eclipse.wst.wsdl.ui/plugin.xml
index 55cde6309..ae343bbcb 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.wsdl.ui/plugin.xml
@@ -328,7 +328,7 @@
<extension
point="org.eclipse.wst.common.core.searchParticipants">
<searchParticipant
- id="org.eclipse.wst.wsdl.ui.internal.search.WSDLSearchParticipant"
+ id="org.eclipse.wst.wsdl.search.WSDLSearchParticipant"
class="org.eclipse.wst.wsdl.ui.internal.search.WSDLSearchParticipant">
<enablement>
<or>
@@ -348,7 +348,7 @@
<extension
point="org.eclipse.ltk.core.refactoring.renameParticipants">
<renameParticipant
- name="WSDL Rename Particpant"
+ name="WSDL Rename Particpant"
class="org.eclipse.wst.wsdl.ui.internal.refactor.WSDLComponentRenameParticipant"
id="org.eclipse.wst.wsdl.ui.refactoring.WSDLComponentRenameParticipant">
<enablement>

Back to the top