Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-05 10:35:31 +0000
committerspingel2008-04-05 10:35:31 +0000
commit1123d3c7c6d79ffd5300aa690eed4e65a95c3055 (patch)
tree33ae48597067dfd642dec18981af49a24625c879 /org.eclipse.mylyn.trac.core/.classpath
parent4efe1bfc6577a55622bd2b63ca6525142a67015b (diff)
downloadorg.eclipse.mylyn.tasks-1123d3c7c6d79ffd5300aa690eed4e65a95c3055.tar.gz
org.eclipse.mylyn.tasks-1123d3c7c6d79ffd5300aa690eed4e65a95c3055.tar.xz
org.eclipse.mylyn.tasks-1123d3c7c6d79ffd5300aa690eed4e65a95c3055.zip
NEW - bug 225873: implement cancellation support Trac
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225873
Diffstat (limited to 'org.eclipse.mylyn.trac.core/.classpath')
-rw-r--r--org.eclipse.mylyn.trac.core/.classpath6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.trac.core/.classpath b/org.eclipse.mylyn.trac.core/.classpath
index eb9cbfe8f..304e86186 100644
--- a/org.eclipse.mylyn.trac.core/.classpath
+++ b/org.eclipse.mylyn.trac.core/.classpath
@@ -2,10 +2,6 @@
<classpath>
<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.pde.core.requiredPlugins">
- <accessrules>
- <accessrule kind="discouraged" pattern="**/mylyn/**/internal/**"/>
- </accessrules>
- </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top