/******************************************************************************* * Copyright (c) 2016 QNX Software Systems and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 *******************************************************************************/ package org.eclipse.cdt.internal.ui.wizards; import org.eclipse.cdt.ui.wizards.CProjectWizard; public class CProjectWizard2 extends CDTProjectWizard2 { public CProjectWizard2() { super(new CProjectWizard()); } }