Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.xml.core/component.xml')
-rw-r--r--bundles/org.eclipse.wst.xml.core/component.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/bundles/org.eclipse.wst.xml.core/component.xml b/bundles/org.eclipse.wst.xml.core/component.xml
deleted file mode 100644
index e061eb3051..0000000000
--- a/bundles/org.eclipse.wst.xml.core/component.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.wst.xml">
- <component-depends unrestricted="true"></component-depends>
- <plugin id="org.eclipse.wst.xmleditor.doc.user" fragment="false" />
- <plugin id="org.eclipse.wst.xml.core" fragment="false" />
- <plugin id="org.eclipse.wst.xml.ui" fragment="false" />
- <description url="http://eclipse.org/webtools/wst/components/xml/overview.html" />
- <package name="org.eclipse.wst.xml.ui" api="false">
- <type name="StructuredTextViewerConfigurationXML" subclass="true" instantiate="true" />
- </package>
- <package name="org.eclipse.wst.xml.ui.views.contentoutline" api="false">
- <type name="XMLContentOutlineConfiguration" subclass="true" instantiate="true" />
- </package>
- <package name="org.eclipse.wst.xml.ui.views.properties" api="false">
- <type name="XMLPropertySheetConfiguration" subclass="true" instantiate="true" />
- </package>
- <plugin id="org.eclipse.wst.xml.ui.infopop" fragment="false" />
- <plugin id="org.eclipse.wst.xml_core.feature.source" fragment="false" />
- <plugin id="org.eclipse.wst.xml_ui.feature.source" fragment="false" />
- <plugin id="org.apache.xerces" fragment="false" />
-</component>

Back to the top