diff --git a/output/swagger-codegen-jmeter/src/main/resources/JMeterCodegen/api.mustache b/output/swagger-codegen-jmeter/src/main/resources/JMeterCodegen/api.mustache deleted file mode 100644 index 9dbc8dd4ba1..00000000000 --- a/output/swagger-codegen-jmeter/src/main/resources/JMeterCodegen/api.mustache +++ /dev/null @@ -1,28 +0,0 @@ - -# This is a sample api mustache template. It is representing a ficticous -# language and won't be usable or compile to anything without lots of changes. -# Use it as an example. You can access the variables in the generator object -# like such: - -# use the package from the `apiPackage` variable -package: {{package}} - -# operations block -{{#operations}} -classname: {{classname}} - -# loop over each operation in the API: -{{#operation}} - -# each operation has a `nickname`: -nickname: {{nickname}} - -# and parameters: -{{#allParams}} -{{paramName}}: {{dataType}} -{{/allParams}} - -{{/operation}} - -# end of operations block -{{/operations}} \ No newline at end of file diff --git a/output/swagger-codegen-jmeter/src/main/resources/META-INF/services/io.swagger.codegen.CodegenConfig b/output/swagger-codegen-jmeter/src/main/resources/META-INF/services/io.swagger.codegen.CodegenConfig deleted file mode 100644 index 4ea2512a9e8..00000000000 --- a/output/swagger-codegen-jmeter/src/main/resources/META-INF/services/io.swagger.codegen.CodegenConfig +++ /dev/null @@ -1 +0,0 @@ -com.kaviddiss.codegen.JmetercodegenGenerator \ No newline at end of file