X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/6f63d3a4f93eb311344748b5698a63ce42dd1813..a4e6154d961ff4b606aa534bd4e1570565cab351:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index 598a1f7..5f2637b 100644 --- a/lisp-on-lines.asd +++ b/lisp-on-lines.asd @@ -11,8 +11,14 @@ (defsystem :lisp-on-lines :components ((:static-file "lisp-on-lines.asd") (:file "src/packages") + (:module :patches + :components ((:file "yaclml"))) (:module :src - :components ((:file "static-presentations") + :components ((:file "special-initargs") + (:file "properties") + ;;;; legacy UCW presentations + (:file "static-presentations") + (:file "mewa") (:file "validation") (:file "validation/email-address") @@ -20,16 +26,28 @@ (:file "presentations") (:file "slot-presentations") (:file "slot-presentations/date") + (:file "defdisplay") (:file "standard-display") - (:file "relational-attributes")) + (:file "standard-occurence") + (:file "standard-attributes") + (:file "dojo-attributes") + (:file "standard-wrappers") + (:file "relational-attributes") + + (:file "lines") + + (:file "backwards-compat")) :serial t) + (:module :attributes + :pathname "src/attributes/" + :components ((:file "numbers"))) (:module :components :pathname "src/components/" :components ((:file "range-list") (:file "ajax") (:file "dojo")))) :serial t - :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre)) + :depends-on (:arnesi :ucw :meta-model :split-sequence :contextl :cl-ppcre :cl-fad)) (defsystem :lisp-on-lines.example :components (