Changeset 360


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

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r355 r360  
    11#Grails Metadata file
    2 #Tue Apr 20 11:44:38 CEST 2010
     2#Tue Apr 20 16:47:44 CEST 2010
    33app.grails.version=1.2.2
    44app.name=gscf
     
    99plugins.jquery=1.4.1.1
    1010plugins.mail=0.9
     11plugins.nadd-neutralizer=0.1
    1112plugins.nimble=0.3-SNAPSHOT
    1213plugins.searchable=0.5.5
  • 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.