Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Deleting plugins with Bundle.uninstall()
Deleting plugins with Bundle.uninstall() [message #465300] Wed, 28 March 2007 10:10 Go to next message
Eclipse UserFriend
Originally posted by: hth.eircom.net

Hi,

When I remove a plugin using the Bundle.uninstall() method, should the associated plugin directory (and all its contents) also be removed as a result of this method? As far as I can see, it is not removed.

Thanks in advance,

Tom.
Re: Deleting plugins with Bundle.uninstall() [message #465332 is a reply to message #465300] Wed, 28 March 2007 17:27 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Uninstall just unloads it from the framework AFAIK

PW


Re: Deleting plugins with Bundle.uninstall() [message #465404 is a reply to message #465300] Wed, 28 March 2007 20:29 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
No, bundle.uninstall doesn't do anything with the actual files on disk. It merely means that it's removed from the framework.

Note that if the bundle is in plugins, then next time Eclipse starts (with the update.configurator) it will re-install it.

Alex.
Previous Topic:BIRT and RCP Integration
Next Topic:UNDO functionality while in Editor created by extending EditoPart
Goto Forum:
  


Current Time: Mon Oct 14 20:14:36 GMT 2024

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

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

Back to the top