Applied patch from Tanner Burson, adding Brail support to the generator.
commit568e233d5a234478a3352d085458bad41ff3c652
authorayende <ayende@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Mon, 5 Feb 2007 23:59:46 +0000 (5 23:59 +0000)
committerayende <ayende@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Mon, 5 Feb 2007 23:59:46 +0000 (5 23:59 +0000)
treeaabc7eecc9326966cce403ad6cd4d37cd30ad7cb
parent1bd8f010ca3c2257a3605f65fe48f310f5105b8d
Applied patch from Tanner Burson, adding Brail support to the generator.
Modified the patch so the file extensions are using .brail and not .boo

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@3400 73e77b4c-caa6-f847-a29a-24ab75ae54b6
14 files changed:
Tools/Generator/Generators/Config.boo
Tools/Generator/Generators/Controller/ControllerGenerator.boo
Tools/Generator/Generators/Controller/Templates/View.brail [new file with mode: 0644]
Tools/Generator/Generators/Controller/Templates/layout.brail [new file with mode: 0644]
Tools/Generator/Generators/Project/Templates/Config.boo
Tools/Generator/Generators/Project/Templates/public/web.config
Tools/Generator/Generators/Scaffold/ScaffoldGenerator.boo
Tools/Generator/Generators/Scaffold/Templates/ScaffoldHelper.cs
Tools/Generator/Generators/Scaffold/Templates/views/_form.brail [new file with mode: 0644]
Tools/Generator/Generators/Scaffold/Templates/views/edit.brail [new file with mode: 0644]
Tools/Generator/Generators/Scaffold/Templates/views/layout.brail [new file with mode: 0644]
Tools/Generator/Generators/Scaffold/Templates/views/list.brail [new file with mode: 0644]
Tools/Generator/Generators/Scaffold/Templates/views/new.brail [new file with mode: 0644]
Tools/Generator/Generators/Scaffold/Templates/views/view.brail [new file with mode: 0644]