Perspective Extensions is not working... (for me) [message #293798] |
Sun, 30 October 2005 09:03  |
Eclipse User |
|
|
|
Originally posted by: cgaviao.pop.com.br
Hi people, could you help me?
Im trying some experiments with plugins and I cant do this perspective
extensions to work...
No error is throw but when I open the CVS perspective any of extensions
appears.. But I can see them on the customize dialog.
What am I doing wrong??
Thanks
Cristiano
<plugin>
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.team.cvs.ui.cvsPerspective">
<actionSet id="com.powerlogic.jcompany_qa.cvs.actionSet" />
<viewShortcut
id="com.powerlogic.jcompany_qa.cvs.views.AtividadesProjectView " />
<viewShortcut id="org.eclipse.jdt.ui.PackageExplorer" />
<perspectiveShortcut id="com.powerlogic.jcompany_qa.perspective"/>
<actionSet id="com.powerlogic.jcompany.actionSet"/>
</perspectiveExtension>
<perspectiveExtension
targetID="org.eclipse.ui.resourcePerspective">
<actionSet id="com.powerlogic.jcompany_qa.cvs.actionSet" />
<viewShortcut id="org.eclipse.jdt.ui.PackageExplorer" />
<viewShortcut
id="com.powerlogic.jcompany_qa.cvs.views.AtividadesProjectView " />
<view closeable="true"
id="com.powerlogic.jcompany_qa.cvs.views.AtividadesProjectView "
moveable="true" relationship="stack"
relative="org.eclipse.ui.views.ResourceNavigator" showTitle="true"
standalone="true" visible="true" />
</perspectiveExtension>
</extension>
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04159 seconds