diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 828db97d8c4..4ea9f778185 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -52,7 +52,7 @@
  • Apache Commons.Net and ORO are now distributed as verbatim compies from the Orbit project, so they will not be changed any more.
  • --> -
  • At least 4 API changes and 28 bugs were fixed: use +
  • At least 6 API changes and 28 bugs were fixed: use this query to show the list of bugs fixed since the last milestone, @@ -153,6 +153,10 @@ More information can be found in the associated bugzilla items.
  • ISystemRegistry.fireEvent() now switches to the Display thread automatically. This may be relevant for event listeners to know [176601].
  • +
  • Moved SystemIFileProperties from UI to Core, in preparation of moving + SystemRegistry into non-UI in the future. + For migration, just organize imports + [189130].
  • Moved three methods from ISystemRegistry into ISystemRegistryUI in preparation of moving SystemRegistry into non-UI in the future: showRSEPerspective(), expandHost(), expandSubSystem() are now @@ -160,7 +164,6 @@ More information can be found in the associated bugzilla items. ISystemResourceChangeEvents.EVENT_SELECT_EXPAND. Migration notes: use the methods from their new home. For details, see bug [189123].
  • -
  • TM 2.0M7 Breaking API Changes