Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Hohenegger2015-11-12 21:15:44 +0000
committerMatthias Sohn2015-12-15 22:13:51 +0000
commit33b823fa10f980cf722bc30dc2e20f522e7eb3b8 (patch)
tree2db30492da09d678531fa22f0bf373c9531064f0 /org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
parent72f0a440a413b6f96d5e6434cd14ea4bf330c1a0 (diff)
downloadegit-33b823fa10f980cf722bc30dc2e20f522e7eb3b8.tar.gz
egit-33b823fa10f980cf722bc30dc2e20f522e7eb3b8.tar.xz
egit-33b823fa10f980cf722bc30dc2e20f522e7eb3b8.zip
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>
Diffstat (limited to 'org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
index 090af02ada..a38a2c29a7 100644
--- a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
@@ -41,7 +41,8 @@ Require-Bundle: org.eclipse.core.jobs;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.databinding.property;bundle-version="[1.4.0,2.0.0)",
org.eclipse.core.databinding.observable;bundle-version="[1.4.0,2.0.0)",
org.eclipse.core.databinding.beans;bundle-version="[1.2.0,2.0.0)",
- org.eclipse.core.databinding;bundle-version="[1.4.0,2.0.0)"
+ org.eclipse.core.databinding;bundle-version="[1.4.0,2.0.0)",
+ org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)"
Export-Package: org.eclipse.egit.gitflow.ui;version="4.2.0";x-friends:="org.eclipse.egit.ui.test",
org.eclipse.egit.gitflow.ui.internal;version="4.2.0";x-friends:="org.eclipse.egit.ui.test",
org.eclipse.egit.gitflow.ui.internal.actions;version="4.2.0";x-friends:="org.eclipse.egit.ui.test",

Back to the top