Changeset 1229 for trunk/grails-app/conf
- Timestamp:
- Dec 1, 2010, 11:46:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r1199 r1229 54 54 // - ontologies 55 55 // - and/or studies 56 if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT ) {56 if (grails.util.GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT || grails.util.GrailsUtil.environment == "dbnpdemo") { 57 57 // add ontologies? 58 58 if (!Ontology.count()) BootStrapTemplates.initTemplateOntologies() … … 76 76 77 77 def destroy = { 78 println "stopping application..."78 "stopping application...".grom() 79 79 } 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.