Loading plugins/org.etsi.mts.tdl.tx.ui/src/org/etsi/mts/tdl/ui/wizard/TDLtxProject.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading Loading
plugins/org.etsi.mts.tdl.tx.ui/src/org/etsi/mts/tdl/ui/wizard/TDLtxProject.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -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"] Loading