Commit dbfbd28b authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added TDL nature to TDLtx project wizard #28

parent c334b588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ final class TDLtxProject {
		generator.generate(new PluginProjectFactory => [
			projectName = projectInfo.projectName
			location = projectInfo.locationPath
			projectNatures += #[XtextProjectHelper.NATURE_ID]
			projectNatures += #[XtextProjectHelper.NATURE_ID, "org.etsi.mts.tdl.nature"]
			builderIds += #[XtextProjectHelper.BUILDER_ID]
			if (extendedNature.value) {
	            projectNatures += #[JavaCore.NATURE_ID, "org.eclipse.pde.PluginNature"]