[cells-cvs] CVS cells

phildebrandt phildebrandt at common-lisp.net
Tue Apr 22 21:13:56 UTC 2008


Update of /project/cells/cvsroot/cells
In directory clnet:/tmp/cvs-serv18982

Modified Files:
	cells.asd 
Log Message:
added cells-store to cells.asd


--- /project/cells/cvsroot/cells/cells.asd	2008/02/16 09:34:28	1.10
+++ /project/cells/cvsroot/cells/cells.asd	2008/04/22 21:13:56	1.11
@@ -33,7 +33,8 @@
                (:file "family")
                (:file "fm-utilities")
                (:file "family-values")
-	       (:file "test-propagation")))
+	       (:file "test-propagation")
+	       (:file "cells-store")))
 
 (defmethod perform ((o load-op) (c (eql (find-system :cells))))
   (pushnew :cells *features*))




More information about the Cells-cvs mailing list