blob: da2c8ddffbd1d80496c273de7f8498edd7897368 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<!-- 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 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"/>
<!-- The following extension point is internal and likely to be removed in a future release. -->
<extension-point id="internalFacetOperationDelegate"
name="%XP_FACET_OP_DELEGATE"
schema="schema/facetOperationDelegate.exsd"/>
<extension
point="org.eclipse.jst.ws.consumption.webServiceStartServerType">
<webServiceStartServerType
factoryId="org.eclipse.jst.server.tomcat.32"
class="org.eclipse.jst.ws.internal.consumption.command.common.StartTomcatServer"
id="SERVER_ID_TOMCAT32_LOCAL">
</webServiceStartServerType>
<webServiceStartServerType
factoryId="org.eclipse.jst.server.tomcat.40"
class="org.eclipse.jst.ws.internal.consumption.command.common.StartTomcatServer"
id="SERVER_ID_TOMCAT40_LOCAL">
</webServiceStartServerType>
<webServiceStartServerType
factoryId="org.eclipse.jst.server.tomcat.41"
class="org.eclipse.jst.ws.internal.consumption.command.common.StartTomcatServer"
id="SERVER_ID_TOMCAT41_LOCAL">
</webServiceStartServerType>
<webServiceStartServerType
factoryId="org.eclipse.jst.server.tomcat.50"
class="org.eclipse.jst.ws.internal.consumption.command.common.StartTomcatServer"
id="SERVER_ID_TOMCAT50_LOCAL">
</webServiceStartServerType>
<webServiceStartServerType
factoryId="org.eclipse.jst.server.geronimo.10"
class="org.eclipse.jst.ws.internal.consumption.command.common.StartTomcatServer"
id="SERVER_ID_GERONIMO10_LOCAL">
</webServiceStartServerType>
</extension>
</plugin>