Changeset 1027 for trunk/grails-app/conf
- Timestamp:
- Nov 1, 2010, 12:42:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapStudies.groovy
r1014 r1027 480 480 name: 'SAM module for clinical data', 481 481 platform: 'clinical measurements', 482 consumer: samURL482 url: samURL 483 483 ).with { if (!validate()) { errors.each { println it} } else save()} 484 484 … … 487 487 name: 'Metabolomics module', 488 488 platform: 'GCMS/LCMS', 489 consumer: nmcdspURL489 url: nmcdspURL 490 490 ).with { if (!validate()) { errors.each { println it} } else save()} 491 491
Note: See TracChangeset
for help on using the changeset viewer.