david_williams | 372cdc4 | 2009-05-26 03:25:52 +0000 | [diff] [blame] | 1 | # 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 |
| 16 | org.eclipse.ui/defaultPerspectiveId=org.eclipse.jst.j2ee.J2EEPerspective |
| 17 | |
| 18 | # new-style tabs by default |
| 19 | org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false |
| 20 | |
| 21 | # put the perspective switcher on the top right |
| 22 | org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight |
| 23 | |
| 24 | # show progress on startup |
| 25 | org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true |
| 26 | |
| 27 | # Welcome theme to use |
david_williams | 5ea8dd2 | 2009-05-26 06:24:41 +0000 | [diff] [blame] | 28 | org.eclipse.ui.intro/INTRO_THEME = org.eclipse.wtp.jee.intro.intro |
david_williams | 372cdc4 | 2009-05-26 03:25:52 +0000 | [diff] [blame] | 29 | |
| 30 | # Root page links to show in the Universal Welcome |
| 31 | org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,samples,whatsnew |
| 32 | |
| 33 | # Initial page layout of the Universal Welcome |
| 34 | org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml |
| 35 | |
| 36 | # Order help books in table of contents |
| 37 | org.eclipse.help/HELP_DATA = helpData.xml |