Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-03-01 09:08:47 +0000
committerspingel2011-03-01 09:08:47 +0000
commit641bae63d3bcc1df5ee5173007128f8b6e57eca9 (patch)
tree7713c0a93fc812c0a3f369b27f39ebbb4ede92f6 /org.eclipse.mylyn.tasks.tests/plugin.xml
parentba8aaff78aadbc9f6e833e03fa64552e09bbc532 (diff)
downloadorg.eclipse.mylyn.tasks-641bae63d3bcc1df5ee5173007128f8b6e57eca9.tar.gz
org.eclipse.mylyn.tasks-641bae63d3bcc1df5ee5173007128f8b6e57eca9.tar.xz
org.eclipse.mylyn.tasks-641bae63d3bcc1df5ee5173007128f8b6e57eca9.zip
NEW - bug 286963: [api] add support for ignoring incoming notification on specified fields
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286963
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.tests/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/plugin.xml b/org.eclipse.mylyn.tasks.tests/plugin.xml
index ae81b01f1..107c5a801 100644
--- a/org.eclipse.mylyn.tasks.tests/plugin.xml
+++ b/org.eclipse.mylyn.tasks.tests/plugin.xml
@@ -75,6 +75,13 @@
id="org.eclipse.mylyn.tasks.tests.provider2"
name="Invalid Test Provider">
</provider>
+ </extension>
+ <extension
+ point="org.eclipse.mylyn.tasks.core.synchronizationParticipants">
+ <participant
+ class="org.eclipse.mylyn.tasks.tests.support.MockSynchronizationParticipant"
+ id="org.eclipse.mylyn.tasks.tests.participant">
+ </participant>
</extension>
</plugin>

Back to the top