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

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

Upgrade branches/util-apps/DomainUtil to Grails-1.3.7.

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