[cl-store-cvs] CVS update: cl-store/cl-store.asd
Sean Ross
sross at common-lisp.net
Thu Sep 2 09:06:59 UTC 2004
Update of /project/cl-store/cvsroot/cl-store
In directory common-lisp.net:/tmp/cvs-serv12853
Modified Files:
cl-store.asd
Log Message:
somehow I left this out
Date: Thu Sep 2 11:06:58 2004
Author: sross
Index: cl-store/cl-store.asd
diff -u cl-store/cl-store.asd:1.5 cl-store/cl-store.asd:1.6
--- cl-store/cl-store.asd:1.5 Tue Aug 17 13:12:43 2004
+++ cl-store/cl-store.asd Thu Sep 2 11:06:58 2004
@@ -49,7 +49,8 @@
(:file "backends" :depends-on ("utils"))
(:file "plumbing" :depends-on ("backends"))
(:file "circularities" :depends-on ("plumbing"))
- (:file "default-backend" :depends-on ("circularities"))))
+ (:file "default-backend" :depends-on ("circularities"))
+ (:non-required-file "custom" :depends-on ("default-backend"))))
(defsystem cl-store-xml
:name "CL-STORE-XML"
@@ -57,7 +58,8 @@
:maintainer "Sean Ross <sdr at jhb.ucs.co.za>"
:description "Xml Backend for cl-store"
:licence "MIT"
- :components ((:file "xml-backend"))
+ :components ((:file "xml-backend")
+ (:non-required-file "custom-xml" :depends-on ("xml-backend")))
:depends-on (:cl-store :xmls))
More information about the Cl-store-cvs
mailing list