blob: e1018fe87c64086483e0fd26393581be33b32814 [file] [log] [blame]
david_williams372cdc42009-05-26 03:25:52 +00001# plugin_customization.ini
2# sets default values for plug-in-specific preferences
3# keys are qualified by plug-in id
4# e.g., com.example.acmeplugin/myproperty=myvalue
5# java.io.Properties file (ISO 8859-1 with "\" escapes)
6# "%key" are externalized strings defined in plugin_customization.properties
7# This file does not need to be translated.
8
9# WARNING: This file defines the preference overrides for the Platform build
10# (the one with no JDT or PDE), not the SDK build (aka the IDE).
11# For the SDK build, use the plugin_customization.ini file in the
12# org.eclipse.sdk plug-in instead.
13
14# Property "org.eclipse.ui/defaultPerspectiveId" controls the
15# perspective that the workbench opens initially
16org.eclipse.ui/defaultPerspectiveId=org.eclipse.jst.j2ee.J2EEPerspective
17
18# new-style tabs by default
19org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
20
21# put the perspective switcher on the top right
22org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
23
24# show progress on startup
25org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
26
27# Welcome theme to use
david_williams5ea8dd22009-05-26 06:24:41 +000028org.eclipse.ui.intro/INTRO_THEME = org.eclipse.wtp.jee.intro.intro
david_williams372cdc42009-05-26 03:25:52 +000029
30# Root page links to show in the Universal Welcome
31org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew
32
33# Initial page layout of the Universal Welcome
34org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
35
36# Order help books in table of contents
37org.eclipse.help/HELP_DATA = helpData.xml