Changeset 782


Ignore:
Timestamp:
Aug 6, 2010, 12:29:20 AM (13 years ago)
Author:
duh
Message:
  • fixed nimble installation
Location:
trunk
Files:
24 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r779 r782  
    11#Grails Metadata file
    2 #Fri Aug 06 00:14:21 CEST 2010
     2#Fri Aug 06 00:36:52 CEST 2010
    33app.grails.version=1.3.3
    44app.name=gscf
     
    1111plugins.mail=0.9
    1212plugins.nadd-neutralizer=0.3
     13plugins.nimble=0.4-SNAPSHOT
    1314plugins.searchable=0.5.5
    1415plugins.shiro=1.0.1
  • trunk/grails-app/domain/nimble/Profile.groovy

    r779 r782  
    22package nimble
    33
    4 class Profile { /* extends grails.plugins.nimble.core.ProfileBase {  */
     4class Profile extends grails.plugins.nimble.core.ProfileBase {
    55
    66        // Extend ProfileBase with your custom values here
  • trunk/grails-app/domain/nimble/User.groovy

    r779 r782  
    22package nimble
    33
    4 class User { /* extends grails.plugins.nimble.core.UserBase { */
     4class User extends grails.plugins.nimble.core.UserBase {
    55
    66        // Extend UserBase with your custom values here
Note: See TracChangeset for help on using the changeset viewer.