Skip to content

Commit

Permalink
Expand 'Extra Classpath Entries' section in Manifest editor by default
Browse files Browse the repository at this point in the history
Part of #1407
  • Loading branch information
anviik authored and HannesWell committed Nov 11, 2024
1 parent 428cf43 commit ef694eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ private IBuildModel getBuildModel() {

public void initialize() {
getBuildModel().addModelChangedListener(this);
IBuildEntry entry = getBuildModel().getBuild().getEntry(IBuildPropertiesConstants.PROPERTY_JAR_EXTRA_CLASSPATH);
getSection().setExpanded(entry != null && entry.getTokens().length > 0);
getSection().setExpanded(true);
}

@Override
Expand Down

0 comments on commit ef694eb

Please sign in to comment.