X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/98438c2e729220f0f3b8b37caaa3661cc8528f2c..a4e6154d961ff4b606aa534bd4e1570565cab351:/lisp-on-lines.asd diff --git a/lisp-on-lines.asd b/lisp-on-lines.asd index 00dddf6..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,11 +26,21 @@ (:file "presentations") (:file "slot-presentations") (:file "slot-presentations/date") + (:file "defdisplay") (:file "standard-display") + (:file "standard-occurence") (:file "standard-attributes") + (:file "dojo-attributes") (:file "standard-wrappers") - (:file "relational-attributes")) + (: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")