Fixed 'Gitflow actions are only available on repositories and projects'
commit33b823fa10f980cf722bc30dc2e20f522e7eb3b8
authorMax Hohenegger <eclipse@hohenegger.eu>
Thu, 12 Nov 2015 21:15:44 +0000 (12 22:15 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 15 Dec 2015 22:13:51 +0000 (15 23:13 +0100)
tree2db30492da09d678531fa22f0bf373c9531064f0
parent72f0a440a413b6f96d5e6434cd14ea4bf330c1a0
Fixed 'Gitflow actions are only available on repositories and projects'

- activated Gitflow sub-menu for IResource and selection adaptable to
  IResource.
- fixed GitFlowAdapterFactory#getAdapterList().
- made SelectionPropertyTester available on Collections and handle
  adaptations.
- simplified visibility and enablement tests in plugin.xml

Bug: 476821
Bug: 482430
Change-Id: I1b162615ba008a75590c07a54f165421935fa41b
Signed-off-by: Max Hohenegger <eclipse@hohenegger.eu>
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
org.eclipse.egit.gitflow.ui/plugin.xml
org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/actions/GitFlowHandlerUtil.java
org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/actions/ReleaseStartHandler.java
org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/factories/GitFlowAdapterFactory.java
org.eclipse.egit.gitflow.ui/src/org/eclipse/egit/gitflow/ui/internal/selection/SelectionPropertyTester.java
org.eclipse.egit.ui/META-INF/MANIFEST.MF