Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-21 07:21:45 +0000
committermkersten2007-06-21 07:21:45 +0000
commit6cd01592a9b4eca75ae9da74675a39ed13be29d6 (patch)
treee2f8b214dfd835aff593c33f28f1ae99ddae098d /org.eclipse.mylyn.tasks.tests/plugin.xml
parent814d5a58aa59225467a9f8c5f018770dd5c53e83 (diff)
downloadorg.eclipse.mylyn.tasks-6cd01592a9b4eca75ae9da74675a39ed13be29d6.tar.gz
org.eclipse.mylyn.tasks-6cd01592a9b4eca75ae9da74675a39ed13be29d6.tar.xz
org.eclipse.mylyn.tasks-6cd01592a9b4eca75ae9da74675a39ed13be29d6.zip
NEW - bug 166609: [api] improve task externalization API
https://bugs.eclipse.org/bugs/show_bug.cgi?id=166609
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.tests/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/plugin.xml b/org.eclipse.mylyn.tasks.tests/plugin.xml
index 23b476d9c..a04712a8e 100644
--- a/org.eclipse.mylyn.tasks.tests/plugin.xml
+++ b/org.eclipse.mylyn.tasks.tests/plugin.xml
@@ -14,7 +14,7 @@
type="mock"/>
<externalizer
- class="org.eclipse.mylyn.tasks.tests.connector.MockRepositoryExternalizer"
+ class="org.eclipse.mylyn.tasks.tests.connector.MockTaskListFactory"
id="org.eclipse.mylyn.tasks.tests.externalizer"/>
</extension>

Back to the top