Changeset 360
- Timestamp:
- Apr 20, 2010, 5:41:20 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r355 r360 1 1 #Grails Metadata file 2 #Tue Apr 20 1 1:44:38CEST 20102 #Tue Apr 20 16:47:44 CEST 2010 3 3 app.grails.version=1.2.2 4 4 app.name=gscf … … 9 9 plugins.jquery=1.4.1.1 10 10 plugins.mail=0.9 11 plugins.nadd-neutralizer=0.1 11 12 plugins.nimble=0.3-SNAPSHOT 12 13 plugins.searchable=0.5.5 -
trunk/grails-app/conf/BootStrap.groovy
r353 r360 24 24 // we could also check if we are in development by GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT 25 25 if (Study.count() == 0) { 26 print f("development bootstrapping....\n\n");26 println ".development bootstrapping..."; 27 27 28 28 // adding the academic
Note: See TracChangeset
for help on using the changeset viewer.