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

import org.eclipse.ui.dialogs.WizardNewProjectCreationPage;

public class RBAModelWizardNewProjectCreationPage extends WizardNewProjectCreationPage {

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

}