Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 127679
Collapse All | Expand All

(-)plugin.properties (+1 lines)
Lines 19-24 Link Here
19
XP_WEB_SERVICE_LOCATOR=Web Service Locator
19
XP_WEB_SERVICE_LOCATOR=Web Service Locator
20
X_WEB_SERVICE_LOCATOR_WORKSPACE=Workspace Web Service Locator
20
X_WEB_SERVICE_LOCATOR_WORKSPACE=Workspace Web Service Locator
21
X_WEB_SERVICE_LOCATOR_CATEGORY_WORKSPACE=Workspace WSDL documents
21
X_WEB_SERVICE_LOCATOR_CATEGORY_WORKSPACE=Workspace WSDL documents
22
X_WSIL_CONTENT_TYPE=Web Services Inspection Language Document
22
23
23
MSG_ERROR_UNABLE_TO_START_MONITOR=IWAB0001E Unable to monitor port {0} of {1}.
24
MSG_ERROR_UNABLE_TO_START_MONITOR=IWAB0001E Unable to monitor port {0} of {1}.
24
25
(-)plugin.xml (+18 lines)
Lines 22-26 Link Here
22
      </webServiceLocator>
22
      </webServiceLocator>
23
23
24
   </extension>
24
   </extension>
25
   
26
   <!-- Extension to bind a file type to WSIL files -->
27
   <extension point="org.eclipse.team.core.fileTypes">
28
      <fileTypes
29
            type="text"
30
            extension="wsdd"/>
31
   </extension>
32
33
   <!-- Extension to define a content type for WSIL files -->
34
   <extension point="org.eclipse.core.runtime.contentTypes">
35
      <content-type
36
            priority="high"
37
            name="%X_WSIL_CONTENT_TYPE"
38
            id="wsilsource"
39
            base-type="org.eclipse.core.runtime.xml"
40
            default-charset="UTF-8"
41
            file-extensions="wsil"/>
42
   </extension>
25
    
43
    
26
</plugin>
44
</plugin>

Return to bug 127679