<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
	<extension id="standalone" point="org.eclipse.core.runtime.products">
		<product name="%productName"
			application="com.ibm.debug.idebug.platform.IdebugApplication"
			description="%productBlurb">
			<property name="appName" value="%productName"/>
			<property name="aboutText" value="%productBlurb"/>
			<property name="aboutImage" value="icons/debug_aboutdialog.jpg"/>
			<property name="windowImages"
				value="icons/debugger_16.gif, icons/debugger_32.gif"/>
			<property name="preferenceCustomization"
				value="plugin_customization.ini"/>
			<property name="configId" value="C/C++ For AIX"/>
		</product>
	</extension>
	
	<extension point="org.eclipse.ui.perspectiveExtensions">
		<perspectiveExtension targetID="com.ibm.debug.idebug.platform.CompiledDebugPerspective">
			<view id="org.eclipse.debug.ui.DebugView" relative="folder.top.left" relationship="stack"
				visible="true">
			</view>
			<view id="org.eclipse.debug.ui.MemoryView" relative="folder.bottom.left"
				relationship="stack" visible="true">
			</view>
			<view id="com.ibm.debug.pdt.ui.DebugConsoleView" relative="folder.bottom.left"
				relationship="stack" visible="true">
			</view>
			<view id="org.eclipse.ui.views.PropertySheet" relative="folder.bottom.left"
				relationship="stack" visible="false">
			</view>
			<view id="com.ibm.debug.pdt.ui.MonitorView" relative="folder.top.right"
				relationship="stack" visible="true">
			</view>
			<view id="org.eclipse.debug.ui.BreakpointView" relative="folder.top.right"
				relationship="stack" visible="true">
			</view>
			<view id="com.ibm.debug.pdt.ui.ModulesView" relative="folder.top.right"
				relationship="stack" visible="true">
			</view>
			<view id="org.eclipse.debug.ui.VariableView" relative="folder.bottom.right"
				relationship="stack" visible="true">
			</view>
			<view id="org.eclipse.debug.ui.RegisterView" relative="folder.bottom.right"
				relationship="stack" visible="true">
			</view>
		</perspectiveExtension>
	</extension>

	<extension point="com.ibm.debug.idebug.platform.overrides">
		<view id="org.eclipse.ui.console.ConsoleView" hidden="true"/>
	</extension>
	
	<extension point="com.ibm.debug.pdt.debuggerpreferencedefaults">
		<debuggerpreferencedefaults
        alwaysUseDebuggerEditorShowPreference="false"
        daemonSwitchPerspectiveIDShowPreference="false"
        displayValuesDefaultValue="true"
        displayValuesShowPreference="true"
        resetHiddenMessagesShowPreference="false"/>
	</extension>
	
	
</plugin>
