From: Drew Crampsie Date: Sat, 3 Dec 2005 11:19:56 +0000 (-0800) Subject: added some files to the build deps, now require cl-ppcre (used in validation) X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/bb547d372a32d68486114b43e519b49547b71687 added some files to the build deps, now require cl-ppcre (used in validation) darcs-hash:20051203111956-5417e-8ff8f1efd1ca8c43f185f0137aa69346acc73322.gz --- diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index c38a9da..31a352d 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -15,13 +15,15 @@ :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)) diff --git a/src/validation.lisp b/src/validation.lisp index da39747..e118727 100644 --- a/src/validation.lisp +++ b/src/validation.lisp @@ -81,3 +81,5 @@ Returns T if the ATTRIBUTE-VALUE in INSTANCE passes all the validation functions + +