
Update of /project/cells/cvsroot/cells In directory clnet:/tmp/cvs-serv11564 Modified Files: cells-test.asd cells.asd Log Message: fix ASDF issues --- /project/cells/cvsroot/cells/cells-test.asd 2006/03/18 00:15:40 1.3 +++ /project/cells/cvsroot/cells/cells-test.asd 2006/03/19 00:28:38 1.4 @@ -10,6 +10,7 @@ :serial t :depends-on (:cells) :components ((:module "cells-test" + ;;:serial t :components ((:file "test") (:file "hello-world") (:file "test-kid-slotting") --- /project/cells/cvsroot/cells/cells.asd 2006/03/16 05:28:28 1.2 +++ /project/cells/cvsroot/cells/cells.asd 2006/03/19 00:28:38 1.3 @@ -6,12 +6,11 @@ (asdf:defsystem :cells :name "cells" - :author "Kenny Tilton <ktilton@nyc.rr.com>" - :version "2.0" - :maintainer "Kenny Tilton <ktilton@nyc.rr.com>" + :author "Kenny Tilton <kentilton@gmail.com>" + :maintainer "Kenny Tilton <kentilton@gmail.com>" :licence "MIT Style" :description "Cells" - :long-description "The Cells dataflow extension to CLOS." + :long-description "Cells: a dataflow extension to CLOS." :serial t :components ((:module "utils-kt" :serial t @@ -24,10 +23,10 @@ (:file "defpackage") (:file "cells") (:file "integrity") + (:file "constructors") (:file "cell-types") (:file "synapse") (:file "synapse-types") - (:file "constructors") (:file "initialize") (:file "md-slot-value") (:file "slot-utilities")
participants (1)
-
ktilton