[88588] moved catalogContributor extension point to xml.core, removed dependency on xml.uriresolver
diff --git a/bundles/org.eclipse.wst.xml.core/plugin.xml b/bundles/org.eclipse.wst.xml.core/plugin.xml
index 03bb7a4..4fa96e0 100644
--- a/bundles/org.eclipse.wst.xml.core/plugin.xml
+++ b/bundles/org.eclipse.wst.xml.core/plugin.xml
@@ -28,6 +28,13 @@
         to programmatically contribute catalog entries to the XML Catalog. -->
    <extension-point id="catalogContributions" name="%XML_Catalog_Contributions_Extension_Point.name" schema="schema/catalogContributions.exsd"/>
 
+	<!-- This extension point is deprecated, org.eclipse.wst.xml.core.catalogContributions should be used 
+		to contribute catalog entries to the XML Catalog. -->
+	<extension-point
+		id="catalogContributor"
+		name="%XML_Catalog_Contributor_Extension_Point.name"
+		schema="schema/catalogContributor.exsd" />
+
    <!-- This extension point extenends the Common Extensbile URI Resolver so that
         the XML Catalog can participare in resolving processes. -->
    <extension point="org.eclipse.wst.common.uriresolver.resolverExtensions">