From cde29f0d9a36c1f745cca4ee52b7d09df1f9b163 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 7 Jul 2013 00:52:46 -0700 Subject: [PATCH] added separate request and response templates --- Cakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cakefile b/Cakefile index 247c29ca..c3a9a1b4 100644 --- a/Cakefile +++ b/Cakefile @@ -12,6 +12,8 @@ sourceFiles = [ 'view/ParameterView' 'view/SignatureView' 'view/ContentTypeView' + 'view/ResponseContentTypeView' + 'view/ParameterContentTypeView' ]