Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Supporting DocShare in both Eclipse 3.4 and 3.5 in the same plugin
Supporting DocShare in both Eclipse 3.4 and 3.5 in the same plugin [message #624918] Mon, 15 June 2009 21:12 Go to next message
Eclipse UserFriend
Originally posted by: marc.esher.comcast.net

All,
Can someone please advise me on the most appropriate strategy for
supporting DocShare in both Eclipse 3.4 and Eclipse 3.5 in my plugin? The
problem being that in 3.4, the menucontribution comes from an "internal"
class


<dynamic
class=" org.eclipse.ecf.internal.provisional.docshare.menu.DocShareR osterMenuContributionItem "
id="xxxx">
</dynamic>

while in 3.5, the classname changes.

Thanks for any direction.

Best,

Marc
Re: Supporting DocShare in both Eclipse 3.4 and 3.5 in the same plugin [message #624919 is a reply to message #624918] Wed, 24 June 2009 14:19 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Mark,

Have you tried putting markup for both the 3.4 and 3.5 version of
docshare in your plugin.xml? Obviously both won't work, but depending
upon which Eclipse/ECF you are using only one should become active (as
the other one won't be present).

Obviously I'm not sure this will work, but it's the only thing that
immediately comes to mind.

Scott



Marc E wrote:
> All,
> Can someone please advise me on the most appropriate strategy for
> supporting DocShare in both Eclipse 3.4 and Eclipse 3.5 in my plugin?
> The problem being that in 3.4, the menucontribution comes from an
> "internal" class
>
>
> <dynamic
> class=" org.eclipse.ecf.internal.provisional.docshare.menu.DocShareR osterMenuContributionItem "
>
> id="xxxx">
> </dynamic>
>
> while in 3.5, the classname changes.
>
> Thanks for any direction.
>
> Best,
>
> Marc
Previous Topic:FileTransfer, redirects and authentication
Next Topic:What would I need for JAX-WS based remote services ?
Goto Forum:
  


Current Time: Thu Apr 25 11:52:54 GMT 2024

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

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

Back to the top