Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2005-07-12 16:27:45 +0000
committersminto2005-07-12 16:27:45 +0000
commit3059c812ee26d2a7374a7d4d7d11b1227148a900 (patch)
tree6c551073d81506e7b5811186bdbd2887243a6d8e /org.eclipse.mylyn.bugzilla.ui/.classpath
parentc8565b6360ad4e68817c124b17d637ed300577ce (diff)
downloadorg.eclipse.mylyn.tasks-3059c812ee26d2a7374a7d4d7d11b1227148a900.tar.gz
org.eclipse.mylyn.tasks-3059c812ee26d2a7374a7d4d7d11b1227148a900.tar.xz
org.eclipse.mylyn.tasks-3059c812ee26d2a7374a7d4d7d11b1227148a900.zip
Fixed Bug# 102916 split bugzilla into core and ui plugins
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/.classpath')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/.classpath b/org.eclipse.mylyn.bugzilla.ui/.classpath
index 751c8f2e5..cc69b552e 100644
--- a/org.eclipse.mylyn.bugzilla.ui/.classpath
+++ b/org.eclipse.mylyn.bugzilla.ui/.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