Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Projects should directly require core resources bundle if using platform debug

In our failed attempt to fix bug 156134 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=156134), I thought I would send this note out to anyone using org.eclipse.core.resource via org.eclipse.debug.core, to remind them that they should have a direct dependency on core.resources and not rely on the re-exported dependency from debug.core.

The same holds true for using org.eclipse.debug.core via org.eclipse.debug.ui, you should have direct dependencies on both bundles if needed, do not rely on the re-exported dependency via debug.ui to use debug.core's API.
 
Michael Rennie
IBM Canada


Back to the top