There is no need to create plugin for this.
It is enough to create component which contributes to ActionService some 
configuration.
You can create your own xml file with contents as tmartins wrote:
<?xml version="1.0"?>
<component name="my.component.name">
<extension target="org.nuxeo.ecm.platform.actions.ActionService" 
point="actions">
<action id="TAB_RELATIONS" enabled="false" />
<action id="TAB_CONTENT_JBPM" enabled="false" />
</extension>
</component>
name it SomeName-config.xml and place in nuxeo.ear/config directory.
This should be enough to disable TAB_RELATIONS and TAB_CONTENT_JBPM for all the 
time.
Regards,
Stefan
--
Posted by "[email protected]" at Nuxeo Discussions 
<http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3339#10208>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to