We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428cf43 commit ef694ebCopy full SHA for ef694eb
ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/BuildClasspathSection.java
@@ -171,8 +171,7 @@ private IBuildModel getBuildModel() {
171
172
public void initialize() {
173
getBuildModel().addModelChangedListener(this);
174
- IBuildEntry entry = getBuildModel().getBuild().getEntry(IBuildPropertiesConstants.PROPERTY_JAR_EXTRA_CLASSPATH);
175
- getSection().setExpanded(entry != null && entry.getTokens().length > 0);
+ getSection().setExpanded(true);
176
}
177
178
@Override
0 commit comments