Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to update RCP plugins
How to update RCP plugins [message #465258] Tue, 27 March 2007 03:21
Eclipse UserFriend
Hi,

I am trying to update my plugins using the manager api but not working, any comment would be helpful ...

I'm using this ->

""""
...
updateSite = SiteManager.getSite(new URL(updateSiteURL), monitor);
localSite = SiteManager.getLocalSite();
configuredSite = localSite.getCurrentConfiguration() .getConfiguredSites()[0];


availableFeatures = updateSite.getFeatureReferences();
installedFeatures = configuredSite.getConfiguredFeatures();


System.out.println("installed features : " + installedFeatures.length );
System.out.println("available features : " + availableFeatures.length );
...
""""

But installed features return 0 and available features return 1.
Is it possible tu update plugin not based on Feature ? Where can i find an example

Thanks in advance!
Previous Topic:StatusTextEditor sought
Next Topic:Using eclipse images in my plugin
Goto Forum:
  


Current Time: Sun Apr 27 07:26:59 EDT 2025

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

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

Back to the top