[cells-cvs] CVS cells/cells-test
ktilton
ktilton at common-lisp.net
Tue Apr 22 11:03:44 UTC 2008
Update of /project/cells/cvsroot/cells/cells-test
In directory clnet:/tmp/cvs-serv11478/cells-test
Modified Files:
cells-test.lpr
Log Message:
--- /project/cells/cvsroot/cells/cells-test/cells-test.lpr 2007/11/30 22:29:06 1.8
+++ /project/cells/cvsroot/cells/cells-test/cells-test.lpr 2008/04/22 11:03:44 1.9
@@ -1,4 +1,4 @@
-;; -*- lisp-version: "8.1 [Windows] (Oct 30, 2007 12:37)"; cg: "1.103.2.10"; -*-
+;; -*- lisp-version: "8.1 [Windows] (Apr 3, 2008 23:47)"; cg: "1.103.2.10"; -*-
(in-package :cg-user)
@@ -16,7 +16,8 @@
(make-instance 'module :name "test-cycle.lisp")
(make-instance 'module :name "test-ephemeral.lisp")
(make-instance 'module :name "test-synapse.lisp")
- (make-instance 'module :name "deep-cells.lisp"))
+ (make-instance 'module :name "deep-cells.lisp")
+ (make-instance 'module :name "cells-store.lisp"))
:projects (list (make-instance 'project-module :name "..\\cells"))
:libraries nil
:distributed-files nil
More information about the Cells-cvs
mailing list