Skip to content

Commit ef694eb

Browse files
anviikHannesWell
authored andcommitted
Expand 'Extra Classpath Entries' section in Manifest editor by default
Part of #1407
1 parent 428cf43 commit ef694eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ private IBuildModel getBuildModel() {
171171

172172
public void initialize() {
173173
getBuildModel().addModelChangedListener(this);
174-
IBuildEntry entry = getBuildModel().getBuild().getEntry(IBuildPropertiesConstants.PROPERTY_JAR_EXTRA_CLASSPATH);
175-
getSection().setExpanded(entry != null && entry.getTokens().length > 0);
174+
getSection().setExpanded(true);
176175
}
177176

178177
@Override

0 commit comments

Comments
 (0)