Toolbar
is linked with actionset.
 
<actionSet
           
id="menuActionSet"
           
label="actionSet.name"
           
visible="false">
Actionset
is visible in all perspectives if visible
attribute in actionSet is true.
If
this is set to false, you can restrict the visibility of this action set to desired
perspective by extending org.eclipse.ui.perspectiveExtensions
 
<extension point="org.eclipse.ui.perspectiveExtensions">
         
<perspectiveExtension targetID="com.fujitsu.cbdt.ui.COBOLPerspective">
              
<actionSet id="
menuActionSet "/>
From: pde-dev-bounces@xxxxxxxxxxx
[mailto:pde-dev-bounces@xxxxxxxxxxx] On
Behalf Of euph0rion
Sent: Monday, December 11, 2006
11:29 PM
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] ActionSets in
Products
 
 
i have created an actionset in the plugin editor (extension)
which includes some actions
 
when i start the product from the eclipse ide the actions
are shown in the menu and the toolbar
 
and it seems everything to be allright
 
but when i export the product und run the standalone
version, the actions are not in the menu and toolbar
 
any ideas why the actions are not displayed in the exported
product?