Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-12-17 16:42:01 +0000
committerSteffen Pingel2011-12-17 16:42:01 +0000
commitefda05db19a897facb38d6b55361f3a63536175b (patch)
tree595ca0b0f368f6df2b0d10a04f12b16894d42ef0
parent5ac1cd5e7e4c07e45b3dc5d3787efafbdc7afc8c (diff)
downloadorg.eclipse.mylyn.tasks-efda05db19a897facb38d6b55361f3a63536175b.tar.gz
org.eclipse.mylyn.tasks-efda05db19a897facb38d6b55361f3a63536175b.tar.xz
org.eclipse.mylyn.tasks-efda05db19a897facb38d6b55361f3a63536175b.zip
RESOLVED - bug 367002: refactor o.e.m.commons.repositories and
o.e.m.commons.team packages to match bundle namespace https://bugs.eclipse.org/bugs/show_bug.cgi?id=367002
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 49ec793a7..0e69c4667 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1997,7 +1997,7 @@
</possibleChildren>
<triggerPoints>
<instanceof
- value="org.eclipse.mylyn.commons.repositories.RepositoryCategory">
+ value="org.eclipse.mylyn.commons.repositories.core.RepositoryCategory">
</instanceof>
</triggerPoints>
<commonSorter

Back to the top