Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Deleting plugins with Bundle.uninstall()
Deleting plugins with Bundle.uninstall() [message #465300] Wed, 28 March 2007 06: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 13:27 Go to previous messageGo to next message
Eclipse UserFriend
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 16:29 Go to previous message
Eclipse UserFriend
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: Wed Jul 16 17:40:54 EDT 2025

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

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

Back to the top