summaryrefslogtreecommitdiffstats
path: root/rba.tool.editor.ui/src/rba/tool/editor/ui/wizard/RBATemplateModelWizardNewProjectCreationPage.java
blob: 27da49b6b451110c11e20bd11a79e437070b65e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * generated by Xtext 2.13.0
 */
package rba.tool.editor.ui.wizard;

import org.eclipse.ui.dialogs.WizardNewProjectCreationPage;

public class RBATemplateModelWizardNewProjectCreationPage extends WizardNewProjectCreationPage {

	public RBATemplateModelWizardNewProjectCreationPage(String pageName) {
		super(pageName);
	}

}