Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-18 21:20:56 +0000
committerspingel2008-04-18 21:20:56 +0000
commit73a22a9421d33160ed3b96e64fd7f503599cbf8b (patch)
tree7ead048ae61883b85f7bc6d06a89d5ff42fcde1e /org.eclipse.mylyn.tasks.bugs/.classpath
parent947464379423a02059c5089bcb2fe378280ac488 (diff)
downloadorg.eclipse.mylyn.tasks-73a22a9421d33160ed3b96e64fd7f503599cbf8b.tar.gz
org.eclipse.mylyn.tasks-73a22a9421d33160ed3b96e64fd7f503599cbf8b.tar.xz
org.eclipse.mylyn.tasks-73a22a9421d33160ed3b96e64fd7f503599cbf8b.zip
NEW - bug 217725: [api] review plug-in and feature dependencies
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217725
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs/.classpath')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/.classpath15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/.classpath b/org.eclipse.mylyn.tasks.bugs/.classpath
new file mode 100644
index 000000000..b07f119d9
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.bugs/.classpath
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="accessible" pattern="org/eclipse/ui/internal/views/log/*"/>
+ </accessrules>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
+ <accessrules>
+ <accessrule kind="nonaccessible" pattern="com/sun/**"/>
+ </accessrules>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top