[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] How to get existing projects which are synchronized

Hi,

I am writing a SCM plugin  and extending the Team synchronization 
architecture. I want to know the project which are all already synchronized 
in the synchronize view so that I can use them programmatically.

Also if I try to use synchronize option from synchronize view  and select a 
project which is already present in the view, it add one more instance of 
the same project in the list of projects which are synchronized. I don't 
want it to add same project again how do I handle this?

TIA
~Priya