add gitignore.mustache and git_push.mustache for android api client using volley;

This commit is contained in:
zhenjun115
2016-05-12 23:04:43 +08:00
parent a7ec1b9fd0
commit 32a6099853
5 changed files with 182 additions and 0 deletions

View File

@@ -418,6 +418,8 @@ public class AndroidClientCodegen extends DefaultCodegen implements CodegenConfi
}
private void addSupportingFilesForVolley() {
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
supportingFiles.add(new SupportingFile("pom.mustache", "", "pom.xml"));
// supportingFiles.add(new SupportingFile("settings.gradle.mustache", "", "settings.gradle"));
supportingFiles.add(new SupportingFile("build.mustache", "", "build.gradle"));