Reuse Profiling & Logging Plugin [message #119080] |
Wed, 05 December 2007 07:10  |
Eclipse User |
|
|
|
Hi,
I would like to reuse Profiling & logging perspective as is.
Here is my plugin.xml snippet
Here is a snippet of my plugin.xml :
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.hyades.trace.internal.ui.PDPerspective"
fixed="false"
id="org.eclipse.hyades.trace.internal.ui.tracePerspective"
name="org.eclipse.hyades.trace.internal.ui.tracePerspective "/>
</extension>
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.hyades.trace.internal.ui.PDPerspective ">
</perspectiveExtension>
</extension>
The prespective is displayed in my RCP application
But it has no Actions to import log files & symptom DBs.
Do i need to add these actions explicitly in the Code or is there anything
i am missing the plugin.xml.
I do not add any standard menus like File, Window explicitely to my
application. However Search & Run menus are displayed in my MenuBar.
Thanks
Prasad
|
|
|
|
Powered by
FUDForum. Page generated in 0.05958 seconds