[297270] Lingering SSE Typing Preference Page
diff --git a/bundles/org.eclipse.wst.sse.ui/plugin.properties b/bundles/org.eclipse.wst.sse.ui/plugin.properties
index c557cf6..9b516a3 100644
--- a/bundles/org.eclipse.wst.sse.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.sse.ui/plugin.properties
@@ -16,7 +16,6 @@
 # Names on preferences pages
 Structured_Text_Editor.name=Structured Text Editors
 Task_Tags_Preferences.name=Task Tags
-Typing_Preferences.name=Typing
 
 #
 sourceEditorFontDefiniton.label=Structured Text Editor Text Font
@@ -91,7 +90,6 @@
 #Spell_Check_tooltip=Spell Check
 preferenceKeywords.todo=case sensitive task tag todo xxx fix fixme project specific projectspecific comments
 preferenceKeywords.sseeditor=structured text editor source xml html jsp appearance highlight matching brackets report problems type validation inform unsupported content folding color hovers modifier semantic
-preferenceKeywords.ssetyping=typing character pairing strings brackets square parentheses automatically close
 ExpandSelectionTo=Expand Selection To
 SmartInsert_label=Sma&rt Insert Mode
 StructureSelectEnclosing_label=Enclosing Element
diff --git a/bundles/org.eclipse.wst.sse.ui/plugin.xml b/bundles/org.eclipse.wst.sse.ui/plugin.xml
index 9f27bf7..ef7360a 100644
--- a/bundles/org.eclipse.wst.sse.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.sse.ui/plugin.xml
@@ -70,9 +70,6 @@
 		<keyword
 			label="%preferenceKeywords.sseeditor"
 			id="org.eclipse.wst.sse.ui.sseeditor"/>
-		<keyword
-			label="%preferenceKeywords.ssetyping"
-			id="org.eclipse.wst.sse.ui.typing"/>
     </extension>
     
 	<extension point="org.eclipse.ui.preferencePages">
@@ -93,15 +90,6 @@
 			id="org.eclipse.wst.sse.ui.preferences.tasktags">
 			<keywordReference id="org.eclipse.wst.sse.ui.todo"/>
 		</page>
-
-		<!-- SSE typing preference page under that-->
-		<page
-			name="%Typing_Preferences.name"
-			category="org.eclipse.wst.sse.ui.preferences.editor"
-			class="org.eclipse.wst.sse.ui.internal.preferences.ui.TypingPreferencePage"
-			id="org.eclipse.wst.sse.ui.preferences.typing">
-			<keywordReference id="org.eclipse.wst.sse.ui.typing"/>
-		</page>
 	</extension>
 	<!-- ================================================================================================ -->
 	<!-- common task tags property page -->