diff options
author | mkersten | 2006-05-30 17:52:12 -0400 |
---|---|---|
committer | mkersten | 2006-05-30 17:52:12 -0400 |
commit | d5930cc29042a708e41b581376d7205c5a8b0839 (patch) | |
tree | 0e08a196136147ecabbf02c2def8b4acc48b11b0 | |
parent | 35fa44f472863d499d5e138b157a06f97bd03e1f (diff) | |
download | org.eclipse.mylyn-d5930cc29042a708e41b581376d7205c5a8b0839.tar.gz org.eclipse.mylyn-d5930cc29042a708e41b581376d7205c5a8b0839.tar.xz org.eclipse.mylyn-d5930cc29042a708e41b581376d7205c5a8b0839.zip |
Added access rule: com/sun/** forbidden
-rw-r--r-- | org.eclipse.mylyn.tests/.classpath | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tests/.classpath b/org.eclipse.mylyn.tests/.classpath index fadccb4..45ae018 100644 --- a/org.eclipse.mylyn.tests/.classpath +++ b/org.eclipse.mylyn.tests/.classpath @@ -6,6 +6,10 @@ </accessrules> </classpathentry> <classpathentry kind="src" path="src"/> - <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> |