[elephant-cvs] CVS elephant

rread rread at common-lisp.net
Tue Feb 7 23:23:50 UTC 2006


Update of /project/elephant/cvsroot/elephant
In directory common-lisp:/tmp/cvs-serv9614

Modified Files:
	elephant-tests.asd elephant.asd 
Log Message:
Merger from Ian's branch into the main trunk.


--- /project/elephant/cvsroot/elephant/elephant-tests.asd	2005/11/23 17:51:31	1.4
+++ /project/elephant/cvsroot/elephant/elephant-tests.asd	2006/02/07 23:23:50	1.5
@@ -55,9 +55,10 @@
 	    :components
 	    ((:file "elephant-tests")
 	     (:file "testserializer")
+	     (:file "testsleepycat")
 	     (:file "mop-tests")
 	     (:file "testcollections")
-	     (:file "testsleepycat")
+	     (:file "testindexing")
 	     (:file "testmigration")
 	     )
 	    :serial t)))
--- /project/elephant/cvsroot/elephant/elephant.asd	2006/02/04 22:25:09	1.11
+++ /project/elephant/cvsroot/elephant/elephant.asd	2006/02/07 23:23:50	1.12
@@ -64,7 +64,11 @@
 	     (:file "classes") 
 	     (:file "controller")
 	     (:file "collections")
-	     (:file "serializer"))
+	     (:file "serializer")
+	     (:file "index-utils")
+	     (:file "indexing"))
+	    #+openmcl
+	    (:file "openmcl-mop-patches")
 	    :serial t))
   :depends-on (:uffi))
 




More information about the Elephant-cvs mailing list