Skip to content

Commit

Permalink
Remove git project templates
Browse files Browse the repository at this point in the history
(temporary, as I'd quite like them back).
  • Loading branch information
pbroadbery committed Mar 22, 2017
1 parent 02897a1 commit 59a3d5a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ public List<ProjectTemplate> templates() {
new BuilderBasedTemplate(new AldorEmptyModuleBuilder())
)));
templateRegisties.add(new TemplateRegistry("Aldor", Lists.newArrayList(
new BuilderBasedTemplate(new AldorGitModuleBuilder("Aldor")),
//new BuilderBasedTemplate(new AldorGitModuleBuilder("Aldor")),
new BuilderBasedTemplate(new AldorSimpleModuleBuilder())
)));

/*
templateRegisties.add(new TemplateRegistry("Spad", Lists.newArrayList(
new BuilderBasedTemplate(new AldorGitModuleBuilder("Spad"))
)));
*/
}

@NotNull
Expand Down

0 comments on commit 59a3d5a

Please sign in to comment.