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
RevLine 
[907]1class BootStrap {
[766]2
3    def init = { servletContext ->
[907]4    }
[766]5    def destroy = {
6    }
[907]7}
Note: See TracBrowser for help on using the repository browser.