bug 2300072 - Project specific validation settings
diff --git a/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
index bb0fa7e..cf4970f 100644
--- a/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF
@@ -23,7 +23,8 @@
  org.eclipse.ui.forms;bundle-version="[3.3.100,4.0.0)",
  org.eclipse.wst.xml.xpath.ui;bundle-version="[1.0.0,2.0.0)",
  org.eclipse.wst.xml.xpath.core;bundle-version="[1.0.0,2.0.0)",
- com.ibm.icu;bundle-version="3.8.1"
+ com.ibm.icu;bundle-version="3.8.1",
+ org.eclipse.wst.html.ui;bundle-version="1.0.400"
 Bundle-Vendor: %providerName
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Export-Package: org.eclipse.wst.xsl.ui.internal;x-internal:=true,
diff --git a/bundles/org.eclipse.wst.xsl.ui/plugin.xml b/bundles/org.eclipse.wst.xsl.ui/plugin.xml
index ee8fbfa..1d5cf51 100644
--- a/bundles/org.eclipse.wst.xsl.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xsl.ui/plugin.xml
@@ -340,11 +340,12 @@
 			class="org.eclipse.wst.xsl.ui.internal.preferences.XSLValidationPreferencePage"
 			id="org.eclipse.wst.xsl.ui.propertyPage.project.validation"
 			category="ValidationPropertiesPage">
-			<enabledWhen>
+<!--			<enabledWhen>
 				<adapt type="org.eclipse.core.resources.IProject">
 					
 				</adapt>
 			</enabledWhen>
+-->
 		</page>		
 	</extension>