Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 248227
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java (-1 / +1 lines)
Lines 153-159 Link Here
153
153
154
			public void browseButtonSelected(FormEntry entry) {
154
			public void browseButtonSelected(FormEntry entry) {
155
				doOpenSelectionDialog(
155
				doOpenSelectionDialog(
156
						IJavaElementSearchConstants.CONSIDER_INTERFACES,
156
						IJavaElementSearchConstants.CONSIDER_CLASSES_AND_INTERFACES,
157
						fInterfaceEntry);
157
						fInterfaceEntry);
158
			}
158
			}
159
159
(-)src/org/eclipse/pde/internal/ds/ui/editor/DSProvideSection.java (-1 / +1 lines)
Lines 207-213 Link Here
207
	}
207
	}
208
208
209
	private void handleAdd() {
209
	private void handleAdd() {
210
		doOpenSelectionDialog(IJavaElementSearchConstants.CONSIDER_INTERFACES);
210
		doOpenSelectionDialog(IJavaElementSearchConstants.CONSIDER_CLASSES_AND_INTERFACES);
211
	}
211
	}
212
212
213
	private void doOpenSelectionDialog(int scopeType) {
213
	private void doOpenSelectionDialog(int scopeType) {

Return to bug 248227