From 61a7d848f72ddfeb2f20f8b71805d1ff89ecb155 Mon Sep 17 00:00:00 2001 From: wing328 Date: Fri, 5 Jun 2015 17:00:11 +0800 Subject: [PATCH] rename files in csharp and perl to fix issue --- .../csharp/{apiException.mustache => ApiException.mustache} | 0 .../resources/{perlApiClient.mustache => perl/ApiClient.mustache} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename modules/swagger-codegen/src/main/resources/csharp/{apiException.mustache => ApiException.mustache} (100%) rename modules/swagger-codegen/src/main/resources/{perlApiClient.mustache => perl/ApiClient.mustache} (100%) diff --git a/modules/swagger-codegen/src/main/resources/csharp/apiException.mustache b/modules/swagger-codegen/src/main/resources/csharp/ApiException.mustache similarity index 100% rename from modules/swagger-codegen/src/main/resources/csharp/apiException.mustache rename to modules/swagger-codegen/src/main/resources/csharp/ApiException.mustache diff --git a/modules/swagger-codegen/src/main/resources/perlApiClient.mustache b/modules/swagger-codegen/src/main/resources/perl/ApiClient.mustache similarity index 100% rename from modules/swagger-codegen/src/main/resources/perlApiClient.mustache rename to modules/swagger-codegen/src/main/resources/perl/ApiClient.mustache