blob: 99268cbaec2e6d3167abe381e16b9c6732b43cc6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-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 providing workspace WSDL discovery -->
<extension
point="org.eclipse.wst.ws.locator">
<webServiceLocatorCategory
id="org.eclipse.wst.ws.internal.wsfinder.category.workspace"
label="%X_WEB_SERVICE_LOCATOR_CATEGORY_WORKSPACE"/>
<webServiceLocator
class="org.eclipse.wst.ws.internal.wsfinder.WorkspaceWSDLLocator"
id="org.eclipse.wst.ws.internal.wsfinder.WorkspaceWSDLLocator"
category="org.eclipse.wst.ws.internal.wsfinder.category.workspace"
label="%X_WEB_SERVICE_LOCATOR_WORKSPACE">
org.eclipse.wst.ws.internal.wsfinder
</webServiceLocator>
</extension>
</plugin>