blob: 599cd19b168732d60e2b3072e30ca295ca62634e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension point="org.eclipse.jst.ws.consumption.wsfinder">
<wsfinder
id="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis"
name="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis"
description="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis"
class="org.eclipse.jst.ws.internal.axis.consumption.core.wsfinder.WSFinderAxis">
</wsfinder>
</extension>
<!-- Extension providing workspace WSDL discovery -->
<extension point="org.eclipse.wst.ws.locator">
<webServiceLocatorCategory
id="org.eclipse.jst.ws.internal.axis.consumption.core.locator.category.axis"
label="%X_WEB_SERVICE_LOCATOR_CATEGORY_AXIS"/>
<webServiceLocator
class="org.eclipse.jst.ws.internal.axis.consumption.core.locator.AxisWebServiceLocator"
id="org.eclipse.jst.ws.internal.axis.consumption.core.locator.axis"
category="org.eclipse.jst.ws.internal.axis.consumption.core.locator.category.axis"
label="%X_WEB_SERVICE_LOCATOR_AXIS">
</webServiceLocator>
</extension>
<!-- define a wsdd file type for Axis Web Service Deployment Descriptors -->
<extension point="org.eclipse.team.core.fileTypes">
<fileTypes
type="text"
extension="wsdd">
</fileTypes>
</extension>
<!-- define a wsdd content type for Axis Web Service Deployment Descriptors -->
<extension point="org.eclipse.core.runtime.contentTypes">
<content-type
priority="high"
name="%xpWSDDContentType"
id="wsddsource"
base-type="org.eclipse.core.runtime.xml"
default-charset="UTF-8"
file-extensions="wsdd" />
</extension>
</plugin>