| Subject: | [wtp-dev] Upcoming platform change for Kepler M6 |
|---|---|
| Date: | Tue, 12 Feb 2013 19:47:11 -0500 |
| From: | Carl Anderson <ccc@us.ibm.com> |
| Reply-To: | General discussion of project-wide or architectural issues. <wtp-dev@eclipse.org> |
| To: | wtp-dev@eclipse.org |
Folks,
The Platform team announced
that org.eclipse.debug.core will no longer export
org.eclipse.core.resources - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=156134
. This already effected the Source Editing team - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=400538
. This may cause a lot of compilation problems when we move
up to an M6 build. Please look through your plugin's
dependencies for instances of org.eclipse.debug.core to ensure
that this is handled properly. (I see at least 33 imports of
org.eclipse.debug.core in WTP right now.)
I will hold off on moving up
to an M6 platform build this week, but we will move up early
next week. Please address any compilation problems as quickly
as possible.
FWIW,
- Carl Anderson
WTP Build guy