diff options
author | cbrun | 2015-12-16 15:32:35 +0000 |
---|---|---|
committer | cbrun | 2015-12-16 15:32:35 +0000 |
commit | 3949452af8d808f971c18fd0d00d5bc1c1fd734c (patch) | |
tree | 02f10738638d4c7bc7a306e8c1654f7bde0a0e7a /packages | |
parent | af36f306974852d8dd9210ddcc6c6fc771907b28 (diff) | |
download | org.eclipse.epp.packages-3949452af8d808f971c18fd0d00d5bc1c1fd734c.tar.gz org.eclipse.epp.packages-3949452af8d808f971c18fd0d00d5bc1c1fd734c.tar.xz org.eclipse.epp.packages-3949452af8d808f971c18fd0d00d5bc1c1fd734c.zip |
[484054] Make sure the modeling perspective is used on startup
Bug: 484054
Change-Id: Iff24bd283ca598fa8014e228deeb660cc18860d8
Diffstat (limited to 'packages')
-rw-r--r-- | packages/org.eclipse.epp.package.modeling/plugin_customization.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.modeling/plugin_customization.ini b/packages/org.eclipse.epp.package.modeling/plugin_customization.ini index 0270b920..1fc02897 100644 --- a/packages/org.eclipse.epp.package.modeling/plugin_customization.ini +++ b/packages/org.eclipse.epp.package.modeling/plugin_customization.ini @@ -8,7 +8,7 @@ # Property "org.eclipse.ui/defaultPerspectiveId" controls the # perspective that the workbench opens initially -org.eclipse.ui/defaultPerspectiveId=org.eclipse.jdt.ui.JavaPerspective +org.eclipse.ui/defaultPerspectiveId=org.eclipse.sirius.ui.tools.perspective.modeling # new-style tabs by default org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false |