Community
Participate
Working Groups
Created attachment 97850 [details] proposed patch I found I needed these changes while I was working on creating the remote backend and client side plumbing for RDT. - The service model manager has no way to get an IService for a given service ID - ServiceModelManager should be a singleton - ServiceProviderDescriptor should be API, not internal, as this allows provider implementations to reuse boilerplate code for tracking provider names, service IDs, etc. I've attached a patch for the above for consideration.
Looks good to me. Committed.
Hi Greg, I don't see the changes in CVS. I've got the HEAD branch of the following checked out into my workspace: org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.services Is that the right module?
(In reply to comment #2) > Hi Greg, > I don't see the changes in CVS. I've got the HEAD branch of the following > checked out into my workspace: > org.eclipse.ptp/rdt/org.eclipse.ptp.rdt.services > Is that the right module? Ditto
It's in the 2.0 branch. I'll merge with HEAD as soon as I get this release out today.
Merged with HEAD.