diff options
author | Brandon Dong | 2016-07-07 23:12:49 +0000 |
---|---|---|
committer | Matthias Sohn | 2016-09-13 21:45:06 +0000 |
commit | 219458f33d8a4d97cfdc4e7f635cbc08eaa83c71 (patch) | |
tree | da7ff2c4cee43381ef9f649b2fc94a2c52ff1309 /org.eclipse.egit.mylyn.ui/plugin.xml | |
parent | 435f10cb1e2679c1d47764f294fd2fc07f8a9fac (diff) | |
download | egit-219458f33d8a4d97cfdc4e7f635cbc08eaa83c71.tar.gz egit-219458f33d8a4d97cfdc4e7f635cbc08eaa83c71.tar.xz egit-219458f33d8a4d97cfdc4e7f635cbc08eaa83c71.zip |
Reset commit message in staging view when new task is activated
Bug: 472716
Change-Id: I8c82e078f81078cae5ab14424f4d86e55847dec9
Signed-off-by: Brandon Dong <brandon.dong@tasktop.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui/plugin.xml')
-rw-r--r-- | org.eclipse.egit.mylyn.ui/plugin.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.egit.mylyn.ui/plugin.xml b/org.eclipse.egit.mylyn.ui/plugin.xml index 59036f9e65..0e9ce61419 100644 --- a/org.eclipse.egit.mylyn.ui/plugin.xml +++ b/org.eclipse.egit.mylyn.ui/plugin.xml @@ -34,4 +34,11 @@ class="org.eclipse.egit.internal.mylyn.ui.commit.ActiveTaskBranchNameProvider"> </branchNameProvider> </extension> + <extension + point="org.eclipse.mylyn.tasks.core.taskActivationListeners"> + <listener + id="org.eclipse.egit.mylyn.ui.commit.CommitTextTaskActivationListener" + class="org.eclipse.egit.internal.mylyn.ui.commit.CommitTextTaskActivationListener"> + </listener> + </extension> </plugin> |