Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-05-10 09:50:25 +0000
committerMarkus Knauer2014-05-10 13:20:26 +0000
commitd5882489ed32da35e5b11a02890cad978befe447 (patch)
tree6f10c69d57462abb8fd47ea143e7587259d12871 /packages/org.eclipse.epp.package.rcp
parente48396a24e2096b98a697cb9195e8b9e10b8fcb4 (diff)
downloadorg.eclipse.epp.packages-d5882489ed32da35e5b11a02890cad978befe447.tar.gz
org.eclipse.epp.packages-d5882489ed32da35e5b11a02890cad978befe447.tar.xz
org.eclipse.epp.packages-d5882489ed32da35e5b11a02890cad978befe447.zip
Update RCP/RAP preferences and content
- Do not show the textual description of the perspective bar by default; show icons only. - Remove "includes" org.eclipse.platform from RCP feature; it is now only part of the list of "requires" features. - Add missing org.eclipse.rcp.source feature. - Update package description with m2e. Change-Id: Ibed82573a04bdb1052194fc0a06d77dfeb698111 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp')
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin_customization.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
index 5b05b1ef..b0c139d9 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
@@ -10,6 +10,9 @@
# perspective that the workbench opens initially
org.eclipse.ui/defaultPerspectiveId=org.eclipse.pde.ui.PDEPerspective
+# perspective bar: hide the textual description and show icons only
+org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=false
+
# new-style tabs by default
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
@@ -47,3 +50,4 @@ org.eclipse.help/HELP_DATA = helpData.xml
#Ensure m2e indexing is off by default
org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
+

Back to the top