source: branches/util-apps/DomainUtil/grails-app/conf/BootStrap.groovy @ 766

Last change on this file since 766 was 766, checked in by gav, 13 years ago

Add branches/util-apps/DomainUtil application.

File size: 111 bytes
Line 
1class BootStrap
2{
3
4    def init = { servletContext ->
5    } // init
6
7    def destroy = {
8    }
9
10} // end class
Note: See TracBrowser for help on using the repository browser.