diff --git a/news/4.39/images/launchBundles_dialog.png b/news/4.39/images/launchBundles_dialog.png new file mode 100644 index 00000000..55f24ce5 Binary files /dev/null and b/news/4.39/images/launchBundles_dialog.png differ diff --git a/news/4.39/images/show_launchBundles_btn.png b/news/4.39/images/show_launchBundles_btn.png new file mode 100644 index 00000000..02643cf0 Binary files /dev/null and b/news/4.39/images/show_launchBundles_btn.png differ diff --git a/news/4.39/pde.md b/news/4.39/pde.md index 0e6e4ec5..489f3f10 100644 --- a/news/4.39/pde.md +++ b/news/4.39/pde.md @@ -14,3 +14,22 @@ A special thanks to everyone who [contributed to PDE](acknowledgements.md#plug-i --- ## PDE Compiler --> + +## Views and Dialogs + +### Launch Bundles Dialog Added +
+Contributors + +- [Neha Burnwal](https://github.com/nburnwal09) +
+ +A new dialog has been added to the Eclipse PDE launch configuration dialog. +It allows users to view the list of bundles that will be included when launching an Eclipse application. +This feature is accessible via a `Show Launch Bundles` button in the launch configuration dialog in the Plug-ins tab. + +![Show launch bundles button](images/show_launchBundles_btn.png) +![Launch bundles dialog](images/launchBundles_dialog.png) + +It provides visibility into the resolved bundle list for both plug-in based and feature-based applications. +It helps developers understand the runtime composition of their application during launch setup. \ No newline at end of file