Changeset 15ef8220c59e963072be5bebcdcb55f523cc9ef3

Show
Ignore:
Timestamp:
10/01/2008 09:23:37 PM (3 months ago)
Author:
Luca Foppiano <lfoppiano@sboing.byte-code.lan>
git-committer:
Luca Foppiano <lfoppiano@sboing.byte-code.lan> 1222889017 +0200
git-parent:

[0d1754b9f4bc59e34dfcfaaa7d7460b3939aa2b7]

git-author:
Luca Foppiano <lfoppiano@sboing.byte-code.lan> 1222889017 +0200
Message:

minor fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • grails-app/conf/Config.groovy

    ra3fe4e4 r15ef822  
    136136    } 
    137137 
    138  
    139     productionJboss { 
    140     } 
    141  
    142138    productionTomcat { 
    143139        log4j { 
  • grails-app/conf/DbEntriesCreator.groovy

    r634e44f r15ef822  
    2929 
    3030    def static demoData = { 
    31         log.debug "Creating Data for DEMO Version!" 
     31        //log.debug "Creating Data for DEMO Version!" 
    3232        //Creating some users (impossible to login with these users if ldap mode is active) 
    3333        def authenticateService = new AuthenticateService()