excluded some
diff --git a/bundles/org.eclipse.wst.html.core/component.xml b/bundles/org.eclipse.wst.html.core/component.xml
index dcb8708..165d876 100644
--- a/bundles/org.eclipse.wst.html.core/component.xml
+++ b/bundles/org.eclipse.wst.html.core/component.xml
@@ -1,14 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://eclipse.org/wtp/releng/tools/component-model"
- name="org.eclipse.wst.html">
- <component-depends unrestricted="true"></component-depends>
- <plugin id="org.eclipse.wst.html.core" />
- <plugin id="org.eclipse.wst.html.ui" />
- <package name="org.eclipse.wst.html.core" />
- <package name="org.eclipse.wst.html.core.contenttype" />
- <package name="org.eclipse.wst.html.core.text" />
-
- <!-- ui -->
- <package name="org.eclipse.wst.html.ui" />
-
+ name="org.eclipse.wst.html">
+ <component-depends unrestricted="true"></component-depends>
+ <plugin id="org.eclipse.wst.html.core" />
+ <plugin id="org.eclipse.wst.html.ui" />
+
+ <package name="org.eclipse.wst.html.core">
+ <type name="HTMLFormatContraints" reference="false" implement="false" subclass="false" instantiate="false" />
+ <type name="HTMLFilesPreferenceNames" reference="false" implement="false" subclass="false" instantiate="false" />
+ <type name="PreferenceNames" reference="false" implement="false" subclass="false" instantiate="false" />
+ <type name="HTMLCMProperties" reference="false" implement="false" subclass="false" instantiate="false" />
+ <type name="HTMLCMProperties$Value" reference="false" implement="false" subclass="false" instantiate="false" />
+ </package>
+
+
+ <package name="org.eclipse.wst.html.core.contenttype" />
+ <package name="org.eclipse.wst.html.core.text" />
+
+ <!-- ui -->
+ <package name="org.eclipse.wst.html.ui">
+ <type name="StructuredTextEditorHTML" reference="false" implement="false" subclass="false" instantiate="false" />
+ </package>
+
</component>
\ No newline at end of file