diff implementations/geerdes/package.lisp @ 211:e2839225f6fb

integrate db-admin into geerdes Ignore-this: 442285f4febbcd5d390a49d8c8b69e00 darcs-hash:20090522211215-16a00-0e6571178e720d2cf648e09486ec2bb160950355.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:17 +0000
parents 188fe5ea837f
children bda591c61b7a
line wrap: on
line diff
--- a/implementations/geerdes/package.lisp	Thu Feb 24 11:23:17 2011 +0000
+++ b/implementations/geerdes/package.lisp	Thu Feb 24 11:23:17 2011 +0000
@@ -1,5 +1,6 @@
 (cl:defpackage #:amuse-geerdes
-  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi #:amuse-segmentation)
+  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi
+  #:amuse-segmentation #:amuse-database-admin)
   (:export 
    ;; classes
    #:geerdes-composition
@@ -15,4 +16,4 @@
    ;; other (caching)
    #:properties)
   (:documentation "Package for MIDI pop-song database, originating
-  from Geerdes, a commercial supplier."))
\ No newline at end of file
+  from Geerdes, a commercial supplier."))