Changeset 50


Ignore:
Timestamp:
Nov 6, 2009, 1:24:35 PM (14 years ago)
Author:
duh
Message:

-removed nimble (to reimplement it in the next commit)

Location:
trunk
Files:
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r47 r50  
    11#utf-8
    2 #Thu Nov 05 13:56:35 CET 2009
    3 plugins.shiro=1.0.1
    4 plugins.mail=0.9
     2#Fri Nov 06 13:35:29 CET 2009
    53app.version=0.1
    64plugins.jquery=1.3.2.4
    75app.servlet.version=2.4
     6app.grails.version=1.1.1
    87plugins.hibernate=1.1.1
     8plugins.mail=0.9
     9plugins.shiro=1.0.1
    910app.name=gscf
    10 plugins.nimble=0.3-SNAPSHOT
    11 app.grails.version=1.1.1
  • trunk/grails-app/domain/Study.groovy

    r47 r50  
     1import nimble.*
     2
    13/**
    24 * Study Domain
     
    1012 * $Date$
    1113 */
    12 
    1314class Study {
    1415
     
    2122    Date        created
    2223    Date        modified
    23 //    nimble.User       owner
     24    //User      owner
    2425
    2526    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.