Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-07-13 22:51:57 +0000
committersminto2005-07-13 22:51:57 +0000
commit792f9199babba524f290b6e9545531d9e5ecdec1 (patch)
tree806da4db862a4d36cdf49066c3310ff9a2d0ce38 /org.eclipse.mylyn.tasks.core/.classpath
parentfc8c2c1e3760f3c060d0174d37958e6037f7dd07 (diff)
downloadorg.eclipse.mylyn.tasks-792f9199babba524f290b6e9545531d9e5ecdec1.tar.gz
org.eclipse.mylyn.tasks-792f9199babba524f290b6e9545531d9e5ecdec1.tar.xz
org.eclipse.mylyn.tasks-792f9199babba524f290b6e9545531d9e5ecdec1.zip
fixed Bug# 103594 make query categories work again
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/.classpath')
-rw-r--r--org.eclipse.mylyn.tasks.core/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/.classpath b/org.eclipse.mylyn.tasks.core/.classpath
index 751c8f2e5..cc69b552e 100644
--- a/org.eclipse.mylyn.tasks.core/.classpath
+++ b/org.eclipse.mylyn.tasks.core/.classpath
@@ -2,6 +2,10 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="accessible" pattern="**/internal/**"/>
+ </accessrules>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top