Community
Participate
Working Groups
XP_WEB_SERVICE_LOCATOR=Web Service Locator
X_WEB_SERVICE_LOCATOR_WORKSPACE=Workspace Web Service Locator
X_WEB_SERVICE_LOCATOR_CATEGORY_WORKSPACE=Workspace WSDL documents
X_WSIL_CONTENT_TYPE=Web Services Inspection Language Document
MSG_ERROR_UNABLE_TO_START_MONITOR=IWAB0001E Unable to monitor port {0} of {1}.
</webServiceLocator>
</extension>
<!-- Extension to bind a file type to WSIL files -->
<extension point="org.eclipse.team.core.fileTypes">
<fileTypes
type="text"
extension="wsdd"/>
<!-- Extension to define a content type for WSIL files -->
<extension point="org.eclipse.core.runtime.contentTypes">
<content-type
priority="high"
name="%X_WSIL_CONTENT_TYPE"
id="wsilsource"
base-type="org.eclipse.core.runtime.xml"
default-charset="UTF-8"
file-extensions="wsil"/>
</plugin>