Add clean action for repositories
commit26cb30e844d66c67311fb39d6e42a5ec56541717
authorMarkus Duft <markus.duft@salomon.at>
Mon, 11 Jun 2012 05:30:10 +0000 (11 07:30 +0200)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Sat, 26 Jan 2013 00:45:35 +0000 (25 19:45 -0500)
tree3177942be60500418f419d77aa83a839c095723b
parent99acfe7e14810aece31f10699017f1eb4710f28b
Add clean action for repositories

This adds a "Clean..." menu item to the repository node in the
repository view. This has the advantage over the last try to add a clean
menu, that one can clean files and directories which are not part of the
workspace.

CQ: 6984
JGit-Dependency: Ibed0459005a5e306c010b9932f5b5fd107fb5448
Change-Id: I5136afd3333c6710b0c67c49618df6217e0d1fcf
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.egit.ui/icons/obj16/clean_obj.gif [new file with mode: 0644]
org.eclipse.egit.ui/plugin.properties
org.eclipse.egit.ui/plugin.xml
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIIcons.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/UIText.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clean/CleanRepositoryPage.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clean/CleanWizard.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clean/CleanWizardDialog.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/tree/command/CleanCommand.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties