Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Adding the Server view to a product
Adding the Server view to a product [message #177225] Thu, 17 August 2006 17:46 Go to next message
Eclipse UserFriend
Originally posted by: contact.noelios.com

Hi all,

I'm developing a standalone product based on Eclipse 3.2 (it's not
strictly speaking RCP as I'm using many plugins from the workbench).

My question is how can I register the WST's Server view into the product
to have it available in my product. I've tried to add the Server plugins
(core, ui) as a dependency hoping that they would automatically register
the needed extensions point... but it doesn't seem to work.

Could someone point me to the extension point or other mechanism to use?

Thanks,
--
Jerome Louvel
http://www.noelios.com
Re: Adding the Server view to a product [message #178981 is a reply to message #177225] Tue, 12 September 2006 10:39 Go to previous message
Eclipse UserFriend
Originally posted by: contact.noelios.com

Jerome Louvel wrote :
> My question is how can I register the WST's Server view into the product
> to have it available in my product. I've tried to add the Server plugins
> (core, ui) as a dependency hoping that they would automatically register
> the needed extensions point... but it doesn't seem to work.

The view part needs to be explicitly registered with something like:

<extension
point="org.eclipse.ui.views">
<category
id="com.mycompany.views"
name="Views"/>
<view
class="org.eclipse.wst.server.ui.internal.view.servers.ServersView "
id="com.mycompany.view1"
name="Servers"/>
</extension>

--
Jerome Louvel
http://www.noelios.com
Previous Topic:WTP Best Practices?
Next Topic:eclipse 3.1.2 - WTP - Update Manager problem
Goto Forum:
  


Current Time: Fri Mar 29 11:32:20 GMT 2024

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

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

Back to the top