[552321] Add the Minimap view to the list of show in targets
diff --git a/core/bundles/org.eclipse.wst.sse.ui/plugin.xml b/core/bundles/org.eclipse.wst.sse.ui/plugin.xml
index af18987..650bda3 100644
--- a/core/bundles/org.eclipse.wst.sse.ui/plugin.xml
+++ b/core/bundles/org.eclipse.wst.sse.ui/plugin.xml
@@ -45,6 +45,10 @@
 			type="preferencepages"
 			value="org.eclipse.wst.sse.ui.preferences.editor"
 			target="org.eclipse.wst.sse.ui.StructuredTextEditor" />
+		<provisionalDefinition
+			type="showintarget"
+			value="org.eclipse.ui.views.minimap.MinimapView"
+			target="org.eclipse.wst.sse.ui.StructuredTextEditor" />
 	</extension>
 	<!-- associate the NavigateActionSet with various parts of the XML perspective-->
 	<extension point="org.eclipse.ui.actionSetPartAssociations">