Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Reuse Profiling & Logging Plugin
Reuse Profiling & Logging Plugin [message #119080] Wed, 05 December 2007 12:10 Go to next message
Prasad Kumbhare is currently offline Prasad KumbhareFriend
Messages: 11
Registered: July 2009
Junior Member
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
Re: Reuse Profiling & Logging Plugin [message #119094 is a reply to message #119080] Wed, 05 December 2007 12:11 Go to previous message
Prasad Kumbhare is currently offline Prasad KumbhareFriend
Messages: 11
Registered: July 2009
Junior Member
I mean "Reuse Profiling & Logging Perspective"
Previous Topic:TPTP Auto GUI recorder article
Next Topic:Does the RAC persist running process information?
Goto Forum:
  


Current Time: Tue Apr 23 11:22:34 GMT 2024

Powered by FUDForum. Page generated in 0.03289 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top