view amuse-database-admin.asd @ 205:5ff310be4942

Fix bug in during method, and make it the same as Allen (1983).
author Jamie Forth <j.forth@gold.ac.uk>
date Wed, 26 Jan 2011 10:44:29 +0000
parents 4d06910b6f0f
children e1842efb1dd4
line wrap: on
line source
(asdf:defsystem amuse-database-admin
  :name "amuse-database-admin"
  :description "Basic admin functions for an AMuSE database."
  :depends-on ("clsql-mysql" "amuse")
  :components
  ((:module base
	    :components
	    ((:module database
		      :components
		      ((:file "package")
		       (:file "database-connect" :depends-on ("package"))
		       ))))))