Changeset 782
- Timestamp:
- Aug 6, 2010, 12:29:20 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 24 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r779 r782 1 1 #Grails Metadata file 2 #Fri Aug 06 00: 14:21CEST 20102 #Fri Aug 06 00:36:52 CEST 2010 3 3 app.grails.version=1.3.3 4 4 app.name=gscf … … 11 11 plugins.mail=0.9 12 12 plugins.nadd-neutralizer=0.3 13 plugins.nimble=0.4-SNAPSHOT 13 14 plugins.searchable=0.5.5 14 15 plugins.shiro=1.0.1 -
trunk/grails-app/domain/nimble/Profile.groovy
r779 r782 2 2 package nimble 3 3 4 class Profile { /* extends grails.plugins.nimble.core.ProfileBase { */4 class Profile extends grails.plugins.nimble.core.ProfileBase { 5 5 6 6 // Extend ProfileBase with your custom values here -
trunk/grails-app/domain/nimble/User.groovy
r779 r782 2 2 package nimble 3 3 4 class User { /* extends grails.plugins.nimble.core.UserBase { */4 class User extends grails.plugins.nimble.core.UserBase { 5 5 6 6 // Extend UserBase with your custom values here
Note: See TracChangeset
for help on using the changeset viewer.