Remove references to internal types in ShareSingleProjectCommand
commit1e92a6cf8211a799a20dd8035a65413b6824eed7
authorRemy Suen <remysuen@ca.ibm.com>
Tue, 4 May 2010 10:38:33 +0000 (4 06:38 -0400)
committerRemy Suen <remysuen@ca.ibm.com>
Tue, 4 May 2010 10:38:33 +0000 (4 06:38 -0400)
tree92b293b9410a365f3c1b621eddd9f598d0ed7cb3
parent1050aaa653d3e7aebdbc4018dcb83a9a75901157
Remove references to internal types in ShareSingleProjectCommand

There is no reason to use ConfigureProjectWizard because all the
methods it calls is actually public API. One minor discrepancy
introduced here is that we no longer go through Team's
ResizeWizardDialog inner class. However, the WizardDialog class
actually already sets a shell style with SWT.RESIZE so the
ResizeWizardDialog actually gives us nothing of value.

Change-Id: I81fd2d36748512234f3c8187873a65a1bfe1e3d7
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commands/ShareSingleProjectCommand.java