[354450] XSL Editor shouldn't declare itself as default=true
diff --git a/bundles/org.eclipse.wst.xsl.ui/plugin.xml b/bundles/org.eclipse.wst.xsl.ui/plugin.xml
index 7591917..79d94c7 100644
--- a/bundles/org.eclipse.wst.xsl.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xsl.ui/plugin.xml
@@ -8,7 +8,6 @@
 			icon="$nl$/icons/full/xslt_file.gif"
 			contributorClass="org.eclipse.wst.xml.ui.internal.tabletree.SourcePageActionContributor"
 			class="org.eclipse.wst.xsl.ui.internal.editor.XSLEditor"
-			default="true"
 			extensions="xsl,xslt"
 			id="org.eclipse.wst.xsl.ui.XSLEditor">
 			<contentTypeBinding contentTypeId="org.eclipse.wst.xml.core.xslsource" />