Bug 549892 - Improve progress reporting during PDE launch

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>
7 files changed
tree: 6dfadd9525ae2eebc99a174a862cb5ea5bb57318
  1. .mvn/
  2. apitools/
  3. ds/
  4. features/
  5. releng/
  6. tests-pom/
  7. ua/
  8. ui/
  9. .gitignore
  10. CONTRIBUTING
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. README.md
README.md

Contributing to PDE - Plug-in development Environment

Thanks for your interest in this project.

Project description:

The PDE project the Eclipse tooling to develop plug-ins and OSGI bundles.
Website: https://www.eclipse.org/pde/

How to contribute:

Contributions to PDE are most welcome. There are many ways to contribute, from entering high quality bug reports, to contributing code or documentation changes. For a complete guide, see the [How to Contribute] 1 page on the team wiki.

Developer resources:

Information regarding source code management, builds, coding standards, and more.

Contributor License Agreement:

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).

Search for bugs:

This project uses Bugzilla to track ongoing development and issues.

Create a new bug:

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!

Contact:

Contact the project developers via the project's “dev” list.

License

Eclipse Public License (EPL) v1.0