updated repos, removed scala runtime

This commit is contained in:
Tony Tam
2013-04-22 09:49:15 -07:00
parent 98200e6b39
commit 5e801dd1d7
3 changed files with 53 additions and 75 deletions

View File

@@ -38,6 +38,7 @@ object JavaPetstoreCodegen extends BasicJavaGenerator {
override def supportingFiles =
List(
("apiInvoker.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replaceAll("\\.", java.io.File.separator) + java.io.File.separator, "ApiInvoker.java"),
("JsonUtil.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replaceAll("\\.", java.io.File.separator) + java.io.File.separator, "JsonUtil.java"),
("apiException.mustache", destinationDir + java.io.File.separator + invokerPackage.get.replaceAll("\\.", java.io.File.separator) + java.io.File.separator, "ApiException.java"),
("pom.mustache", "samples/client/petstore/java", "pom.xml"))
}