Ignore:
Timestamp:
Apr 20, 2010, 5:41:20 PM (13 years ago)
Author:
duh
Message:
  • added the fancy speech plugin to the rep
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrap.groovy

    r353 r360  
    2424                // we could also check if we are in development by GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT
    2525                if (Study.count() == 0) {
    26                         printf("development bootstrapping....\n\n");
     26                        println ".development bootstrapping...";
    2727
    2828                        // adding the academic
Note: See TracChangeset for help on using the changeset viewer.