mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00
2nd step for [Bug 184185] New CDTWizard extension mechanism should use abstract classes instead of interfaces
This commit is contained in:
parent
c58b1c80fb
commit
b9e741c953
2 changed files with 2 additions and 2 deletions
|
@ -368,7 +368,7 @@
|
|||
name="%Build.System.Wizard"
|
||||
point="org.eclipse.cdt.ui.CDTWizard">
|
||||
<wizard
|
||||
class="org.eclipse.cdt.managedbuilder.ui.wizards.CNewWizard"
|
||||
class="org.eclipse.cdt.managedbuilder.ui.wizards.ManagedBuildWizard"
|
||||
name="%Build.System.Wizard">
|
||||
</wizard>
|
||||
<wizard
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.eclipse.swt.graphics.Image;
|
|||
/**
|
||||
*
|
||||
*/
|
||||
public class CNewWizard extends AbstractCWizard {
|
||||
public class ManagedBuildWizard extends AbstractCWizard {
|
||||
private static final Image IMG = CPluginImages.get(CPluginImages.IMG_OBJS_CONTAINER);
|
||||
private static final String OTHERS_LABEL = Messages.getString("CNewWizard.0"); //$NON-NLS-1$
|
||||
/**
|
Loading…
Add table
Reference in a new issue