X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/e0ae0cdefa99e9dc1b2e1938779558f1878c1864..7733a777cbef74b8dbfbe1b306571a913b04f2ad:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index a5961c7..ae3ef09 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -14,13 +14,26 @@ (:module :src :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") + (:file "standard-display") + (:file "standard-attributes") + (:file "relational-attributes")) :serial t) (:module :components :pathname "src/components/" :components ((:file "range-list") - (:file "ajax")))) + (:file "ajax") + (:file "dojo")))) :serial t - :depends-on (:arnesi :ucw :meta-model :split-sequence)) + :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre)) + +(defsystem :lisp-on-lines.example + :components ( + (:file "reddit-example")) + + :depends-on (:lisp-on-lines))