Skip to content

Commit

Permalink
Updated selection when switched from bnd to standard equinox for plug…
Browse files Browse the repository at this point in the history
…in project

Signed-off-by: Neha Burnwal <neha.burnwal1@ibm.com>
  • Loading branch information
Neha Burnwal committed Dec 3, 2024
1 parent bb04e28 commit 725f3c1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ protected void createFormatGroup(Composite container) {
private void updateAutomatic() {
boolean standardSelected = PDEUIMessages.NewProjectCreationPage_standard.equals(fOSGiCombo.getText());
useAutomaticMetadata.setVisible(standardSelected);
if (!standardSelected) {
useAutomaticMetadata.setSelection(false);
}
}

private void updateRuntimeDependency() {
Expand Down

0 comments on commit 725f3c1

Please sign in to comment.