[gsharp-cvs] CVS update: gsharp/Flexichain/flexichain.asd

Robert Strandh rstrandh at common-lisp.net
Mon Jan 17 05:32:08 UTC 2005


Update of /project/gsharp/cvsroot/gsharp/Flexichain
In directory common-lisp.net:/tmp/cvs-serv14516

Modified Files:
	flexichain.asd 
Log Message:
patch to reflect new package files.

Date: Mon Jan 17 06:32:07 2005
Author: rstrandh

Index: gsharp/Flexichain/flexichain.asd
diff -u gsharp/Flexichain/flexichain.asd:1.1 gsharp/Flexichain/flexichain.asd:1.2
--- gsharp/Flexichain/flexichain.asd:1.1	Sun Aug  1 17:27:19 2004
+++ gsharp/Flexichain/flexichain.asd	Mon Jan 17 06:32:06 2005
@@ -24,9 +24,15 @@
 
 (in-package #:flexichain-system)
 
+;; The tester is not included, for it depends on clim.  The stupid
+;; implementation has also been left out, since it seems mostly useful
+;; for testing.
 (defsystem flexichain
   :name "flexichain"
-  :components ((:file "package")
-               (:file "utilities" :depends-on ("package"))
+  :components ((:file "skiplist-package")
+               (:file "skiplist" :depends-on ("skiplist-package"))
+               (:file "flexichain-package" :depends-on ("skiplist-package"))
+               (:file "utilities" :depends-on ("flexichain-package"))
                (:file "flexichain" :depends-on ("utilities"))
                (:file "flexicursor" :depends-on ("flexichain"))))
+




More information about the Gsharp-cvs mailing list