Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.ws/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.ws/plugin.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/bundles/org.eclipse.wst.ws/plugin.xml b/bundles/org.eclipse.wst.ws/plugin.xml
deleted file mode 100644
index cd686e35d..000000000
--- a/bundles/org.eclipse.wst.ws/plugin.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<plugin>
-
- <!-- The following extension point is internal, though likely to be promoted for public use, possibly with changes, in a future release. -->
- <extension-point id="locator" name="%XP_WEB_SERVICE_LOCATOR" schema="schema/webServiceLocator.exsd"/>
-
- <!-- Extension providing workspace WSDL discovery -->
- <extension
- point="org.eclipse.wst.ws.locator">
-
- <webServiceLocatorCategory
- id="org.eclipse.wst.ws.internal.wsfinder.category.workspace"
- label="%X_WEB_SERVICE_LOCATOR_CATEGORY_WORKSPACE"/>
-
- <webServiceLocator
- class="org.eclipse.wst.ws.internal.wsfinder.WorkspaceWSDLLocator"
- id="org.eclipse.wst.ws.internal.wsfinder.WorkspaceWSDLLocator"
- category="org.eclipse.wst.ws.internal.wsfinder.category.workspace"
- label="%X_WEB_SERVICE_LOCATOR_WORKSPACE">
- </webServiceLocator>
-
- </extension>
-
- <!-- Extension to bind a file type to WSIL files -->
- <extension point="org.eclipse.team.core.fileTypes">
- <fileTypes
- type="text"
- extension="wsil"/>
- </extension>
-
- <!-- 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"/>
- </extension>
-
-</plugin>

Back to the top