###############################################################################
#
#		Licensed Materials - Property of IBM
#   		xxxx-xxx
#		(C) Copyright IBM Corporation 2005, 2006. All rights reserved.
#		US Government Users Restricted Rights - Use, duplication or disclosure
#		restricted by GSA ADP Schedule Contract with IBM Corp.
#
# The source code for this program is not published or otherwise
# divested of its trade secrets, irrespective of what has been
# deposited with the U.S. Copyright Office.
#
###############################################################################
# plugin_customization.ini 
# sets default values for plug-in-specific preferences
# keys are qualified by plug-in id
# e.g., com.example.acmeplugin/myproperty=myvalue
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# "%key" are externalized strings defined in plugin_customization.properties
# This file does not need to be translated.

# Property "org.eclipse.ui/defaultPerspectiveId" controls the 
# perspective that the workbench opens initially
org.eclipse.ui/defaultPerspectiveId=com.ibm.debug.idebug.platform.CompiledDebugPerspective

# new-style tabs by default
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false

# put the perspective switcher on the top right
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight

# Toc ordering.  Ordered list of help TOC's (books) as they would appear on the bookshelf.
# All the other TOCS will be follow these books. Non-present TOC's on this list will be
# ignored.  Use the location of each TOC as /pluginId/path/to/toc.xml.
org.eclipse.help/baseTOCS=/com.ibm.debug.idebug.doc.cpp/debugCPPOverview.xml, /com.ibm.debug.idebug.doc.cpp/debugCPPDebugging.xml, /com.ibm.debug.idebug.doc.cpp/debugCPPEngine.xml,

# Location of the banner page to display in the top frame
# Example: banner=/org.eclipse.help.webapp/advanced/banner.html 
#org.eclipse.help.base/banner=/com.ibm.debug.idebug.doc/banner.html

# Height of the banner frame
# Example: banner_height=60 
#org.eclipse.help.base/banner_height=60

# The page to show in the content area when opening help. Specify your html page as
# /pluginId/path/to/home.html.
org.eclipse.help.base/help_home=/com.ibm.debug.idebug.doc.cpp/help_home.html

# Property used to set the default key configuration.
org.eclipse.ui/KEY_CONFIGURATION_ID=com.ibm.debug.idebug.platform.scheme.default

# tell Update not to check for digital signatures
org.eclipse.update.core/org.eclipse.update.core.checkSignature=false