Factor out the EclipseGitProgressTransformer for reuse
commit088be2cecd1f4ef6d018b4ad2d39b00d6267e6ec
authorShawn O. Pearce <spearce@spearce.org>
Mon, 28 Apr 2008 00:46:03 +0000 (27 20:46 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:16:36 +0000 (11 01:16 -0400)
treebe81154828c0ca288f43c0ae9132524f4918cd50
parent048a517bcc8319754e3a0f40ce85f5d1192b8cd9
Factor out the EclipseGitProgressTransformer for reuse

We need this in a lot of places, not just GitCloneWizard.  By
pulling it out into a common utility class we can reuse the
adapter logic implemented here.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.core/src/org/spearce/egit/core/EclipseGitProgressTransformer.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/wizards/GitCloneWizard.java