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 <[email protected]>
  • Loading branch information
Neha Burnwal authored and laeubi committed Dec 27, 2024
1 parent 2c1860a commit 32d72df
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 32d72df

Please sign in to comment.