[elephant-cvs] CVS elephant

ieslick ieslick at common-lisp.net
Sun Feb 19 05:13:02 UTC 2006


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

Modified Files:
	ele-clsql.asd 
Log Message:
Minor changes for sql-backend

--- /project/elephant/cvsroot/elephant/ele-clsql.asd	2006/02/19 04:52:58	1.4
+++ /project/elephant/cvsroot/elephant/ele-clsql.asd	2006/02/19 05:13:02	1.5
@@ -16,7 +16,7 @@
 ;;; as governed by the terms of the Lisp Lesser GNU Public License
 ;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 
-(defsystem ele-sql
+(defsystem ele-clsql
   :name "elephant"
   :author "Ben Lee <blee at common-lisp.net>"
   :version "0.6.0"
@@ -24,6 +24,7 @@
   :licence "LLGPL"
   :description "SQL-based Object respository for Common Lisp"
   :long-description "An experimental CL-SQL based implementation of Elephant"
+  :components
   ((:module :src
 	    :components
 	    ((:module :db-clsql




More information about the Elephant-cvs mailing list