Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2012-03-14 19:20:52 +0000
committerDavid Green2012-03-14 19:20:52 +0000
commit43a1f32f2ef4bab9623fbf70651fcf36bc138782 (patch)
tree80449ee1d3b3d8d18eb96d253bb3d92fb8448ffd /org.eclipse.mylyn.tasks.index.tests/.classpath
parent3f028a97da934953415e71e2781deb73917859ce (diff)
downloadorg.eclipse.mylyn.tasks-43a1f32f2ef4bab9623fbf70651fcf36bc138782.tar.gz
org.eclipse.mylyn.tasks-43a1f32f2ef4bab9623fbf70651fcf36bc138782.tar.xz
org.eclipse.mylyn.tasks-43a1f32f2ef4bab9623fbf70651fcf36bc138782.zip
bug 373178: content assist for search index does not handle completions with spaces properly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373178 Change-Id: Iebf157c5534477e3bcfdb0f963b3025b691fd43a
Diffstat (limited to 'org.eclipse.mylyn.tasks.index.tests/.classpath')
-rw-r--r--org.eclipse.mylyn.tasks.index.tests/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.index.tests/.classpath b/org.eclipse.mylyn.tasks.index.tests/.classpath
index e3b5ced49..10fbec0c3 100644
--- a/org.eclipse.mylyn.tasks.index.tests/.classpath
+++ b/org.eclipse.mylyn.tasks.index.tests/.classpath
@@ -5,6 +5,7 @@
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/mylyn/internal/**"/>
<accessrule kind="accessible" pattern="org/eclipse/mylyn/tasks/tests/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/mylyn/commons/sdk/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="src" path="src"/>

Back to the top