added some files to the build deps, now require cl-ppcre (used in validation)
authorDrew Crampsie <drewc@tech.coop>
Sat, 3 Dec 2005 11:19:56 +0000 (03:19 -0800)
committerDrew Crampsie <drewc@tech.coop>
Sat, 3 Dec 2005 11:19:56 +0000 (03:19 -0800)
darcs-hash:20051203111956-5417e-8ff8f1efd1ca8c43f185f0137aa69346acc73322.gz

lisp-on-lines.asd
src/validation.lisp

index c38a9da..31a352d 100644 (file)
                          :components ((:file "static-presentations")
                                       (:file "mewa")
                                       (:file "validation")
+                                      (:file "validation/email-address")
                                       (:file "lisp-on-lines")
                                       (:file "presentations")
-                                      (:file "slot-presentations"))
+                                      (:file "slot-presentations")
+                                      (:file "slot-presentations/date"))
                          :serial t)
                 (:module :components
                          :pathname "src/components/"
                          :components ((:file "range-list")
                                       (:file "ajax"))))
     :serial t
-    :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl))
+    :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre))
index da39747..e118727 100644 (file)
@@ -81,3 +81,5 @@ Returns T if the ATTRIBUTE-VALUE in INSTANCE passes all the validation functions
 
 
 
+
+