blob: 1f9a7a3a6fff11a2d97123fa62ee6dabdc126fb3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension-point
id="wsfinder"
name="%XP_WSFINDER"/>
<!-- The following extension point will be removed. -->
<extension-point
id="webServiceStartServerType"
name="%XP_WEB_SERVICE_START_SERVER_TYPE"/>
<extension-point
id="serverDefaulter"
name="%XP_SERVER_DEFAULTER"/>
<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>
</extension>
</plugin>