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:
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption.ui')
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml b/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
index 3d440dc31..b249ea214 100644
--- a/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
@@ -3,19 +3,23 @@
<plugin>
- <extension-point
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
+ <extension-point
id="publicUDDIRegistryType"
name="%XP_PUBLIC_UDDI_REGISTRY_TYPES"/>
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
<extension-point
id="privateUDDIRegistryType"
name="%XP_PRIVATE_UDDI_REGISTRY_TYPES"/>
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
<extension-point
id="webServiceTest"
name="%XP_WEB_SERVICE_TEST"
schema="schema/webServiceTest.exsd"/>
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point
id="objectSelectionWidget"
name="%XP_OBJECT_SELECTION_WIDGET"
@@ -615,12 +619,22 @@
</objectSelectionWidget>
</extension>
-
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point id="wsImpl" name="%XP_wsImpl"/>
+
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point id="wsClientImpl" name="%XP_wsClientImpl"/>
+
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point id="runtimes" name="%XP_runtimes" />
+
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point id="serviceRuntimes" name="%XP_serviceRuntimes" />
+
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point id="clientRuntimes" name="%XP_clientRuntimes" />
+
+ <!-- The following extension point is internal, though likely to be made public with changes in a future release. -->
<extension-point id="tester" name="%XP_tester"/>
<!-- Test Extensions beginning -->

Back to the top