move doctype to appropriate plugin
diff --git a/bundles/org.eclipse.wst.html.core/plugin.xml b/bundles/org.eclipse.wst.html.core/plugin.xml
index b109287..9d6fc2c 100644
--- a/bundles/org.eclipse.wst.html.core/plugin.xml
+++ b/bundles/org.eclipse.wst.html.core/plugin.xml
@@ -120,6 +120,7 @@
 		</content-type>
 	</extension>
 
+<!-- moved to where the dtd's are contributed
 
 	<extension point="org.eclipse.wst.sse.core.documentTypes">
 		<documentType
@@ -188,7 +189,7 @@
 			systemID="http://www.wapforum.org/DTD/wml13.dtd">
 		</documentType>
 	</extension>
-
+-->
 	<!-- initialize html core preferences -->
 	<extension point="org.eclipse.core.runtime.preferences">
 		<initializer