Commit 6c3c3cb5 authored by Martti Käärik's avatar Martti Käärik
Browse files

Added TDL nature to graphical TDL project wizard (#28)

parent 8b12cc91
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -50,6 +50,7 @@ public class ProjectWizard extends BasicNewProjectResourceWizard implements INew
		try {
		try {
			
			
			addNature(project, "org.eclipse.xtext.ui.shared.xtextNature");
			addNature(project, "org.eclipse.xtext.ui.shared.xtextNature");
			addNature(project, "org.etsi.mts.tdl.nature");
			ModelingProjectManager.INSTANCE.convertToModelingProject(project, monitor);
			ModelingProjectManager.INSTANCE.convertToModelingProject(project, monitor);


			IFile file = project.getFile("model.tdl");
			IFile file = project.getFile("model.tdl");