diff options
author | Markus Tiede | 2012-05-11 14:09:32 +0000 |
---|---|---|
committer | Markus Tiede | 2012-05-11 14:09:32 +0000 |
commit | 5fbe6d959aa9b716150d973dc4f2bff6fb2859b3 (patch) | |
tree | 9fa7d132bca3842a244d5a2d6bdd48aea716634f /packages/org.eclipse.epp.package.testing/plugin_customization.ini | |
parent | 5340827a48d54a95056b75b392884388a877a34a (diff) | |
download | org.eclipse.epp.packages-5fbe6d959aa9b716150d973dc4f2bff6fb2859b3.tar.gz org.eclipse.epp.packages-5fbe6d959aa9b716150d973dc4f2bff6fb2859b3.tar.xz org.eclipse.epp.packages-5fbe6d959aa9b716150d973dc4f2bff6fb2859b3.zip |
Fix for issue 377887 - initial perspective id corrected.
Diffstat (limited to 'packages/org.eclipse.epp.package.testing/plugin_customization.ini')
-rw-r--r-- | packages/org.eclipse.epp.package.testing/plugin_customization.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.testing/plugin_customization.ini b/packages/org.eclipse.epp.package.testing/plugin_customization.ini index d6934f21..88249d8f 100644 --- a/packages/org.eclipse.epp.package.testing/plugin_customization.ini +++ b/packages/org.eclipse.epp.package.testing/plugin_customization.ini @@ -13,7 +13,7 @@ # Property "org.eclipse.ui/defaultPerspectiveId" controls the # perspective that the workbench opens initially -org.eclipse.ui/defaultPerspectiveId=org.eclipse.jubula.client.ui.perspectives.SpecificationPerspective +org.eclipse.ui/defaultPerspectiveId=org.eclipse.jubula.client.ui.rcp.perspectives.SpecificationPerspective # new-style tabs by default org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false |