Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-05-30 21:53:22 +0000
committermkersten2006-05-30 21:53:22 +0000
commit35c43566a93e956192bdf33f1ade68f438dd5319 (patch)
treefb9a1b52259b73b3ba53c3e3fda03fe1db36a028 /org.eclipse.mylyn.bugzilla.tests/.classpath
parent4d205744d57b548fe0a5553ba88549b81fc8c36b (diff)
downloadorg.eclipse.mylyn.tasks-35c43566a93e956192bdf33f1ade68f438dd5319.tar.gz
org.eclipse.mylyn.tasks-35c43566a93e956192bdf33f1ade68f438dd5319.tar.xz
org.eclipse.mylyn.tasks-35c43566a93e956192bdf33f1ade68f438dd5319.zip
Added access rule: com/sun/** forbidden
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/.classpath')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/.classpath b/org.eclipse.mylyn.bugzilla.tests/.classpath
index 472ee29b1..85a4bb4b4 100644
--- a/org.eclipse.mylyn.bugzilla.tests/.classpath
+++ b/org.eclipse.mylyn.bugzilla.tests/.classpath
@@ -2,6 +2,10 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <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