Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-11-03 07:43:08 +0000
committernitind2005-11-03 07:43:08 +0000
commitd58658d53cd4251e9bd4a4c727f7fc2f4b54fb3e (patch)
tree6d1a5f841cd778af1bb785c1aaa2d48ee25fd8ff /bundles/org.eclipse.wst.dtd.core
parent38537bb040d961a5da3dd4c9f61da74d8873ee1b (diff)
downloadwebtools.sourceediting-d58658d53cd4251e9bd4a4c727f7fc2f4b54fb3e.tar.gz
webtools.sourceediting-d58658d53cd4251e9bd4a4c727f7fc2f4b54fb3e.tar.xz
webtools.sourceediting-d58658d53cd4251e9bd4a4c727f7fc2f4b54fb3e.zip
[112477] Update component.xml for wst.dtd
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.core')
-rw-r--r--bundles/org.eclipse.wst.dtd.core/component.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.dtd.core/component.xml b/bundles/org.eclipse.wst.dtd.core/component.xml
index eb0333413c..095242fb9a 100644
--- a/bundles/org.eclipse.wst.dtd.core/component.xml
+++ b/bundles/org.eclipse.wst.dtd.core/component.xml
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<component xmlns="http://eclipse.org/wtp/releng/tools/component-model"
- name="org.eclipse.wst.dtd">
- <component-depends unrestricted="true"/>
+<component xmlns="http://eclipse.org/wtp/releng/tools/component-model" name="org.eclipse.wst.dtd">
+ <component-depends unrestricted="true" />
<plugin id="org.eclipse.wst.dtd.core" />
<plugin id="org.eclipse.wst.dtd.ui" />
+ <description url="http://eclipse.org/webtools/wst/components/dtd/overview.html" />
+ <!-- <package name="org.eclipse.wst.dtd.ui">-->
+ <!-- <type name="StructuredTextViewerConfigurationDTD" subclass="true" instantiate="true" />-->
+ <!-- </package>-->
+ <package name="org.eclipse.wst.dtd.ui.views.contentoutline">
+ <type name="DTDContentOutlineConfiguration" subclass="true" instantiate="true" />
+ </package>
</component> \ No newline at end of file

Back to the top