Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-03-02 03:43:05 +0000
committerspingel2011-03-02 03:43:05 +0000
commitfcfc44dd93046f0b81d6300a0836ffca9e664c8b (patch)
treecf4764a3842f289b907058ccd3f842ceba457c44 /org.eclipse.mylyn.tasks.tests/plugin.xml
parentd51e695c7bf4a837cdf31005773858c478fc2768 (diff)
downloadorg.eclipse.mylyn.tasks-fcfc44dd93046f0b81d6300a0836ffca9e664c8b.tar.gz
org.eclipse.mylyn.tasks-fcfc44dd93046f0b81d6300a0836ffca9e664c8b.tar.xz
org.eclipse.mylyn.tasks-fcfc44dd93046f0b81d6300a0836ffca9e664c8b.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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/plugin.xml b/org.eclipse.mylyn.tasks.tests/plugin.xml
index 107c5a801..05e2d8021 100644
--- a/org.eclipse.mylyn.tasks.tests/plugin.xml
+++ b/org.eclipse.mylyn.tasks.tests/plugin.xml
@@ -82,6 +82,10 @@
class="org.eclipse.mylyn.tasks.tests.support.MockSynchronizationParticipant"
id="org.eclipse.mylyn.tasks.tests.participant">
</participant>
+ <suppressIncoming
+ attributeId="version"
+ connectorKind="trac">
+ </suppressIncoming>
</extension>
</plugin>

Back to the top