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 258308
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationPage.java (-1 / +1 lines)
Lines 143-149 Link Here
143
			if (PDECore.getDefault().areModelsInitialized())
143
			if (PDECore.getDefault().areModelsInitialized())
144
				fTargetCombo.setText(TargetPlatformHelper.getTargetVersionString());
144
				fTargetCombo.setText(TargetPlatformHelper.getTargetVersionString());
145
			else
145
			else
146
				fTargetCombo.setText(ICoreConstants.TARGET34);
146
				fTargetCombo.setText(ICoreConstants.TARGET35);
147
		}
147
		}
148
148
149
		fOSGIButton = createButton(group, SWT.RADIO, 1, 30);
149
		fOSGIButton = createButton(group, SWT.RADIO, 1, 30);

Return to bug 258308