Changeset 1014 for trunk/grails-app/conf
- Timestamp:
- Oct 29, 2010, 11:15:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrapStudies.groovy
r997 r1014 480 480 name: 'SAM module for clinical data', 481 481 platform: 'clinical measurements', 482 url: samURL482 consumer: 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 url: nmcdspURL489 consumer: nmcdspURL 490 490 ).with { if (!validate()) { errors.each { println it} } else save()} 491 491
Note: See TracChangeset
for help on using the changeset viewer.