Calling isCanceled in
ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/EclipseApplicationLaunchConfiguration.java
feels like overdesign, as two lines later split() is called.
Removes frequent progress reporting in the clearWorkspace method which
is not visible the user.
Prefer usage of split rather than the combination of worked and
isCanceled
Change-Id: I87486e10843a96bfd9b4f2166b19651a94350d32
Also-by: Lars Vogel <Lars.Vogel@vogella.com>
Signed-off-by: Karsten Thoms <karsten.thoms@karakun.com>