Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-08-25 15:58:46 +0000
committermkersten2006-08-25 15:58:46 +0000
commitcf0b994bf1db9c3d120f04e07595d8f6cec4520f (patch)
treed7164124c7512f5a61b0e4fb85ba52a002c355d1 /org.eclipse.mylyn.tasks.tests/plugin.xml
parent0e9216c5160dcb4bbfc03d2e326a3e5f9aa0e1cf (diff)
downloadorg.eclipse.mylyn.tasks-cf0b994bf1db9c3d120f04e07595d8f6cec4520f.tar.gz
org.eclipse.mylyn.tasks-cf0b994bf1db9c3d120f04e07595d8f6cec4520f.tar.xz
org.eclipse.mylyn.tasks-cf0b994bf1db9c3d120f04e07595d8f6cec4520f.zip
Progress on: 149981: extract tasks framework from mylar.tasklist
https://bugs.eclipse.org/bugs/show_bug.cgi?id=149981
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 4ccc91e0d..9e6ae2dd5 100644
--- a/org.eclipse.mylyn.tasks.tests/plugin.xml
+++ b/org.eclipse.mylyn.tasks.tests/plugin.xml
@@ -7,7 +7,7 @@
name="JIRA Repository"
point="org.eclipse.mylar.tasks.ui.repositories">
- <repositoryType
+ <repositoryConnector
class="org.eclipse.mylar.tasks.tests.connector.MockRepositoryConnector"
id="org.eclipse.mylar.tasklist.tests.repositories"
name="Mock Repository Client"

Back to the top