[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Team Synchronize Resource Filtering

I'm trying to work out how to add filters to a Synchronize Wizard, and I appear to be running into a bit of a snag. All of the examples I've looked at (CVS, Subclipse, Subversive) appear to rely on some variation of org.eclipse.team.internal.ui.synchronize.GlobalRefreshResourceSelectionPage.

Subclipse rolls their own version of this class, but it's essentially a combination of the team.internal one and its superclass. Subversive uses it directly ( see http://svn.polarion.org/repos/community/Subversive/trunk/org.polarion.team.svn.ui/src/org/polarion/team/svn/ui/wizard/SynchronizeWizard.java).

Since the org.eclipse.team.examples.filesystem example has a complete lack of resource filtering in the synchronize wizard, are there any good examples out there on how to do this? Alternately, could I get an official word on how likely org.eclipse.team.internal.ui.synchronize.GlobalRefreshResourceSelectionPage is to change and break things that rely on it, in upcoming releases?

Thanks,
Kristina Taylor