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
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
-rw-r--r--bundles/org.eclipse.jst.ws.consumption.ui/plugin.xml18
-rw-r--r--bundles/org.eclipse.jst.ws.consumption/plugin.xml6
-rw-r--r--bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml9
-rw-r--r--bundles/org.eclipse.wst.command.env.ui/plugin.xml4
-rw-r--r--bundles/org.eclipse.wst.ws/plugin.xml2
5 files changed, 27 insertions, 12 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 -->
diff --git a/bundles/org.eclipse.jst.ws.consumption/plugin.xml b/bundles/org.eclipse.jst.ws.consumption/plugin.xml
index e3da89c64..f6640aacf 100644
--- a/bundles/org.eclipse.jst.ws.consumption/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.consumption/plugin.xml
@@ -3,15 +3,17 @@
<plugin>
- <extension-point
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
+ <extension-point
id="wsfinder"
name="%XP_WSFINDER"/>
- <!-- The following extension point will be removed. -->
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
<extension-point
id="webServiceStartServerType"
name="%XP_WEB_SERVICE_START_SERVER_TYPE"/>
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
<extension-point
id="serverDefaulter"
name="%XP_SERVER_DEFAULTER"/>
diff --git a/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml b/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
index 77a2c48c5..f7834fe69 100644
--- a/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
@@ -3,13 +3,8 @@
<plugin>
-
-<!--
- <description>
- %PLUGIN_DESC
- </description>
- -->
- <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="privateUDDIRegistryType" name="%XP_PRIVATE_UDDI_REGISTRY_TYPES"/>
<extension
point="org.eclipse.jst.ws.consumption.ui.privateUDDIRegistryType">
diff --git a/bundles/org.eclipse.wst.command.env.ui/plugin.xml b/bundles/org.eclipse.wst.command.env.ui/plugin.xml
index 90c6a782b..ed639852d 100644
--- a/bundles/org.eclipse.wst.command.env.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.command.env.ui/plugin.xml
@@ -17,5 +17,7 @@
</wizard>
</extension>
- <extension-point id="widgetRegistry" name="%WIDGET_REGISTRY_NAME" schema="schema/widgetRegistry.exsd"/>
+ <!-- The following extension point is internal and likely to be removed in a future release. -->
+ <extension-point id="widgetRegistry" name="%WIDGET_REGISTRY_NAME" schema="schema/widgetRegistry.exsd"/>
+
</plugin>
diff --git a/bundles/org.eclipse.wst.ws/plugin.xml b/bundles/org.eclipse.wst.ws/plugin.xml
index 8e5c3d739..2b8ae64e2 100644
--- a/bundles/org.eclipse.wst.ws/plugin.xml
+++ b/bundles/org.eclipse.wst.ws/plugin.xml
@@ -2,6 +2,8 @@
<?eclipse version="3.0"?>
<plugin>
+
+ <!-- The following extension point is internal, though likely to be promoted for public use, possibly with changes, in a future release. -->
<extension-point id="locator" name="%XP_WEB_SERVICE_LOCATOR" schema="schema/webServiceLocator.exsd"/>
<extension
point="org.eclipse.wst.ws.locator">

Back to the top