[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Multiple IConfiguredSites in IDE Launch of RCP App?

I'm attempting to test some update functionality in my application. I have noticed that the current configuration returns multiple IConfiguredSite's when I use the getConfiguredSites() call. What is the proper way to get the "target platform" location specified in the IDE preferences. I thought it might be by testing isProductSite() but both the "Eclipse IDE site" and the "RCP application site" return this as true.

Scott