Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-06-27 15:25:00 +0000
committerSteffen Pingel2013-06-28 12:49:17 +0000
commit41bfa30a421f1051ef38c4946eb31ecd253b2226 (patch)
treedc3109bc38013136e7e95d4dfc6b497a27f713f0 /org.eclipse.mylyn.tasks.tests/plugin.xml
parent7d54bbdcace41210385cab6463fae1f096231866 (diff)
downloadorg.eclipse.mylyn.tasks-41bfa30a421f1051ef38c4946eb31ecd253b2226.tar.gz
org.eclipse.mylyn.tasks-41bfa30a421f1051ef38c4946eb31ecd253b2226.tar.xz
org.eclipse.mylyn.tasks-41bfa30a421f1051ef38c4946eb31ecd253b2226.zip
408511: [api] add support for contributing UI and branding at runtime
Change-Id: I33c608dad60ee5d979e2ddd5c5cde4c386519610 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=408511
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.tests/plugin.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/plugin.xml b/org.eclipse.mylyn.tasks.tests/plugin.xml
index 25485ebd8..a2c0b0b6c 100644
--- a/org.eclipse.mylyn.tasks.tests/plugin.xml
+++ b/org.eclipse.mylyn.tasks.tests/plugin.xml
@@ -213,5 +213,18 @@
class="org.eclipse.mylyn.tasks.tests.support.MockRepositoryConnectorContributor">
</contributor>
</extension>
+ <extension
+ point="org.eclipse.core.runtime.adapters">
+ <factory
+ adaptableType="org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector"
+ class="org.eclipse.mylyn.tasks.tests.support.MockRepositoryConnectorAdapter">
+ <adapter
+ type="org.eclipse.mylyn.tasks.ui.AbstractRepositoryConnectorUi">
+ </adapter>
+ <adapter
+ type="org.eclipse.mylyn.tasks.core.spi.RepositoryConnectorBranding">
+ </adapter>
+ </factory>
+ </extension>
</plugin>

Back to the top