cleaned up output folder from repo

This commit is contained in:
David 2015-11-30 10:44:32 -05:00
parent 340e8b3671
commit 21e8822343
2 changed files with 0 additions and 29 deletions

View File

@ -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}}

View File

@ -1 +0,0 @@
com.kaviddiss.codegen.JmetercodegenGenerator