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:
authorcbrealey2005-11-30 18:39:46 +0000
committercbrealey2005-11-30 18:39:46 +0000
commit990ca0657158bff9ba71cae8f71a8c1b983add44 (patch)
treeaea8e9f61677ac4679bc8cc651f8cc52fa32059e /bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml
parent86abe34000a46b0c6120d5bdc6c93a1d02f0be05 (diff)
downloadwebtools.webservices-990ca0657158bff9ba71cae8f71a8c1b983add44.tar.gz
webtools.webservices-990ca0657158bff9ba71cae8f71a8c1b983add44.tar.xz
webtools.webservices-990ca0657158bff9ba71cae8f71a8c1b983add44.zip
[118531] org.eclipse.jst.* extension points are missing schema descriptions
Diffstat (limited to 'bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml')
-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