Mercurial > hg > amuse
comparison amuse-db-datasets.asd @ 251:6a3adca16910
Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
| author | Jamie Forth <j.forth@gold.ac.uk> |
|---|---|
| date | Thu, 24 Feb 2011 11:23:18 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 250:b3260d1d2419 | 251:6a3adca16910 |
|---|---|
| 1 (asdf:defsystem amuse-db-datasets | |
| 2 :name "amuse-db-datasets" | |
| 3 :description "Functionality for working with datasets stored in an | |
| 4 AMuSE database." | |
| 5 :depends-on ("amuse" "amuse-database-admin") | |
| 6 :components | |
| 7 ((:module base | |
| 8 :components | |
| 9 ((:module datasets | |
| 10 :components | |
| 11 ((:module datasets-db | |
| 12 :components | |
| 13 ((:file "classes") | |
| 14 (:file "constructors" :depends-on ("classes")) | |
| 15 (:file "datasets-db-setup") | |
| 16 (:file "methods" :depends-on ("classes")) | |
| 17 )))))))) |
