Changeset 50
- Timestamp:
- Nov 6, 2009, 1:24:35 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 6 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r47 r50 1 1 #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 5 3 app.version=0.1 6 4 plugins.jquery=1.3.2.4 7 5 app.servlet.version=2.4 6 app.grails.version=1.1.1 8 7 plugins.hibernate=1.1.1 8 plugins.mail=0.9 9 plugins.shiro=1.0.1 9 10 app.name=gscf 10 plugins.nimble=0.3-SNAPSHOT11 app.grails.version=1.1.1 -
trunk/grails-app/domain/Study.groovy
r47 r50 1 import nimble.* 2 1 3 /** 2 4 * Study Domain … … 10 12 * $Date$ 11 13 */ 12 13 14 class Study { 14 15 … … 21 22 Date created 22 23 Date modified 23 // nimble.User owner24 //User owner 24 25 25 26 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.